Skip to content

Commit

Permalink
refactor: move num_blocks_per_session param to shared module (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored May 28, 2024
1 parent 74b03b7 commit 42cf5c6
Show file tree
Hide file tree
Showing 31 changed files with 298 additions and 250 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,8 @@ params_update_proof_min_relay_difficulty_bits: ## Update the proof module params

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

.PHONY: params_query_all
params_query_all: check_jq ## Query the params from all available modules
Expand Down
94 changes: 16 additions & 78 deletions api/poktroll/session/params.pulsar.go

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

Loading

0 comments on commit 42cf5c6

Please sign in to comment.