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

Update rpc-handler and fix tests following beta merge #345

Merged
merged 23 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e1fad5e
feat: bump rpc-handler
Keyrxng Oct 20, 2024
7d6043d
chore: remove networkId param from render-ens-name
Keyrxng Oct 20, 2024
504b7e5
chore: export NetworkId convert util
Keyrxng Oct 20, 2024
4aa8195
chore: use getters from rpc-handler for adding new network
Keyrxng Oct 20, 2024
a63df44
chore: add localhost default anvil
Keyrxng Oct 20, 2024
eca8322
chore: use getters in appState
Keyrxng Oct 20, 2024
6b6dd4c
chore: consolidate rpc-handler import
Keyrxng Oct 20, 2024
f2ccbe6
chore: fix view claim onclick
Keyrxng Oct 21, 2024
4931e58
chore: return the original anvil spawner
Keyrxng Oct 21, 2024
ba2a65d
fix: reset view claim on pagination
Keyrxng Oct 21, 2024
be25449
chore: comment and no need to throw error on fail to store permit
Keyrxng Oct 21, 2024
70c6f83
chore: use and fix button visibilty for reset after view claim
Keyrxng Oct 21, 2024
2dd7efd
chore: multi permit fn, max seems to be around 3 or 4
Keyrxng Oct 21, 2024
0f43b4b
chore: use gnosis id for anvil fork
Keyrxng Oct 21, 2024
43c9de4
chore: success and failure tests
Keyrxng Oct 21, 2024
7b4301f
chore: gift card tests
Keyrxng Oct 21, 2024
ee55943
Merge remote-tracking branch 'upstream/development' into development
Keyrxng Oct 21, 2024
4eb4ce9
chore: fix last card test
Keyrxng Oct 21, 2024
0a86f01
chore: separate funding step
Keyrxng Oct 21, 2024
593b9d8
chore: yarn start on cypress action
Keyrxng Oct 21, 2024
379d6c1
chore: use wrangler build as cypress wf start cmd
Keyrxng Oct 21, 2024
682977a
chore: remove duplicate step
Keyrxng Oct 21, 2024
c7c04f1
chore: use hardcoded permit url
Keyrxng Oct 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: separate funding step
Keyrxng committed Oct 21, 2024

Verified

This commit was signed with the committer’s verified signature.
ilblackdragon Illia Polosukhin
commit 0a86f01076d9f34d8e3094fc057bbf95fa3536ef
5 changes: 4 additions & 1 deletion .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,9 @@ jobs:
sleep 1
done || exit 1

- name: Funding
run: yarn test:fund

- name: Start Cloudflare Wrangler
run: npx wrangler pages dev static --port 8080 --binding USE_RELOADLY_SANDBOX=true RELOADLY_API_CLIENT_ID="$RELOADLY_SANDBOX_API_CLIENT_ID" RELOADLY_API_CLIENT_SECRET="$RELOADLY_SANDBOX_API_CLIENT_SECRET" &
env:
@@ -48,7 +51,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: yarn run build
start: yarn test:fund
start: yarn test

env:
SUPABASE_URL: "https://wfzpewmlyiozupulbuur.supabase.co"