-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split StardustClientExt into StardustIdentityClient/Base traits * Add network checks to StardustClientExt * Add context to example errors, increase faucet timeout * Fix compilation without `iota-client` feature, relax Send restriction * Re-export bee_block as the block module * Add IStardustIdentityClient, IStardustIdentityClientExt interfaces * [WIP] TypeScript client extension attempt * Remove expect, make error messages more verbose * Fix AliasOutput serialization, update example * Move deactivate_did_output to StardustIdentityClient Add allow_empty to StardustDocument::unpack. * Update Wasm bindings * Implement publishDidOutput for Wasm bindings * Clean Wasm ex0_create_did example * Implement deleteDidOutput for Wasm bindings * Add ex1_update_did Wasm example, add examples-stardust directory * Add ex2_resolve_did example for Wasm * Add metadata deactivated field Wasm bindings * Fix input commitment hash calculation for multiple inputs Sort inputs. Add some block validation checks. Fix unlocking logic. Fix consumeAmount, remainderAmount calculations. * Add ex4_delete_did Wasm example * Fix StateMetadataDocument serialised fieldnames Remove timestamps when unpacking an empty DID Document. * Fix dust outputs when reclaiming Alias Output amount * Update iota.js to latest version * Start iota.rs Node.js client intergration * Use unofficia iota-client Wasm bindings * Fix formatting * Add StardustDocument::unpack_from_block, simplify TypeScript * Apply suggestions from code review * Wait for faucet in Wasm Stardust examples * Change TypeScript `import` to `import type` * Improve Wasm TypeScript build (#976) * Remove sleep in Wasm deactivate example * Revert change to txm README.md example Co-authored-by: Eike Haß <eike-hass@web.de>
- Loading branch information
Showing
49 changed files
with
3,981 additions
and
4,314 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
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.