v0.4.3
BINARIES OF THIS RELEASE HAS MAJOR ISSUE, COMPILE BINARY FROM THE SOURCE AFTER git checkout v0.4.3
Release Note
This release is a hot fix for protecting the mempool for preventing heavy transaction to be filled in.
Description
We added new flag tx-gas-hard-limit to terrad cmd. Default tx-gas-hard-limit is 30,000,000. You have freedom to change the default value. This change is only applied to mempool operation (check tx), so can be applied anytime without consensus failure.
How to apply
Add --tx-gas-hard-limit to your terrad executable.
$ terrad start --tx-gas-hard-limit 10000000
Change
- #460 add
tx-gas-hard-limit
flag to prevent spamming attack