-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mariari/sdk-folder' (#1868)
* origin/mariari/sdk-folder: Create Changelog Move namada::types::error into namada::sdk::error Move wallet to the SDK Move the Client code into the queries module Move args.rs into the sdk folder Move masp.rs over to the SDK crate Move singing.rs over to the SDK folder Move tx.rs to the SDK crate Create the SDK folder and move RPC to it
- Loading branch information
Showing
43 changed files
with
493 additions
and
455 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,21 @@ | ||
- The shared-utils topic ([#1868](https://github.com/anoma/namada/pull/1868)) moves the following: | ||
+ _Modules_ | ||
| From | To | | ||
|-----------------------------------------|--------------------------------------| | ||
| namada::ledger::tx | namada::sdk::tx | | ||
| namada::ledger::rpc | namada::sdk::rpc | | ||
| namada::ledger::signing | namada::sdk::signing | | ||
| namada::ledger::masp | namada::sdk::masp | | ||
| namada::ledger::args | namada::sdk::args | | ||
| namada::ledger::wallet::alias | namada::sdk::wallet::alias | | ||
| namada::ledger::wallet::derivation_path | namada::sdk::wallet::derivation_path | | ||
| namada::ledger::wallet::keys | namada::sdk::wallet::keys | | ||
| namada::ledger::wallet::pre_genesis | namada::sdk::wallet::pre_genesis | | ||
| namada::ledger::wallet::store | namada::sdk::wallet::store | | ||
| namada::types::error | namada::sdk::error | | ||
|
||
+ _Types_ | ||
|
||
| From | To | | ||
|---------------------------------|------------------------------| | ||
| namada::ledger::queires::Client | namada::sdk::queires::Client | |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1868-shared-utils-folder.md
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 @@ | ||
- Move all functions considered to be apart of the SDK to the SDK | ||
folder. ([#1868](https://github.com/anoma/namada/pull/1868)) |
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
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.