Skip to content

Commit d133eb8

Browse files
authored
Prep for v5.32.0 release (#1171)
* Prep for v5.32.0 release * Rustdoc link in readme * Minor fixes
1 parent 48ada3d commit d133eb8

10 files changed

Lines changed: 17 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For key management and validator rewards, consult our [validator guide online](h
8787

8888
## Run RPC Tests
8989

90-
RPC tests suite can be run for any release. To run tests go to https://github.com/AstarNetwork/Astar/actions/workflows/rpcTest.yml. Click Run workflow, in the dropdown input the release version tag you want to run the test suite. Then click the green Run workflow button to start the test suite.
90+
RPC tests suite can be run for any release. To run tests go to <https://github.com/AstarNetwork/Astar/actions/workflows/rpcTest.yml>. Click Run workflow, in the dropdown input the release version tag you want to run the test suite. Then click the green Run workflow button to start the test suite.
9191

9292
![Screenshot from 2022-07-07 15-28-46](https://user-images.githubusercontent.com/874046/177785570-330c6613-237d-4190-bfed-69876209daf6.png)
9393

@@ -102,19 +102,20 @@ Also `package` imports aren't properly propagated from root to sub-crates, so de
102102
Defining _features_ in the root `Cargo.toml` is additive with the features defined in concrete crate's `Cargo.toml`.
103103

104104
**Adding Dependency**
105+
105106
1. Check if the dependency is already defined in the root `Cargo.toml`
106107
1. if **yes**, nothing to do, just take note of the enabled features
107108
2. if **no**, add it (make sure to use `default-features = false` if dependency is used in _no_std_ context)
108109
2. Add `new_dependecy = { workspace = true }` to the required crate
109110
3. In case dependency is defined with `default-features = false` but you need it in _std_ context, add `features = ["std"]` to the required crate.
110-
111111

112112
## Further Reading
113113

114114
* [Official Documentation](https://docs.astar.network/)
115115
* [Whitepaper](https://github.com/AstarNetwork/plasmdocs/blob/master/wp/en.pdf)
116116
* [Whitepaper(JP)](https://github.com/AstarNetwork/plasmdocs/blob/master/wp/jp.pdf)
117-
* [Subtrate Developer Hub](https://substrate.dev/docs/en/)
117+
* [Substrate Developer Hub](https://substrate.dev/docs/en/)
118118
* [Substrate Glossary](https://substrate.dev/docs/en/knowledgebase/getting-started/glossary)
119119
* [Substrate Client Library Documentation](https://polkadot.js.org/docs/)
120120
* [Astar Network Audit Reports](https://github.com/AstarNetwork/Audits)
121+
* [Astar Code Documentation](https://astarnetwork.github.io/Astar/)

bin/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-collator"
3-
version = "5.31.0"
3+
version = "5.32.0"
44
description = "Astar collator implementation in Rust."
55
build = "build.rs"
66
default-run = "astar-collator"

runtime/astar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-runtime"
3-
version = "5.31.0"
3+
version = "5.32.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/astar/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
148148
spec_name: create_runtime_str!("astar"),
149149
impl_name: create_runtime_str!("astar"),
150150
authoring_version: 1,
151-
spec_version: 78,
151+
spec_version: 79,
152152
impl_version: 0,
153153
apis: RUNTIME_API_VERSIONS,
154154
transaction_version: 2,

runtime/local/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "local-runtime"
3-
version = "5.31.0"
3+
version = "5.32.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shibuya-runtime"
3-
version = "5.31.0"
3+
version = "5.32.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
173173
spec_name: create_runtime_str!("shibuya"),
174174
impl_name: create_runtime_str!("shibuya"),
175175
authoring_version: 1,
176-
spec_version: 121,
176+
spec_version: 122,
177177
impl_version: 0,
178178
apis: RUNTIME_API_VERSIONS,
179179
transaction_version: 2,

runtime/shiden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shiden-runtime"
3-
version = "5.31.0"
3+
version = "5.32.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shiden/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
150150
spec_name: create_runtime_str!("shiden"),
151151
impl_name: create_runtime_str!("shiden"),
152152
authoring_version: 1,
153-
spec_version: 118,
153+
spec_version: 119,
154154
impl_version: 0,
155155
apis: RUNTIME_API_VERSIONS,
156156
transaction_version: 2,

0 commit comments

Comments
 (0)