-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kadena-sdk): refactor transfers for more flexibility (#2767)
* feat(kadena-sdk): refactor transfers for more flexibility * fix(wallet-sdk): add mock and re-enable gettransfer test * fix(wallet-sdk): fix build errors and improve example wallet debugging * fix(wallet-sdk): fix build errors * fix(wallet-sdk): improve test coverage * fix(wallet-sdk-example): update sdk * feat(kadena-sdk): add fungible param to create transfer methods * changeset(wallet-sdk): minor bump --------- Co-authored-by: Bart Huijgen <barthuijgen@users.noreply.github.com>
- Loading branch information
1 parent
0deacb4
commit 4e1530d
Showing
32 changed files
with
11,518 additions
and
585 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,5 @@ | ||
--- | ||
'@kadena/wallet-sdk': minor | ||
--- | ||
|
||
Provide new create transfer methods (breaking change) |
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.