openethereum/crates/ethcore/src/client
Jochen Müller c03cc15468
Implement eth/65 (#352)
* EIP-2464: eth/65: transaction announcements and retrievals

* Updates to eth-65 implementatiom

- Replace deprecated syntax and method name
- Replace call to removed method
- Reimplement rlp::Encodable for SignedTransaction

* fmt

* More updates

- Replace calls to removed methods
- More dyns

* Apply requested changes

- Avoid unused variable warnings
- Avoid implementing Encodable trait for Transaction
- Update message encoding to EIP-2718 transaction format

* Update sync stats of eth-65 peers properly

* fmt & fix error propagation

* Fix: Add correct subset of transactions to stats.

* Update list of last sent transactions correctly.

Co-authored-by: Artem Vorotnikov <artem@vorotnikov.me>
Co-authored-by: Karim Agha <karim.dev@gmail.com>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2021-04-27 15:33:40 +02:00
..
ancient_import.rs Big folder refactor 2021-01-14 15:30:57 +01:00
bad_blocks.rs Big folder refactor 2021-01-14 15:30:57 +01:00
chain_notify.rs Big folder refactor 2021-01-14 15:30:57 +01:00
client.rs Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
config.rs Big folder refactor 2021-01-14 15:30:57 +01:00
evm_test_client.rs Improved metrics (#240) 2021-03-03 22:44:35 +01:00
io_message.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Big folder refactor 2021-01-14 15:30:57 +01:00
test_client.rs Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
trace.rs Big folder refactor 2021-01-14 15:30:57 +01:00
traits.rs Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00