Skip to content

Commit

Permalink
Merge pull request #22 from blazeroni/invariant
Browse files Browse the repository at this point in the history
Invariant check bounty
  • Loading branch information
JakeHartnell authored Aug 19, 2022
2 parents 682d8b2 + aa5da6c commit 92fb06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The bounties involve contribution to the Cosmos SDK. They will need to be implem

| Task | Reward | Claimed by |
|:----------------------------------|:-----------|------------|
| Improve speed of Invariant checks | 10000 JUNO | |
| Improve speed of Invariant checks | 10000 JUNO | @blazeroni |

### Improve speed of invariant checks
Recently during Cosmos SDK chain halts, invariant checks have taken over 10 hours to pass. The poor performance is largely because invariant checks are single threaded, and as chain state grows they take longer and longer. Invariant checks are important and should not be skipped as they verify the state integrity of the chain.
Expand Down

1 comment on commit 92fb06d

@onivalidator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blazeroni Can you please confirm your Juno address for the invariants bounty by signing a transaction (https://juno.tools/sign-verify/) from the wallet you provided?

Please sign in to comment.