Skip to content

Commit

Permalink
[Session Params] Add MsgUpdateParam to session module (#906)
Browse files Browse the repository at this point in the history
## Summary

Add `MsgUpdateParam` and handler to the session module to support
individual parameter updates.

**@Reviewer, use the updated docs in #839 to validate these changes.**

## Issue

- `TODO_BETA`

## Type of change

Select one or more from athe following:

- [x] New feature, functionality or library
- [ ] Consensus breaking; add the `consensus-breaking` label if so. See
#791 for details
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Documentation
- [ ] Other (specify)

## Testing

- [ ] **Documentation**: `make docusaurus_start`; only needed if you
make doc changes
- [x] **Unit Tests**: `make go_develop_and_test`
- [ ] **LocalNet E2E Tests**: `make test_e2e`
- [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR.

## Sanity Checklist

- [x] I have tested my changes using the available tooling
- [ ] I have commented my code
- [x] I have performed a self-review of my own code; both comments &
source code
- [ ] I create and reference any new tickets, if applicable
- [ ] I have left TODOs throughout the codebase, if applicable
  • Loading branch information
bryanchriswhite authored Nov 12, 2024
1 parent 9bec41f commit c0f6fba
Show file tree
Hide file tree
Showing 15 changed files with 1,925 additions and 812 deletions.
1,193 changes: 1,175 additions & 18 deletions api/poktroll/session/tx.pulsar.go

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions api/poktroll/session/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0f6fba

Please sign in to comment.