openethereum/crates/rpc/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
..
tests Big folder refactor 2021-01-14 15:30:57 +01:00
v1 Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
authcodes.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
http_common.rs Big folder refactor 2021-01-14 15:30:57 +01:00
lib.rs Big folder refactor 2021-01-14 15:30:57 +01:00