Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Nov 29, 2023
2 parents 8d08fbd + 5a5478b commit f4e7257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [vNext]

### Added

### Changed

- ...

## [4.8.3]


### Changed
- [C,D] Updated Substrate to polkadot-v0.9.33

Expand All @@ -40,10 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Zombienet](https://github.com/paritytech/zombienet) configurations to test block building and spawn a network for DDC validation debugging.
- New `ddc-primitives` crate with DDC common types definition

### Changed

- [C,D] Updated Substrate to polkadot-v0.9.31

## [4.8.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 48015,
spec_version: 48016,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
transaction_version: 7,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 48009,
spec_version: 48010,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
transaction_version: 7,
state_version: 0,
};

Expand Down

0 comments on commit f4e7257

Please sign in to comment.