openethereum/crates
Rim Rakhimov 3b19a79c37
Adds eth_maxPriorityFeePerGas implementaiton (#570)
* added eth_maxPriorityFeePerGas rpc call

* cargo fmt

* moved block_base_fee implementation into the trait

* added basic test for eth_maxPriorityFeePerGas

* added test for eth_maxPriorityFeePerGas calculation

* Added support for zero-cost transactions

* Added 'eip1559_not_activated' error

* Fixes 'chain::supplier::test::return_nodes' test

* cargo fmt

* cargo fmt

* made calculation of fallback priority fee to ignore zero-cost transactions

* cargo fmt

* made use of 'saturating_sub' instead of minus
2021-11-25 10:43:00 +03:00
..
accounts Bump parking_lot to 0.11.1. Revert std mutex from #277 (#350) 2021-04-27 13:12:19 +02:00
concensus Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
db Restore GetNodeData (#469) 2021-07-05 17:06:35 +02:00
ethcore Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
ethjson Add validateServiceTransactionsTransition spec option 2021-11-12 13:06:19 +03:00
net Bump parking_lot to 0.11.1. Revert std mutex from #277 (#350) 2021-04-27 13:12:19 +02:00
rpc Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
runtime Bump parking_lot to 0.11.1. Revert std mutex from #277 (#350) 2021-04-27 13:12:19 +02:00
transaction-pool Add additional service transactions checking to block verifier 2021-11-10 16:36:17 +03:00
util Bump to v3.3.0 2021-11-17 12:05:58 +03:00
vm Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00