Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev | 60378fd7f9 |
abci: remove fee (#2043)
Refs #1861 We don't use the fee field and its likely just confusing. We can add backwards compatible priority (instead of fee) later. Note priority is better than fee because it lets the app do the math on how to rank order transactions, rather than forcing that into tendermint (ie. if we return fee, priority would be fee/gas) |
6 years ago |
Anton Kaliaev |
ad580e2734
|
fix acceptDeadline
before: 1.000000003s after: 3.000000000s Refs #2027 |
6 years ago |
Ethan Buchman | 54d753e64e | fix Gopkg, add changelog | 6 years ago |