Skip to content

Commit

Permalink
Merge remote-tracking branch 'pokt/main' into issues/612/docs/generat…
Browse files Browse the repository at this point in the history
…ed-params

* pokt/main:
  [On-Chain] Refactor `uint64` type individual param update logic (#863)
  [Service] Refresh service module params logic (#861)
  [Proof] Refresh proof module params logic (#851)
  [Shared] Refresh shared module params logic (#852)
  [Docs] Fix example of how to set rev share precentage (#877)
  [Tokenomics] Implement difficulty proportional rewards (#880)
  [Supplier] Enforce minimum stake when staking (#857)
  [Supplier] Add `min_stake` supplier module param (#850)
  [Supplier] Add `MsgUpdateParam` to application module (#849)
  [Application] Enforce minimum stake when burning (#848)
  [DifficultyHash] Prepare for difficulty multiplier usage (#836)
  [Application] Enforce minimum stake when staking (#847)
  [Tokenomics] Prevent GMR to produce zero values (#866)
  • Loading branch information
bryanchriswhite committed Oct 15, 2024
2 parents abc2ebb + 3497ff4 commit 0f91f21
Show file tree
Hide file tree
Showing 137 changed files with 10,309 additions and 7,801 deletions.
224 changes: 113 additions & 111 deletions api/poktroll/application/tx.pulsar.go

Large diffs are not rendered by default.

1,037 changes: 834 additions & 203 deletions api/poktroll/proof/event.pulsar.go

Large diffs are not rendered by default.

174 changes: 46 additions & 128 deletions api/poktroll/proof/params.pulsar.go

Large diffs are not rendered by default.

350 changes: 86 additions & 264 deletions api/poktroll/proof/tx.pulsar.go

Large diffs are not rendered by default.

842 changes: 842 additions & 0 deletions api/poktroll/service/event.pulsar.go

Large diffs are not rendered by default.

212 changes: 185 additions & 27 deletions api/poktroll/service/genesis.pulsar.go

Large diffs are not rendered by default.

2,269 changes: 2,203 additions & 66 deletions api/poktroll/service/query.pulsar.go

Large diffs are not rendered by default.

84 changes: 81 additions & 3 deletions api/poktroll/service/query_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 0f91f21

Please sign in to comment.