Skip to content

Commit

Permalink
[On-chain] chore: add single param updates to shared module (#560)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
bryanchriswhite and Olshansk authored May 31, 2024
1 parent 862b793 commit 488c0d2
Show file tree
Hide file tree
Showing 27 changed files with 2,833 additions and 1,085 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,15 @@ params_update_proof_all: ## Update the proof module params
params_update_proof_min_relay_difficulty_bits: ## Update the proof module params
poktrolld tx authz exec ./tools/scripts/params/proof_min_relay_difficulty_bits.json $(PARAM_FLAGS)

### Session Module Params ###
.PHONY: params_update_session_all
### Shared Module Params ###
.PHONY: params_update_shared_all
params_update_shared_all: ## Update the session module params
poktrolld tx authz exec ./tools/scripts/params/shared_all.json $(PARAM_FLAGS)

.PHONY: params_update_shared_num_blocks_per_session
params_update_shared_num_blocks_per_session: ## Update the shared module params
poktrolld tx authz exec ./tools/scripts/params/shared_num_blocks_per_session.json $(PARAM_FLAGS)

.PHONY: params_query_all
params_query_all: check_jq ## Query the params from all available modules
@for module in $(MODULES); do \
Expand Down
Loading

0 comments on commit 488c0d2

Please sign in to comment.