gamarin2
gamarin2
- Commission only applies on block rewards and tx fees - Block provisions -> Atom expansion
In our docs and communication, we should use `weight` instead of `voting power` for validators participating in consensus. That's because `voting power` could be confused with governance's voting power.
Opening a PR for you to see the improvements as I push them
Previous version throws TypeError #### What's in this pull request? #### Bugs Squashed Resolves issue #x. #### Changes proposed - - -
This PR adds a way to instantiate the async postgres persister with a connection pool. The goal is to prevent a bug in parallelism: when the user implements async versions...
**Is your feature request related to a problem? Please describe.** Currently, it is not possible to halt the app after a given action iff a `condition` is met. Here is...