ethers-rs/ethers-contract
Georgios Konstantopoulos 1ece5d2020
Contract & Provider eth_subscribe support (#100)
* fix(block): fix block decoding from ws

* feat(pubsub): add pubsub traits and sub stream

Also use DeserializeOwned alias

* feat(transports): add notification type

* feat(ws): rewrite Ws for subscription support

* feat(provider): add eth_subscribe

* fix(celo): disable some celo tests due to ganache incompatibilities

* test(rinkeby): fix flaky test

* feat(contract): WS subscription bindings (#101)

* feat(middleware): add subscriptions to middleware methods

* feat(contract): add subscribe method to contracts
2020-11-30 11:33:06 +02:00
..
ethers-contract-abigen feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00
tests Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00
Cargo.toml Contract & Provider eth_subscribe support (#100) 2020-11-30 11:33:06 +02:00