Skip to content

Commit

Permalink
Release v4.3.0 (#1188)
Browse files Browse the repository at this point in the history
* Update client versions

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

* Bump spec_version

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

* Add name-service to Manta

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

* Updat epolkadot binary

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

* Update CHANGELOG

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

* Add name-servbice to benchmarking

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

* Add try-runtime features for name-service

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

* Bump run-all-benchmarks timeout

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

* Update cargo.lock

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

* Update to v0.9.43 polkadot binary

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

* Add manta weights w/o lottery

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

* Add calamari weights w/o lottery

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

* Update lottery weights

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

---------

Signed-off-by: Georgi Zlatarev <[email protected]>
  • Loading branch information
ghzlatarev authored Jul 8, 2023
1 parent aefac61 commit de40d7b
Show file tree
Hide file tree
Showing 86 changed files with 3,846 additions and 3,358 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_calamari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
AWS_INSTANCE_ROOT_VOLUME_SIZE: 32
AWS_IMAGE_SEARCH_PATTERN: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*
AWS_IMAGE_SEARCH_OWNERS: '["099720109477"]'
POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.42/polkadot
POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.43/polkadot
jobs:
print-rust-versions:
if: contains(github.event.pull_request.labels.*.name, 'A-calamari' || github.ref == 'refs/heads/manta')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
AWS_INSTANCE_ROOT_VOLUME_SIZE: 32
AWS_IMAGE_SEARCH_PATTERN: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*
AWS_IMAGE_SEARCH_OWNERS: '["099720109477"]'
POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.37/polkadot
POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.43/polkadot
jobs:
print-rust-versions:
if: contains(github.event.pull_request.labels.*.name, 'A-manta' || github.ref == 'refs/heads/manta')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_all_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
FULL_DB_FOLDER: full-db
jobs:
run-benchmarks:
timeout-minutes: 240
timeout-minutes: 720
needs: start-node-builder-current
runs-on: ${{ needs.start-node-builder-current.outputs.runner-label }}
steps:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v4.3.0
### Added
- [\#1179](https://github.com/Manta-Network/Manta/pull/1179) Name Service Pallet [CA]
- [\#1141](https://github.com/Manta-Network/Manta/pull/1141) manta-farming [MACA]
- [\#1036](https://github.com/Manta-Network/Manta/pull/1036) Pallet Staking Lottery [MACA]

### Changed
- [\#1150](https://github.com/Manta-Network/Manta/pull/1150) Rebenchmark pallet-mantapay [MACA]

### Fixed
- [\#1175](https://github.com/Manta-Network/Manta/pull/1175) Fix congestion test CI [MACA]

### Removed
- [\#1167](https://github.com/Manta-Network/Manta/pull/1167) Retire dolphin runtime [DO]

## v4.2.0-1
### Added
- [\#1166](https://github.com/Manta-Network/Manta/pull/1166) Add Force Calls for zkSBT [MACA]
Expand Down
Loading

0 comments on commit de40d7b

Please sign in to comment.