-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Remove AppInit, other cleanup #2675
WIP: Remove AppInit, other cleanup #2675
Conversation
Codecov Report
@@ Coverage Diff @@
## alessio/2596-new-genesis-workflow #2675 +/- ##
=====================================================================
+ Coverage 58.16% 60.71% +2.54%
=====================================================================
Files 153 146 -7
Lines 9476 9074 -402
=====================================================================
- Hits 5512 5509 -3
+ Misses 3604 3206 -398
+ Partials 360 359 -1 |
@@ -29,19 +29,6 @@ You can edit this `name` later, in the `~/.gaiad/config/config.toml` file: | |||
moniker = "<your_custom_name>" | |||
``` | |||
|
|||
You can edit the `~/.gaiad/config/gaiad.toml` file in order to enable the anti spam mechanism and reject incoming transactions with less than a minimum fee: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we reintroduce this somewhere?
Did we want the ability to dynamically adjust the minimum fee without restarting the |
@jaekwon looks like this doesn't build. Also, we should add a pending log entry 👍 |
This PR is out of date, and Alessio might want to keep server/config somehow. Lets redo this after 0.26.0 is out. NOTE: https://github.com/cosmos/cosmos-sdk/pull/2692/files shuffled some files around, and I've asked Bez to make a followup PR as well. |
No description provided.