issues
search
sei-protocol
/
sei-tendermint
Tendermint fork with ABCI++ support, bug fixes, and custom features
Other
39
stars
36
forks
source link
Pending Txs Update Insert Condition
#214
Closed
Kbhat1
closed
8 months ago
Kbhat1
commented
8 months ago
Describe your changes and provide context
Updates Pending Txs insert condition to reject txs when
either
condition is met: max txs # is exceeded OR max bytes after adding in tx is exceeded
Previously only rejected when both were true
Testing performed to validate your change
Added unit tests
Testing on node
Describe your changes and provide context
either
condition is met: max txs # is exceeded OR max bytes after adding in tx is exceededTesting performed to validate your change