ethers-rs/ethers-contract/src
Georgios Konstantopoulos cff6eb45a5
fix: make multicall work by reference (#58)
* fix: make multicall work by reference

* chore: update readme with solc / ganache requirements

* chore: cargo fmt

* chore: fix doctests

* fix: disable sparkpool gasnow test
2020-08-21 15:54:23 +03:00
..
multicall fix: make multicall work by reference (#58) 2020-08-21 15:54:23 +03:00
call.rs add support for gas estimate and calldata from ContractCall (#53) 2020-08-12 11:35:33 +03:00
contract.rs Fix buggy non-nested tuples (#48) 2020-07-03 17:37:38 +03:00
event.rs feat(contract): add helper to query events w/ metadata (block num + tx hash) (#33) 2020-06-22 01:08:40 +03:00
factory.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
lib.rs Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00