-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate with divvy protocol (#6492)
### Description This PR integrates the divvy protocol into the transaction flows: 1. the registration transaction is calculated and added to the prepared transactions the user will send so that the network fee quoted to the user can include the registration transaction 2. the registration transaction is sent first, before the rest of the prepared transactions ### Test plan 1. the registration is completed with the user's first transaction 3. on wallet restore, the registration is not done again 4. the transaction flows continue to work without any user facing changes ### Related issues - Fixes RET-1318 ### Backwards compatibility Y ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [ ] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)
- Loading branch information
1 parent
6ecfc3c
commit 5fba34e
Showing
13 changed files
with
1,149 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.