-
Notifications
You must be signed in to change notification settings - Fork 112
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: safe tx support #522
fix: safe tx support #522
Conversation
Deploying with Cloudflare Pages
|
Current Cypress Test Results Summary✅ 105 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 06/20/2023 01:51:22am UTC) Run DetailsRunning Workflow Test on Github Actions Commit: 9e5b303 Started: 06/20/2023 01:37:26am UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Set Primary Name from settings subgraph errors should disable button for wrapped subname in profile
Retry 1 • Initial Attempt |
0% (0)0 / 32 runsfailed over last 7 days |
100% (32)32 / 32 runsflaked over last 7 days |
📄 e2e/specs/stateless/08_registerName.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Register Name should allow normal registration
Retry 1 • Initial Attempt |
5.36% (3)3 / 56 runsfailed over last 7 days |
94.64% (53)53 / 56 runsflaked over last 7 days |
Current Cypress Test Results Summary
✅ 16 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 06/20/2023 01:51:22am UTC)
Run Details
Running Workflow Test on Github Actions
Commit: 9e5b303
Started: 06/20/2023 01:37:32am UTC
⚠️ Flakes
📄 e2e/specs/stateful/03_dnsclaim.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Import DNSSEC name should allow user to import a domain that they are not the owner of
Retry 1 • Initial Attempt |
0% (0)0 / 55 runsfailed over last 7 days |
3.64% (2)2 / 55 runsflaked over last 7 days |
changes:
isSafeTx
property to the tx store itemsonSuccess()
after sending a transactionwaitForTransaction()
function that has special handling for safe txs (attempts to fetch from the SAFE api)fix works with both walletconnect and SAFE web
Fixes FET-1241