Skip to content

Commit

Permalink
Release v4.3.1 (unfilter pallet-xcm send, configure xcm send origin, …
Browse files Browse the repository at this point in the history
…equalize Manta and Calamari randomness - 1 epoch ago) (#1216)

* Bump spec version

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Use 1 epoch ago randomness in calamari as well

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* bench only xcm pallets

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* bench only lotter

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* bench only lottery and dex

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Revert

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Bump client

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update changelog

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update xcm weights

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Benc pallet-lottery only

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* recommit

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Fix wrong reports of congestion test results (#1208)

* print to congestion test

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* print to congestion test

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update check_tests.yml

Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>

* Update check_tests.yml

Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>

* Revert push branch

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update check_tests.yml

update reported message

Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>

---------

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update changelog

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update lottery weights

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update DCO workflow

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update changelog

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Add mantapay rpc tests to manta runtime (#1207)

* Add mantapay rpc tests to manta runtiem

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Add avg block time test to mocha tests

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Fix avg block test|
|

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Add logs

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update average block time test

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Don't await in lambda

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update stress_benchmark_test.ts

Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>

---------

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update changelog

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Unfilter pallet-xcm send

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update xcmPallet send origin and mocks

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Remove redundant comment

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

* Update xcm execute filter

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

---------

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
Signed-off-by: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com>
  • Loading branch information
ghzlatarev committed Jul 15, 2023
1 parent f4f3dde commit 978a9c3
Show file tree
Hide file tree
Showing 35 changed files with 260 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dco.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
`-s` = `Signed-off-by`
`-S` = `Verify commit using gpg key`
If there is more than one commit in your pull request and your git client is modern enough (2.13+), rebase the required number of commits with --signoff:
`git rebase --signoff HEAD~<number_of_commits>`
`git rebase --signoff -S HEAD~<number_of_commits>`
Then, force push:
`git push -f origin <your_branch>`
For instructions on managing gpg signature verification please visit: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# CHANGELOG

## v4.3.1
### Added
- [\#1197](https://github.com/Manta-Network/Manta/pull/1197) check-tests CI workflow benchmark tests for manta-dev
- [\#1055](https://github.com/Manta-Network/Manta/pull/1055) Allow xcm-transacts from all chains [MACADO]
- [\#1207](https://github.com/Manta-Network/Manta/pull/1207) Add mantapay rpc tests to manta runtime [MACA]

### Fixed
- [\#1208](https://github.com/Manta-Network/Manta/pull/1208) Fix wrong reports of congestion test results

## v4.3.0
### Added
- [\#1179](https://github.com/Manta-Network/Manta/pull/1179) Copy Name Service Pallet [CA]
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = 'GPL-3.0'
name = 'manta'
repository = 'https://github.com/Manta-Network/Manta/'
rust-version = '1.62'
version = '4.3.0'
version = '4.3.1'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-manager/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = "https://manta.network"
license = "GPL-3.0"
name = "pallet-asset-manager"
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/collator-selection/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = 'GPL-3.0'
name = 'manta-collator-selection'
readme = 'README.md'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/farming/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = "https://manta.network"
license = "GPL-3.0"
name = "pallet-farming"
repository = 'https://github.com/Manta-Network/Manta/'
version = "4.3.0"
version = "4.3.1"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/farming/rpc/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = "https://manta.network"
license = "GPL-3.0"
name = "pallet-farming-rpc-api"
repository = 'https://github.com/Manta-Network/Manta/'
version = "4.3.0"
version = "4.3.1"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/farming/rpc/runtime-api/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = "https://manta.network"
license = "GPL-3.0"
name = "pallet-farming-rpc-runtime-api"
repository = 'https://github.com/Manta-Network/Manta/'
version = "4.3.0"
version = "4.3.1"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/manta-pay/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = 'GPL-3.0'
name = 'pallet-manta-pay'
readme = 'README.md'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[package.metadata.docs.rs]
# To build locally:
Expand Down
2 changes: 1 addition & 1 deletion pallets/manta-sbt/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = 'GPL-3.0'
name = 'pallet-manta-sbt'
readme = 'README.md'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[[bin]]
name = "precompute_coins"
Expand Down
2 changes: 1 addition & 1 deletion pallets/manta-support/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = 'GPL-3.0'
name = 'pallet-manta-support'
readme = 'README.md'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
# utils
Expand Down
2 changes: 1 addition & 1 deletion pallets/name-service/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = "https://manta.network"
license = "GPL-3.0"
name = "pallet-name-service"
repository = "https://github.com/Manta-Network/Manta/"
version = "4.3.0"
version = "4.3.1"

[dependencies]
codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-lottery/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = 'pallet-lottery'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
codec = { version = '3.4.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' }
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = "pallet-parachain-staking"
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
log = { version = "0.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/randomness/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = 'pallet-randomness'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.37", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/tx-pause/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = "pallet-tx-pause"
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/vesting/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = "calamari-vesting"
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] }
Expand Down
2 changes: 1 addition & 1 deletion primitives/manta/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = "manta-primitives"
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion primitives/session-keys/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ description = "Primitives for session keys"
edition = "2021"
license = "GPL-3.0"
name = "session-key-primitives"
version = '4.3.0'
version = '4.3.1'

[dependencies]
async-trait = { version = "0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/calamari/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
name = 'calamari-runtime'
repository = 'https://github.com/Manta-Network/Manta/'
version = '4.3.0'
version = '4.3.1'

[dependencies]
codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] }
Expand Down

0 comments on commit 978a9c3

Please sign in to comment.