This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate Fuel Wallet with swayswap and update to beta-3 (#401)
* refactor: bump deps and fix breaking changes * refactor: update for breaking changes * update deps * fix: build errors * refactor: comment create wallet code * refactor: remove unused wallet code * refactor: update swap machine * chore: bump tool chain and regen types * refactor: remove gas limit * fix: test by adding timeout * fix: tests * chore: remove comments and change search text * test: setup playwright and add some e2e code * test: add more code to e2e playwright test * fix: mint system * chore: install next versions and rebuild types * fix: flaky test behavoiour * chore: update dist-crx * fix: test and bump wallet * refactor: remove old cypress code * fix: lint and formatting * ci: use playwright instead of cypress * fix: lock file * test: add timeout to component * test: add logs on pages for debugging ci * test: more ci debugging * ci: upload test results * ci: fix path to report * ci: run node * rebuild contracts and bump ci fuelup versions * chore: remove logs * fix: bump versions and fix breaking changes * fix: breaking change * fix: breaking changes * fix: breaking changes * ci: bump forc version * rebuild types * ci: bump fuel-core * try to fix for ci * fix: tests * try to fix ci even though this works locally * fix : ci * chore: remove commented code * refactor: remove any type * refactor: improve use fuel hook * chore: remove commented code * chore: regen types * feat: add connect wallet page * feat: add welcome connect page * fix: tests * fix: e2e tests * Fix: lint errors * fix: e2e test * chore: remove logs * chore: add back logs * chore: remove logs * fix: don 't automatically connect * refactor: remove automatic connection and add comments * fix: test failing on ci only * chore: remove dist-crx and try to download * chore: bump and fix * chore: update docker * fix: breaking changes * chore: fix and bump versions * chore: remove logs * fix: tests to work with unreleased wallet * fix: lint erros * fix: lint and formatting * fix: test * refactor: use another token instead of base asset * fix: tests * refactor: change remove liquidity amount * fix: type errors * refactor: use another token instead of eth * refactor: use another token instead of eth * refactor: use another token instead of base asset * fix: tests * refactor: mock mint * fix: tests * fix: tests * refactor: change btc to eth * ci: fix * style: center steps indicator * fix: wallet popup error * ci: fix * ci: fix * ci: debugging * ci: more debugging * ci: more debugging * ci: fix * ci: fix * ci: fix * ci: fix * refactor: remove logs * ci: fix * fix: version error * chore: lint * ci: bump versions for beta-3 * fix: use wallet instead of account * feat: add faucet to welcome steps * feat: add mint to state machine * fix: welcome steps * fix: welcome steps and tokens * fix: some tests * fix: e2e tests * chore: bump fuels * fix: tests * chore: fix lint and fmt * ci: temp fix * fix: build error * ci: debugging * ci: possible fix * ci: more debugging * ci: actually fix rip * fix: I have shit for brains * ci: fix again * chore: update contract ids * fix: faucet url * fix: lint * refactor: use new logo * refactor: use new logo * chore: lint * fix: reject flows and improve refresh handling * feat: move logout to a settings menu * ci: remove envs from gh deploy * fix: types * feat: add pool size on config * feat: update ci * chore: update env * feat: improve remove wallet or disconnection * fix: useWallet hooks * feat: add more checks to avoid user to be locked on middle steps * chore: change imports * fix: tests * fix: tests * ci: add contract tests back * feat: update tests * feat: update start on test * chore: update contract ids * feat: add loader to mint button --------- Co-authored-by: matt-user <[email protected]> Co-authored-by: luizstacio <[email protected]> Co-authored-by: luizstacio <[email protected]>
- Loading branch information
1 parent
7a3f70e
commit 5ab985f
Showing
132 changed files
with
9,573 additions
and
9,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
{ | ||
"./**/*.{js,jsx,ts,tsx,html}": [ | ||
"pnpm prettier:check", | ||
"pnpm lint:check" | ||
] | ||
"./**/*.{js,jsx,ts,tsx,html}": ["pnpm prettier:check", "pnpm lint:check"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
.env.test | ||
node_modules/ | ||
/test-results/ | ||
/playwright-report/ | ||
/playwright/.cache/ | ||
/playwright/fuel-wallet.zip | ||
/playwright/dist-crx | ||
/test-results/ | ||
/playwright-report/ | ||
/playwright/.cache/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.