This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Update pending transactions to support all networks for a coin type #7295
Comments
StephenHeaps
added a commit
that referenced
this issue
May 3, 2023
… behaviour) until #7295 (need to make sure correct network is shown for transaction)
StephenHeaps
added a commit
that referenced
this issue
May 4, 2023
* Update ledger code for 1.52.x * Update BraveCore to v1.52.42 * Update BraveCore to v1.52.54 * Selected network per origin changes * Implement Brave Ads rotating hash for iOS (#7344) * Update BraveCore to v1.52.84 * Fix for only showing transactions from the selected network (existing behaviour) until #7295 (need to make sure correct network is shown for transaction) --------- Co-authored-by: Kyle Hickinson <[email protected]> Co-authored-by: Terry Mancey <[email protected]>
11 tasks
StephenHeaps
added a commit
that referenced
this issue
May 10, 2023
* Initial support for displaying & confirming pending transactions from all networks * Add unit test to verify network for TransactionConfirmation. Sort transactions in confirmation by createdDate for deterministic order. * Fetch transactions from known networks only until #7429
Verification passed on iPhone 13 with iOS 16.5 running 1.52 (23.6.1.15)
7295.MP4 |
arthuredelstein
pushed a commit
to brave/brave-core
that referenced
this issue
Feb 13, 2024
…#7379) * Update ledger code for 1.52.x * Update BraveCore to v1.52.42 * Update BraveCore to v1.52.54 * Selected network per origin changes * Implement Brave Ads rotating hash for iOS (brave/brave-ios#7344) * Update BraveCore to v1.52.84 * Fix for only showing transactions from the selected network (existing behaviour) until brave/brave-ios#7295 (need to make sure correct network is shown for transaction) --------- Co-authored-by: Kyle Hickinson <[email protected]> Co-authored-by: Terry Mancey <[email protected]>
arthuredelstein
pushed a commit
to brave/brave-core
that referenced
this issue
Feb 13, 2024
…brave/brave-ios#7424) * Initial support for displaying & confirming pending transactions from all networks * Add unit test to verify network for TransactionConfirmation. Sort transactions in confirmation by createdDate for deterministic order. * Fetch transactions from known networks only until brave/brave-ios#7429
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
With the changes in brave/brave-core#17986, we are now able to fetch transactions for all networks on each coin type (current logic uses the selected network for each coin type). We should update the pending requests to fetch transactions for all networks on a given coin type, and update Transaction Confirmation to make sure the correct network for the transaction is displayed (no longer guaranteed be the selected network for the coin type).
GetAllTransactionInfo
now accepts achain_id
parameter, and thechain_id
is stored on eachTransactionInfo
model.Requires BraveCore v1.52.x
The text was updated successfully, but these errors were encountered: