ethers-rs/ethers-contract
Georgios Konstantopoulos a3fa77744e
fix(BREAKING): return Option for txs/receipts/blocks (#64)
* fix(BREAKING): return Option for txs/receipts/blocks

Otherwise if a user asks for a transaction hash or block that does not exist yet they'll get an Error

* test: ensure that unmined txs return None receipts

* test: fix remaining tests

* chore: re-enable sparkpool gas oracle

* chore: fix celo tests

* fix: run the non-existing data against infura

* fix: fix etherscan gas oracle tests
2020-09-17 14:06:56 +03:00
..
ethers-contract-abigen Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src fix: make multicall work by reference (#58) 2020-08-21 15:54:23 +03:00
tests fix(BREAKING): return Option for txs/receipts/blocks (#64) 2020-09-17 14:06:56 +03:00
Cargo.toml Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00