You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd probable make use of Create3 library, instead of CREATE2, for deploying counter-factual proxies, and start using CREATE2 for deploying libs and implementations libs.
Modify deployment scripts for libs and impls, as to use WitnetDeployer and pass concatenation of createCode + constructorArgs when calling on WitnetDeployer.deploy
Use WitnetProxy's creation code within WitnetDeployer constructor
Add new method WitnetDeployer.proxify(bytes32 _salt, address _firstImplementation, bytes _initData) as to create WitnetProxy and immediately upgrade it to provided Witnet-compatible artifact, where the address is to be determined by the provided _salt only.
Deploy all required proxies within same migration script (e.g. just after WitnetDeployer is deployed)
Improve scripts/vanity.js as to search for create3 counter-factual addresses
Launch vanity searches for 0x0000...0000 proxy addressess
The text was updated successfully, but these errors were encountered: