openethereum/crates/rpc/src/v1/traits
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
..
debug.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
eth_pubsub.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth_signing.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Sunce86/rpc module reverted for RPC JSON api (#284) 2021-02-26 15:23:29 +01:00
net.rs Big folder refactor 2021-01-14 15:30:57 +01:00
parity.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
parity_accounts.rs Big folder refactor 2021-01-14 15:30:57 +01:00
parity_set.rs Backport AuRa commits for xdai (#330) 2021-03-25 14:37:01 +01:00
parity_signing.rs Big folder refactor 2021-01-14 15:30:57 +01:00
personal.rs Big folder refactor 2021-01-14 15:30:57 +01:00
pubsub.rs Big folder refactor 2021-01-14 15:30:57 +01:00
rpc.rs Sunce86/rpc module reverted for RPC JSON api (#284) 2021-02-26 15:23:29 +01:00
secretstore.rs Big folder refactor 2021-01-14 15:30:57 +01:00
signer.rs Big folder refactor 2021-01-14 15:30:57 +01:00
traces.rs Big folder refactor 2021-01-14 15:30:57 +01:00
web3.rs Big folder refactor 2021-01-14 15:30:57 +01:00