-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AnchorOutput and AnchorAddress (#1379)
* Add AnchorOutput and AnchorAddress * Start removing account transitions * More changes * Remove state_metadata * More changes * It compiles!!! * Some more examples fixes * More test fixes * Warnings * Fix some tests * Some bindings changes * More changes :sadcat: * Set AnchorAddress type * Add AnchorOutputs address capability * Add AnchorUnlock * Fix ANCHOR_OUTPUTS capability * Fix test compilation * Add DESTROY_ANCHOR_OUTPUTS tx capability * Add Anchor address cap semantic validation * Fix compilation * Temporarily disable test until TIP is updated * Fix some tests * Last failing tests * Some nits * Fix test * Some Python fixes * Nits * Remove TODO * Doc nit * Add Anchor to def_is_as_opt * Display delegations/anchors in CLI addresses cmd * Update sdk/src/client/api/block_builder/input_selection/mod.rs Co-authored-by: Thoralf-M <[email protected]> * Fix warning * Cleanup account transition validation * Reviews * Nit * Add ISA UnsupportedAddressType error * impl From<&OutputId> for AnchorAddress * Update addresses order and types * Update restricted address tests * Address semantic TODOs * required_and_unlocked_address TODO * Address unlock TODO * Secret TODO * Ledger nano TODO * Reenable test * Typo * Warning * Address Display * ISA nits * Move anchor tx cap * Update rand address modulo * then_some(index) * Fix nodejs example * Fix python * wtf --------- Co-authored-by: Thoralf-M <[email protected]>
- Loading branch information
1 parent
143cdef
commit 46d979b
Showing
93 changed files
with
3,164 additions
and
4,164 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
109 changes: 0 additions & 109 deletions
109
bindings/nodejs/examples/how_tos/account_output/governance-transition.ts
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
bindings/nodejs/examples/how_tos/account_output/state-transition.ts
This file was deleted.
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
Oops, something went wrong.