Skip to content

Commit

Permalink
Merge branch 'issues/612/proof/refresh' into issues/612/service/refresh
Browse files Browse the repository at this point in the history
* issues/612/proof/refresh: (46 commits)
  test: supplier up-staking from below min. stake
  fix: linter error
  fix: flaky test
  [Application] Enforce minimum stake when burning (#848)
  Empty commit
  chore: review feedback improvements
  chore: regenerate protobufs
  chore: review feedback improvements
  test: fix application min stake integration test
  chore: review feedback improvements
  Empty commit
  fix: linter error
  chore: quick fixes
  [DifficultyHash] Prepare for difficulty multiplier usage (#836)
  [Application] Enforce minimum stake when staking (#847)
  Empty commit
  [Tokenomics] Prevent GMR to produce zero values (#866)
  Empty commit
  [Application] Add `min_stake` application module param (#845)
  chore: regenerate protobufs
  ...

# Conflicts:
#	x/service/types/errors.go
  • Loading branch information
bryanchriswhite committed Oct 14, 2024
2 parents c5a9b94 + 26ff684 commit b309ccc
Show file tree
Hide file tree
Showing 162 changed files with 15,483 additions and 7,449 deletions.
2,079 changes: 2,049 additions & 30 deletions api/poktroll/application/event.pulsar.go

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions api/poktroll/application/params.pulsar.go

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

486 changes: 336 additions & 150 deletions api/poktroll/application/tx.pulsar.go

Large diffs are not rendered by default.

716 changes: 673 additions & 43 deletions api/poktroll/application/types.pulsar.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api/poktroll/gateway/params.pulsar.go

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

293 changes: 195 additions & 98 deletions api/poktroll/gateway/tx.pulsar.go

Large diffs are not rendered by default.

1,048 changes: 842 additions & 206 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.

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 b309ccc

Please sign in to comment.