-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: first compiling manta RT Signed-off-by: Adam Reif <Garandor@manta.network> * wip: remove service_aura since manta RT no longer uses it Signed-off-by: Adam Reif <Garandor@manta.network> * wip: move `from_seed_unchecked` from primitives into runtime, Manta RT has 2 keys, Calamari/Dolphin have AuraId as extra key Signed-off-by: Adam Reif <Garandor@manta.network> * make from_seed_unchecked std only instead Signed-off-by: Adam Reif <Garandor@manta.network> * Add dmp queeu and subscriptions Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network> * fmt Signed-off-by: Adam Reif <Garandor@manta.network> * Add xcm_config.rs file Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network> Signed-off-by: Adam Reif <Garandor@manta.network> Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network> Co-authored-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
- Loading branch information
1 parent
aea95e2
commit d55f236
Showing
27 changed files
with
1,681 additions
and
1,618 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,3 @@ pub mod client; | |
pub mod command; | ||
pub mod rpc; | ||
pub mod service; | ||
pub mod service_aura; |
Oops, something went wrong.