-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from venture23-aleo/develop
Added changesets
- Loading branch information
Showing
4 changed files
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
'@doko-js/utils': major | ||
--- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@doko-js/cli': major | ||
--- | ||
|
||
- Remove snarkos dependency from doko-js | ||
- Update template to support latest changes | ||
- Replace @aleohq/sdk with @provablehq/sdk |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@doko-js/core': major | ||
--- | ||
|
||
- Remove snarkos dependency from doko-js | ||
- Replace @aleohq/sdk with @provablehq/sdk | ||
- Remove dry run feature. Instead of parsing transaction from the output of dry, now | ||
outputs are fetched from the endpoint and provided to user | ||
- Add feature to get transaction object from TransactionResponse | ||
- Deprecate LeoExecute |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@doko-js/wasm': patch | ||
--- | ||
|
||
- Added mechanism for some utility functions like output decryption, hashing and getting address of program. |