ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
247 stars 269 forks source link

Registry copying functionality #114

Closed davesque closed 5 years ago

davesque commented 5 years ago

What was wrong?

We needed a facility for copying existing registries so we can use eth-abi for web3.py's encodability checks.

How was it fixed?

Added copying functionality to ABIRegistry and supporting classes.

Cute Animal Picture

Cute animal picture

carver commented 5 years ago

Cool, nothing significant to add. I guess a new test could explicitly confirm what's in the docs: that a change doesn't get propagated from a copied registry to its source registry. (in addition to the id() checks)