-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ABW-3926] Delete account manifest (#259)
* WIP * version bump * remove fee_payer * WIP * WIP * cannot flatten an eum * format * clean up * export via UniFFI * clean up * add some tests * WIP * move load all pages into GatewayClient and add tests for it * extract to be usable without AccountPageRequests * use LedgerState & LedgerStateSelector * fetch gateway status to get intial LedgerState * take optional recipeint_account_address * WIP * send initial values * add non fungible models & extend fungible * comment * wip * WIP (need to check if correct) * unified transfers * consider transfer weight to reject TX if there are over 100 transfers * tests to fetch resources * bump RET and Scrypto to version (#262) Fix bug caused by typo `PUSH_TO_AUTHZONE` -> `PUSH_TO_AUTH_ZONE` by bumping RET and Scrypto (fixed breaking changes renaming ChildSubintent -> ChildSubintentSpecifier) * rename files * add missing tests * Bump ret RET and Scrypto (#263) * bump RET and Scrypto * remove commented lines on lib.rs * bump version * finish test * bump version * one more test * clippy * deny all deposits to deleted account * Tombstone accounts functionality and sync (#266) * Tombstone flag * Update account flags from sargon os * Implement sync method for accounts deletion * Fixes * Add sargon os method * Remove comment * Handle PR comments * Change logic that decides what account is deleted * Add tests * Remove unused EntityFlag * Resolve comments * Return error when tombstoning unknown account and not when updating the profile * Fix ios tests * Pre-validate accounts to update * bump version * Delete account classification (#265) * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * use reserved convention * Allow deleting virtual accounts (#268) * Allow creating Manifest for virtual accounts * move interception one level above * fmt * Export sync methods --------- Co-authored-by: Alexander Cyon <[email protected]> Co-authored-by: micbakos-rdx <[email protected]> Co-authored-by: Ghenadie <[email protected]> Co-authored-by: micbakos-rdx <[email protected]>
- Loading branch information
1 parent
42006ba
commit da9ecc2
Showing
140 changed files
with
4,239 additions
and
397 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.