-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
break api: async support and clean up dependencies (#567)
break api: clean up trait bound, improve dispatch error, async support, break api: improve dispatch error, cleanup dependencies, rework of metadata break api: clean up trait bounds, cleanup dependencies break api: clean up trait bounds, support decoding events from the metadata, async support, Change generic types of traits to associated types breaks nothing break API: async support, clean up dependencies break API: improve dispacth error, clean up trait bounds, add next_events_from_metadata, expand chain api, make pallet dependencies optional cargo.lock changes from review Co-authored-by: echevrier <[email protected]>
- Loading branch information
Showing
9 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "substrate-api-client" | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "substrate-client-keystore" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ac-compose-macros" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ac-examples" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ac-node-api" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ac-primitives" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "test-no-std" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ac-testing" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Supercomputing Systems AG <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
|