Skip to content

Commit

Permalink
Release v4.4.0-1 (#1256)
Browse files Browse the repository at this point in the history
* bump chainspec

Signed-off-by: Georgi Zlatarev <[email protected]>

* Update changelog

Signed-off-by: Georgi Zlatarev <[email protected]>

* BUmp tx version

Signed-off-by: Georgi Zlatarev <[email protected]>

---------

Signed-off-by: Georgi Zlatarev <[email protected]>
  • Loading branch information
ghzlatarev authored Sep 27, 2023
1 parent 42ee384 commit 902e20c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v4.4.0-1
### Added
- [\#1240](https://github.com/Manta-Network/Manta/pull/1240) :sparkle: org `arc-runner` patch 1 [MACA]
- [\#1241](https://github.com/Manta-Network/Manta/pull/1241) :bug: arc-runner patch 1.1 [MACA]
- [\#1238](https://github.com/Manta-Network/Manta/pull/1238) localdev tests [MA]
- [\#1242](https://github.com/Manta-Network/Manta/pull/1242) :rocket: arc runner migration patch 2.1 [MACA]
- [\#1244](https://github.com/Manta-Network/Manta/pull/1244) more lottery tests [MACA]
- [\#1250](https://github.com/Manta-Network/Manta/pull/1250) :wrench: allow all benchmarks to be triggered on feature branch
- [\#1249](https://github.com/Manta-Network/Manta/pull/1249) Add zombienet examples

### Fixed
- [\#1234](https://github.com/Manta-Network/Manta/pull/1234) Serialize/deserialize vfr key [MACA]
- [\#1191](https://github.com/Manta-Network/Manta/pull/1191) Fix metadata diff checker workflow [MACA]
- [\#1243](https://github.com/Manta-Network/Manta/pull/1243) Add manta docker image to publish
- [\#1236](https://github.com/Manta-Network/Manta/pull/1236) Update Asset metadata call to not have dummy parameters [MACA]
- [\#1253](https://github.com/Manta-Network/Manta/pull/1253) Fix benchmark [CA]

## v4.4.0
### Added
- [\#1083](https://github.com/Manta-Network/Manta/pull/1083) tx fees diff support [MACA]
Expand Down
4 changes: 2 additions & 2 deletions runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4400,
spec_version: 4401,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 15,
transaction_version: 16,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("manta"),
impl_name: create_runtime_str!("manta"),
authoring_version: 1,
spec_version: 4400,
spec_version: 4401,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 1,
};

Expand Down

0 comments on commit 902e20c

Please sign in to comment.