web3.js icon indicating copy to clipboard operation
web3.js copied to clipboard

4.x Contracts Tests e2e

Open jdevcs opened this issue 3 years ago • 2 comments

  • [ ] clone contract with legacy tx and local wallet account

  • [ ] clone contract with EIP1559 tx and local wallet account

  • [ ] clone should fail with invalid local account

  • [ ] clone should fail with low basefeeGas 0x2 transaction

  • [ ] deploy should fail with low basefeeGas 0x2 transaction

  • [ ] deploy contract with legacy tx and local account

  • [ ] deploy contract with EIP1559 tx and local account

  • [ ] ERC721 / ERC20 tests with local wallet and 0x2 transaction

  • [ ] Adding some more scnerios for tests of ABI encoding, signing etc of ERC20 ( allowance, approve, transferfrom, increaseAllowance TBD)

  • [ ] Adding some more scnerios for tests of ABI encoding, signing etc of ERC721 (approve, getApproved, setApprovalForAll, isApprovedForAll, safeTransferFrom TBD )

  • [ ] methods.estimateGas for legacy and EIP1559 tx

  • [ ] methods.encodeABI ( constructor with data param, method call )

  • [ ] methods.createAccessList ( // its also missing in alpha )

jdevcs avatar Jun 02 '22 13:06 jdevcs

Hey team! Please add your planning poker estimate with ZenHub @spacesailor24 @avkos @nikoulai @luu-alex

jdevcs avatar Jun 16 '22 17:06 jdevcs

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Aug 16 '22 00:08 github-actions[bot]