openethereum/crates/rpc/src/v1/helpers
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
..
dispatch Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
external_signer Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
block_import.rs Big folder refactor 2021-01-14 15:30:57 +01:00
deprecated.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eip191.rs Big folder refactor 2021-01-14 15:30:57 +01:00
engine_signer.rs Backport AuRa commits for xdai (#330) 2021-03-25 14:37:01 +01:00
errors.rs Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
fake_sign.rs forcing base fee to zero if gas pricing is omitted (#460) 2021-06-29 22:17:00 +02:00
mod.rs Big folder refactor 2021-01-14 15:30:57 +01:00
network_settings.rs Big folder refactor 2021-01-14 15:30:57 +01:00
nonce.rs Big folder refactor 2021-01-14 15:30:57 +01:00
poll_filter.rs Big folder refactor 2021-01-14 15:30:57 +01:00
poll_manager.rs Big folder refactor 2021-01-14 15:30:57 +01:00
requests.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
secretstore.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
signature.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
subscribers.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
subscription_manager.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
work.rs Big folder refactor 2021-01-14 15:30:57 +01:00