openethereum/crates/ethcore/sync/src/chain
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
..
fork_filter.rs EIP-4345 enabled (#561) 2021-11-01 07:14:52 +03:00
handler.rs Implement eth/66 (#467) 2021-07-05 15:59:22 +02:00
mod.rs Restore GetNodeData (#469) 2021-07-05 17:06:35 +02:00
propagator.rs Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
request_id.rs Implement eth/66 (#467) 2021-07-05 15:59:22 +02:00
requester.rs Fix wrong sync packet id (#514) 2021-08-23 13:54:25 +02:00
supplier.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
sync_packet.rs Restore GetNodeData (#469) 2021-07-05 17:06:35 +02:00