mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
Make mempool aware of MaxGas requirement (#2360)
* Make mempool aware of MaxGas requirement * update spec * Add tests * Switch GasWanted from kv store to persistent kv store * Fix typo in test name * switch back to using kvstore, not persistent kv store
This commit is contained in:
@ -22,7 +22,8 @@ to potentially untrusted actors.
|
||||
Internal functionality is exposed via method calls to other
|
||||
code compiled into the tendermint binary.
|
||||
|
||||
- Reap - get tx to propose in next block
|
||||
- ReapMaxBytesMaxGas - get txs to propose in the next block. Guarantees that the
|
||||
size of the txs is less than MaxBytes, and gas is less than MaxGas
|
||||
- Update - remove tx that were included in last block
|
||||
- ABCI.CheckTx - call ABCI app to validate the tx
|
||||
|
||||
|
Reference in New Issue
Block a user