ethers-rs/ethers-contract
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
..
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 Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
tests Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
Cargo.toml Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00