web3
web3 copied to clipboard
Upgradeable: Constructor Arguments
From #98: For upgradeable contracts, can we use constructor arguments rather than doing a find/replace on the binary data? https://github.com/gochain-io/web3/blob/0397f9715de7b6f0d163ed52ea72692689d3edee/assets/owner_upgradeable_proxy.go#L17-L18
I'm writing up the blog post for the upgradeable contracts, should I wait for this? @benbjohnson
This change would not affect CLI users, only potentially API users.