openethereum/crates/rpc/src/v1
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
..
helpers Backport AuRa commits for xdai (#330) 2021-03-25 14:37:01 +01:00
impls Implement eth/65 (#352) 2021-04-27 15:33:40 +02:00
tests Backport AuRa commits for xdai (#330) 2021-03-25 14:37:01 +01:00
traits Backport AuRa commits for xdai (#330) 2021-03-25 14:37:01 +01:00
types Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
extractors.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
informant.rs Strict memory order (#306) 2021-03-10 12:36:23 +01:00
metadata.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Sunce86/rpc module reverted for RPC JSON api (#284) 2021-02-26 15:23:29 +01:00