Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza committed Jan 2, 2025
1 parent c815e4e commit 8c4deca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

spec version `131`

Flagging metadata hash

spec version `130`

Adding metadata hash

spec version `129`

Tweaked bridge closing

spec version `128`

Tweaked bridge parameters

spec version `127`

Added bridge

spec version `126`

**Breaking Changes**
Expand All @@ -9,7 +29,7 @@ Moved:
- `delegate_rootnet_control` extrinsic has been moved to `SubnetEmissionModule` from `SubspaceModule`.
- Some storages have been moved to `SubnetEmissionModule` from `SubspaceModule`:
- WeightEncryptionMap
-
-
Deleted:
- `TrustRatio`

Expand Down Expand Up @@ -68,7 +88,7 @@ Subnet Emission Module:

- `DecryptionNodeBanQueue`:
- Description: Queue of decryption nodes that will be banned next epoch.
- Type: StorageDoubleMap<u16, T::AccountId, u64>
- Type: StorageDoubleMap<u16, T::AccountId, u64>
- Default: None (empty double map)

Subspace Module:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ try-runtime-upgrade-testnet:
RUST_BACKTRACE=1; RUST_LOG="${RUST_LOG}"; try-runtime --runtime target/release/wbuild/node-subspace-runtime/node_subspace_runtime.compact.compressed.wasm on-runtime-upgrade --blocktime 8000 live --uri wss://testnet.api.communeai.net:443

try-runtime-upgrade-mainnet:
cargo build --release --features "try-runtime"
cargo build --release --features try-runtime
RUST_BACKTRACE=1; RUST_LOG="${RUST_LOG}"; try-runtime --runtime target/release/wbuild/node-subspace-runtime/node_subspace_runtime.compact.compressed.wasm on-runtime-upgrade --blocktime 8000 live --uri wss://api.communeai.net:443

try-runtime-upgrade-devnet:
Expand Down

0 comments on commit 8c4deca

Please sign in to comment.