-
Notifications
You must be signed in to change notification settings - Fork 981
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'murisi/sdk-refactor-rebased' (#1963)
* origin/murisi/sdk-refactor-rebased: Added a change log entry. Changes to enable better usage of the SDK in the absence of wallet or shielded context. Separated an SDK crate out of the shared crate. SDK can now query for the native token address from the network. Also added null IO implementation. Reintegrated generic IO support. Enabled parallel usage of the Namada trait using read and write locks. Removed unnecessary requirement for mutable references in Namada trait. Added function to construct DenominatedAmounts from Amounts. Made the ShieldedUtils trait similar to the WalletStorage trait. Adding saving and loading function to Wallet. Moved FsShieldedUtils into the SDK behind a feature flag. Allow the prototypical Tx builder to be modified in NamadaImpl instances. Created builders and constructors for each type of transaction. Combined construction of signing data with transaction construction.
- Loading branch information
Showing
86 changed files
with
7,029 additions
and
5,288 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,2 @@ | ||
- Improved the usability of the SDK and moved it to separate crate. | ||
([\#1963](https://github.com/anoma/namada/pull/1963)) |
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
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.