Skip to content

Commit

Permalink
[Proof Module] Add proof_missing_penalty param (#596)
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 Jun 14, 2024
1 parent 7b6b96b commit e29a88b
Show file tree
Hide file tree
Showing 21 changed files with 815 additions and 194 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,10 @@ params_update_proof_proof_request_probability: ## Update the proof module proof_
params_update_proof_proof_requirement_threshold: ## Update the proof module proof_requirement_threshold param
poktrolld tx authz exec ./tools/scripts/params/proof_proof_requirement_threshold.json $(PARAM_FLAGS)

.PHONY: params_update_proof_proof_missing_penalty
params_update_proof_proof_missing_penalty: ## Update the proof module proof_missing_penalty param
poktrolld tx authz exec ./tools/scripts/params/proof_proof_missing_penalty.json $(PARAM_FLAGS)

### Shared Module Params ###
.PHONY: params_update_shared_all
params_update_shared_all: ## Update the session module params
Expand Down
144 changes: 124 additions & 20 deletions api/poktroll/proof/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 e29a88b

Please sign in to comment.