openethereum/crates/ethcore/src
Rim Rakhimov 43d6da6b52
Made nodes data concatenate as RLP sequences instead of bytes (#598)
* Made nodes data concatenate as RLP sequences instead of bytes

* Add test for getNodeData dispatch

* Update getNodeData to return data for non-aura networks
2022-01-13 12:26:33 +03:00
..
client Made nodes data concatenate as RLP sequences instead of bytes (#598) 2022-01-13 12:26:33 +03:00
engines Implements eip-3607 (#593) 2022-01-10 18:01:46 +03:00
ethereum test update (#429) 2021-06-10 15:01:48 +02:00
json_tests test update (#429) 2021-06-10 15:01:48 +02:00
machine Add additional service transactions checking to block verifier 2021-11-10 16:36:17 +03:00
miner Implements eip-3607 (#593) 2022-01-10 18:01:46 +03:00
snapshot Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
spec Implements eip-3607 (#593) 2022-01-10 18:01:46 +03:00
state Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
tests Restore GetNodeData (#469) 2021-07-05 17:06:35 +02:00
trace EIP 3541 (#422) 2021-05-31 14:37:23 +02:00
verification Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
account_db.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
block.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
error.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
executed.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
executive.rs Bump to v3.3.2, London on Sokol, effective_gas_price function enhancement 2021-12-07 14:03:48 +03:00
externalities.rs Sunce86/eip 1559 (#393) 2021-06-04 12:12:24 +02:00
factory.rs Big folder refactor 2021-01-14 15:30:57 +01:00
lib.rs Executable queue for ancient blocks inclusion (#208) 2021-03-25 16:04:32 +01:00
pod_account.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
pod_state.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
state_db.rs Big folder refactor 2021-01-14 15:30:57 +01:00
test_helpers.rs Makes eth_mining to return False if not is not allowed to seal (#581) 2021-12-10 14:25:39 +03:00
transaction_ext.rs Big folder refactor 2021-01-14 15:30:57 +01:00
tx_filter.rs min_gas_price becomes min_effective_priority_fee (effective_gas_price - base_fee) 2021-09-29 10:30:27 +03:00