openethereum/crates/ethcore/types/src
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
..
engines Big folder refactor 2021-01-14 15:30:57 +01:00
transaction Add additional service transactions checking to block verifier 2021-11-10 16:36:17 +03:00
views Adds eth_maxPriorityFeePerGas implementaiton (#570) 2021-11-25 10:43:00 +03:00
account_diff.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
ancestry_action.rs Big folder refactor 2021-01-14 15:30:57 +01:00
basic_account.rs Big folder refactor 2021-01-14 15:30:57 +01:00
block.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
block_status.rs Big folder refactor 2021-01-14 15:30:57 +01:00
blockchain_info.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
call_analytics.rs Big folder refactor 2021-01-14 15:30:57 +01:00
creation_status.rs Big folder refactor 2021-01-14 15:30:57 +01:00
data_format.rs Big folder refactor 2021-01-14 15:30:57 +01:00
encoded.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
filter.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
header.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
ids.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
lib.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
log_entry.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
pruning_info.rs Big folder refactor 2021-01-14 15:30:57 +01:00
receipt.rs Sunce86/effective gas price not omitting (#477) 2021-07-09 14:56:37 +02:00
restoration_status.rs Big folder refactor 2021-01-14 15:30:57 +01:00
security_level.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
snapshot_manifest.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
state_diff.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
trace_filter.rs Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
tree_route.rs Big folder refactor 2021-01-14 15:30:57 +01:00
verification_queue_info.rs Big folder refactor 2021-01-14 15:30:57 +01:00