-
Notifications
You must be signed in to change notification settings - Fork 37
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
Gh 1994 - Show pending step, show up to date values #2001
Conversation
amountString, | ||
selectedAsset.symbol | ||
chain = activeSafe.chain, | ||
txId = safeTxHash, // to get non cached updates later we need the txId not the hash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got confused by the naming here, txId and safeTxHash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure that it's caching problem? why we don't have such on iOS ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because ios uses the txId:
txIds look likes this: multisig_0xfcFab1Eb61d3b1E8ff8F1eF1CD8e46F8be30b77f_0xc958935d43d24337ff7a425445ad05ca579231edf98eab9dd008db8447751f7d
txHashes look like this: 0xc958935d43d24337ff7a425445ad05ca579231edf98eab9dd008db8447751f7d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But i didn't look into ios regarding the first time txId should be passed. In Android we do not know the txId at the time. It is returned in the txDetails.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually not sure about this change if it's correct or not,
Handles #1994
Changes proposed in this pull request:
@gnosis/mobile-devs