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're adding custom behaviors to support both Truffle and Ethers while we're migrating. A couple of those things to consider are when finishing the migration are:
Remove all the DEPRECATE annotations for packages we still need
List of files to migrate:
test/access/AccessControl.behavior.js
MigrateAccessControl
tests #4694test/access/AccessControl.test.js
MigrateAccessControl
tests #4694test/access/extensions/AccessControlDefaultAdminRules.test.js
MigrateAccessControl
tests #4694test/access/extensions/AccessControlEnumerable.test.js
MigrateAccessControl
tests #4694test/access/manager/AccessManaged.test.js
MigrateAccessManager
tests to ethers #4710test/access/manager/AccessManager.behavior.js
MigrateAccessManager
tests to ethers #4710test/access/manager/AccessManager.test.js
MigrateAccessManager
tests to ethers #4710test/access/manager/AuthorityUtils.test.js
MigrateAccessManager
tests to ethers #4710test/access/Ownable2Step.test.js
: Migrate Ownable tests #4657test/access/Ownable.test.js
: Migrate Ownable tests #4657 MigrateAccessManager
tests to ethers #4710test/finance/VestingWallet.behavior.js
Migrate finance tests to ethers.js #4723test/finance/VestingWallet.test.js
Migrate finance tests to ethers.js #4723test/governance/extensions/GovernorERC721.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorPreventLateQuorum.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorStorage.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorTimelockAccess.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorTimelockCompound.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorTimelockControl.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorVotesQuorumFraction.test.js
Migrate governance tests to ethers.js #4728test/governance/extensions/GovernorWithParams.test.js
Migrate EIP712 to ethersjs #4750test/governance/Governor.test.js
Migrate governance tests to ethers.js #4728 Migrate EIP712 to ethersjs #4750test/governance/TimelockController.test.js
Migrate governance tests to ethers.js #4728test/governance/utils/EIP6372.behavior.js
Migrate governance tests to ethers.js #4728test/governance/utils/Votes.behavior.js
Migrate EIP712 to ethersjs #4750 Migrate governance tests to ethers.js #4728test/governance/utils/Votes.test.js
Migrate governance tests to ethers.js #4728test/helpers/access-manager.js
MigrateAccessManager
tests to ethers #4710test/helpers/account.js
Migrate metatx tests to ethers #4732 Migrate Context & ERC2771 tests to ethers.js #4737 Migrate proxy tests folder to ethersjs #4746test/helpers/chainid.js
test/helpers/constants.js
MigrateAccessManager
tests to ethers #4710 Finalize test migration: remove legacy dependencies and test helpers #4797test/helpers/create.js
: MigrateMerkleProof
tests among other testing utilities #4689test/helpers/customError.js
: deprecatedtest/helpers/deploy.js
test/helpers/eip712.js
: MigrateMerkleProof
tests among other testing utilities #4689 Migrate utils-cryptography to ethers #4749 Migrate EIP712 to ethersjs #4750test/helpers/enums.js
Migrate governance tests to ethers.js #4728#4797test/helpers/erc1967.js
: MigrateMerkleProof
tests among other testing utilities #4689 Migrate proxy tests folder to ethersjs #4746test/helpers/governance.js
Migrate governance tests to ethers.js #4728test/helpers/iterate.js
test/helpers/namespaced-storage.js
MigrateAccessManager
tests to ethers #4710test/helpers/math.js
Migrate Context & ERC2771 tests to ethers.js #4737 Migrate metatx tests to ethers #4732test/helpers/methods.js
: MigrateMerkleProof
tests among other testing utilities #4689test/helpers/sign.js
Migrate utils-cryptography to ethers #4749test/helpers/time.js
Migrate governance tests to ethers.js #4728 Migrate ERC20 extensions tests to ethers v6 #4773#4797test/helpers/txpool.js
Migrate governance tests to ethers.js #4728test/metatx/ERC2771Context.test.js
Migrate metatx tests to ethers #4732 Migrate Context & ERC2771 tests to ethers.js #4737test/metatx/ERC2771Forwarder.test.js
Migrate metatx tests to ethers #4732 Migrate Context & ERC2771 tests to ethers.js #4737test/proxy/beacon/BeaconProxy.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/beacon/UpgradeableBeacon.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/Clones.behaviour.js
Migrate proxy tests folder to ethersjs #4746test/proxy/Clones.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/ERC1967/ERC1967Proxy.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/ERC1967/ERC1967Utils.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/Proxy.behaviour.js
Migrate proxy tests folder to ethersjs #4746test/proxy/transparent/ProxyAdmin.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/transparent/TransparentUpgradeableProxy.behaviour.js
Migrate proxy tests folder to ethersjs #4746test/proxy/transparent/TransparentUpgradeableProxy.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/utils/Initializable.test.js
Migrate proxy tests folder to ethersjs #4746test/proxy/utils/UUPSUpgradeable.test.js
Migrate proxy tests folder to ethersjs #4746test/token/common/ERC2981.behavior.js
Migrate ERC721 tests #4793test/token/ERC1155/ERC1155.behavior.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/ERC1155.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/extensions/ERC1155Burnable.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/extensions/ERC1155Pausable.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/extensions/ERC1155Supply.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/extensions/ERC1155URIStorage.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC1155/utils/ERC1155Holder.test.js
Migrate ERC1155 tests to ethers v6 #4771test/token/ERC20/ERC20.behavior.js
Migrate erc20 to ethersjs #4743test/token/ERC20/ERC20.test.js
Migrate erc20 to ethersjs #4743test/token/ERC20/extensions/ERC20Burnable.behavior.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Burnable.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Capped.behavior.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Capped.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20FlashMint.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Pausable.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Permit.test.js
Migrate EIP712 to ethersjs #4750 Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC20Votes.test.js
Migrate EIP712 to ethersjs #4750 Migrate governance tests to ethers.js #4728test/token/ERC20/extensions/ERC20Wrapper.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/extensions/ERC4626.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC20/utils/SafeERC20.test.js
Migrate ERC20 extensions tests to ethers v6 #4773test/token/ERC721/ERC721.behavior.js
Migrate ERC721 tests #4793test/token/ERC721/ERC721Enumerable.test.js
Migrate ERC721 tests #4793test/token/ERC721/ERC721.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721Burnable.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721Consecutive.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721Pausable.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721Royalty.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721URIStorage.test.js
Migrate ERC721 tests #4793test/token/ERC721/extensions/ERC721Votes.test.js
Migrate governance tests to ethers.js #4728test/token/ERC721/extensions/ERC721Wrapper.test.js
Migrate ERC721 tests #4793test/token/ERC721/utils/ERC721Holder.test.js
Migrate ERC721 tests #4793test/utils/Address.test.js
Migrate erc20 to ethersjs #4743 Migrate address to ethersjs #4739test/utils/Arrays.test.js
Migrate utils to ethersjs v6 #4736test/utils/Base64.test.js
Migrate utils to ethersjs v6 #4736test/utils/Context.behavior.js
Migrate metatx tests to ethers #4732 Migrate Context & ERC2771 tests to ethers.js #4737test/utils/Context.test.js
Migrate metatx tests to ethers #4732 Migrate Context & ERC2771 tests to ethers.js #4737test/utils/Create2.test.js
Migrate utils to ethersjs v6 #4736test/utils/cryptography/ECDSA.test.js
Migrate utils-cryptography to ethers #4749test/utils/cryptography/EIP712.test.js
Migrate utils-cryptography to ethers #4749 Migrate EIP712 to ethersjs #4750test/utils/cryptography/MerkleProof.test.js
: MigrateMerkleProof
tests among other testing utilities #4689test/utils/cryptography/MessageHashUtils.test.js
Migrate utils-cryptography to ethers #4749test/utils/cryptography/SignatureChecker.test.js
Migrate utils-cryptography to ethers #4749test/utils/introspection/ERC165Checker.test.js
Migrate ERC165 tests #4794test/utils/introspection/ERC165.test.js
Migrate ERC165 tests #4794test/utils/introspection/SupportsInterface.behavior.js
MigrateAccessControl
tests #4694test/utils/math/Math.test.js
Migrate math tests to ethers.js v6 #4769test/utils/math/SafeCast.test.js
Migrate math tests to ethers.js v6 #4769test/utils/math/SignedMath.test.js
Migrate math tests to ethers.js v6 #4769test/utils/Multicall.test.js
Migrate utils to ethersjs v6 #4736test/utils/Nonces.test.js
Migrate utils to ethersjs v6 #4736test/utils/Pausable.test.js
Migrate utils to ethersjs v6 #4736test/utils/ReentrancyGuard.test.js
Migrate utils to ethersjs v6 #4736test/utils/ShortStrings.test.js
Migrate utils to ethersjs v6 #4736test/utils/StorageSlot.test.js
Migrate utils to ethersjs v6 #4736test/utils/Strings.test.js
Migrate utils to ethersjs v6 #4736test/utils/structs/BitMap.test.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/Checkpoints.test.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/DoubleEndedQueue.test.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/EnumerableMap.behavior.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/EnumerableMap.test.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/EnumerableSet.behavior.js
Migrate utils-structs tests to ethersjs #4748test/utils/structs/EnumerableSet.test.js
Migrate utils-structs tests to ethersjs #4748test/utils/types/Time.test.js
Migrateutils/types/time
tests to ethers.js #4778List of related migrations
ethereumjs
in favor ofethers
's alternativesThe text was updated successfully, but these errors were encountered: