Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable e2e contract tests #1634

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

LuizAsFight
Copy link
Contributor

@LuizAsFight LuizAsFight commented Oct 28, 2024

  • Closes re-enable e2e-contract-tests #1632

  • Closes FE-854

  • update to fuel-core 0.40.0

  • add timeout after connecting to give time for selectors

  • compare addresses using address.toString() instead of address.toAddress(), using checksum correctly

  • compare contract address using the string directly instead of converting to bech32

  • the comparisons done in utils/address.ts will now consider the input address instead of trying magics to convert it

  • log the Master Wallet address to enable us easily funding it when needed for testnet/devnet

  • select network when setup wallet

@LuizAsFight LuizAsFight merged commit 7d1d08d into master Oct 28, 2024
14 of 15 checks passed
@LuizAsFight LuizAsFight deleted the lf/fe-854/enable-contract-tests branch October 28, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

re-enable e2e-contract-tests
2 participants