-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client/TxPool: add tx validation (#1852)
* client/txpool: add gas price bump check * txpool: add more validation logic * client: update txpool checks * client: fix some tests * client: fix txpool tests * client: add txpool tests * txpool: add signed check * client: add more txpool tests * client: lint * client/txpool: balance test * client: fix miner tests * client: fix txpool hash messages to show hex values * client: fix dangling promises in txpool tests * client: fix sendRawTransaction tests * client/txpool: track tx count * client/txpool: increase coverage tests: improve error messages * client/txpool: update tests * client: add local txpool test for eth_sendRawTransaction * txpool: add FeeMarket gas logic txpool: add basefee checks * client: address review * client/txpool: fix tests * client/txpool: increase coverage * client/txpool: fix broadcast * client/test/miner: address review
- Loading branch information
1 parent
64a8b13
commit e8fd471
Showing
8 changed files
with
668 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.