openethereum/crates/ethcore/sync/src
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
..
chain Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
res Big folder refactor 2021-01-14 15:30:57 +01:00
tests Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
api.rs Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
block_sync.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
blocks.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
lib.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
snapshot.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
sync_io.rs Change ProtocolId to U64. yolo3x spec (#271) 2021-02-19 12:52:24 +01:00
transactions_stats.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00