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
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
OrderValidator is now OrderValidationUtils, which is inherited by DevUtils (among many other useful functions). We should replace OrderValidator with DevUtils in abi-gen-wrappers, contract-artifacts, and anywhere else it might be lingering.
Motivation: Solidity source code for OrderValidator has already been deleted and it won't be redeployed for V3. It currently exists only on the chain and as compiler output in contract-artifacts, which makes it hard to debug or develop on.
Compile DevUtils and add the artifact to contract-artifacts
Run migration script to deploy only DevUtils
Add deployed address to contract-addresses
Generate DevUtils wrapper in abi-gen-wrappers
replace uses of OrderValidator throughout monorepo with DevUtils
Remove OrderValidator from contract-addresses, contract-artifacts, and abi-gen-wrappers`
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because no activity occured in 7 days after being marked as stale. If it's still relevant - feel free to reopen. Thank you for your contributions.
OrderValidator is now OrderValidationUtils, which is inherited by DevUtils (among many other useful functions). We should replace OrderValidator with DevUtils in
abi-gen-wrappers
,contract-artifacts
, and anywhere else it might be lingering.Motivation: Solidity source code for OrderValidator has already been deleted and it won't be redeployed for V3. It currently exists only on the chain and as compiler output in
contract-artifacts
, which makes it hard to debug or develop on.contract-artifacts
contract-addresses
DevUtils
wrapper inabi-gen-wrappers
OrderValidator
throughout monorepo withDevUtils
OrderValidator from
contract-addresses,
contract-artifacts, and
abi-gen-wrappers`The text was updated successfully, but these errors were encountered: