issues
search
eth-brownie
/
brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k
stars
551
forks
source link
Multicall
#1743
Closed
iamdefinitelyahuman
closed
9 months ago
iamdefinitelyahuman
commented
9 months ago
What I did
fix a bug within
multicall
where multiple uninitialized references would always target the same block height
add a
verbose
kwarg and
default_verbose
attribute to see the content of each multicall (useful for debugging)
What I did
multicall
where multiple uninitialized references would always target the same block heightverbose
kwarg anddefault_verbose
attribute to see the content of each multicall (useful for debugging)