openethereum/crates/concensus/miner/src/pool
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
..
res Big folder refactor 2021-01-14 15:30:57 +01:00
tests Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
client.rs Big folder refactor 2021-01-14 15:30:57 +01:00
listener.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
local_transactions.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
mod.rs Add additional service transactions checking to block verifier 2021-11-10 16:36:17 +03:00
queue.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
ready.rs Big folder refactor 2021-01-14 15:30:57 +01:00
replace.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
scoring.rs Sunce86/fix tx pool locals for 1559 (#431) 2021-06-11 10:19:08 +02:00
transaction_filter.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
verifier.rs Add additional service transactions checking to block verifier 2021-11-10 16:36:17 +03:00