ethers-rs/ethers-contract/ethers-contract-abigen/src
Rohit Narurkar a9bb98b5a7
Implement Multicall functionality for batched calls (#43)
* Implement Multicall functionality for batched calls

* Documentation, some modifications as suggested in the review

* (Abigen) handle single input arg and set output irrespective of mutability

* implement send functionality and allow clearing calls

* Fix detokenization, dont require pre-processing anymore

* panic when more than supported number of calls are pushed

* add doc for panics in case of add_call

* (multicall) eth_balance support, update bindings

* refactor: move multicall to its own directory

* fix: add infura api key

* ci: ensure CI runs on PRs from forks

* test(multicall): re-use aggregate call

* contract: make multicall docs compile and remove redundant clones

* ci: add public etherscan API key so that forks don't get rate limited

* chore: adjust test contract naming

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2020-07-03 19:52:09 +03:00
..
contract Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
lib.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
rustfmt.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
source.rs abigen: simplify structs and re-enable file/remote codegen 2020-06-03 23:09:46 +03:00
util.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00