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

[ENG-190] Nonce typing from Safe incorrect (develop) #2714

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

Da-Colon
Copy link
Contributor

@Da-Colon Da-Colon commented Feb 5, 2025

Closes ENG-190

Traced the weird conditional failure all the way back to the nonce we receive from Safe's API. The API's SafeInfoResponse type for nonce number but actually typed a string on the response...Something has changed as of like yesterday?

This change is basically causing any === comparison to fail comparing against the proposal's nonce

Edit: Updated the SafeApi SDK to latest reveals this change to SafeInfoResponse. nonce is indeed a string

Copy link

linear bot commented Feb 5, 2025

Copy link

cloudflare-workers-and-pages bot commented Feb 5, 2025

Deploying decent-interface with  Cloudflare Pages  Cloudflare Pages

Latest commit: f56dc49
Status: ✅  Deploy successful!
Preview URL: https://401842ca.decent-interface.pages.dev
Branch Preview URL: https://eng-190-multisig-fix.decent-interface.pages.dev

View logs

@Da-Colon Da-Colon self-assigned this Feb 5, 2025
@Da-Colon
Copy link
Contributor Author

Da-Colon commented Feb 6, 2025

@DarksightKellar #2713 (comment)

Why this change?
What do you mean?

@Da-Colon
Copy link
Contributor Author

Da-Colon commented Feb 6, 2025

@adamgall I need to rebase this to develop and remove the bump in version. ...Done

@Da-Colon Da-Colon force-pushed the ENG-190-multisig-fix branch from 055fda6 to f56dc49 Compare February 6, 2025 13:23
@Da-Colon Da-Colon changed the title [ENG-190] | Hotfix v0.5.2 Nonce typing from Safe incorrect (develop) [ENG-190] Nonce typing from Safe incorrect (develop) Feb 6, 2025
@Da-Colon Da-Colon merged commit 1130f84 into develop Feb 6, 2025
4 checks passed
@Da-Colon Da-Colon deleted the ENG-190-multisig-fix branch February 6, 2025 20:04
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.

3 participants