openethereum/crates/ethcore/src/client
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
..
ancient_import.rs Big folder refactor 2021-01-14 15:30:57 +01:00
bad_blocks.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
chain_notify.rs Big folder refactor 2021-01-14 15:30:57 +01:00
client.rs Add validateServiceTransactionsTransition spec option 2021-11-12 13:06:19 +03:00
config.rs Big folder refactor 2021-01-14 15:30:57 +01:00
evm_test_client.rs test update (#429) 2021-06-10 15:01:48 +02:00
io_message.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Big folder refactor 2021-01-14 15:30:57 +01:00
test_client.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
trace.rs Big folder refactor 2021-01-14 15:30:57 +01:00
traits.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00