Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deps to v0.9.22 #571

Merged
merged 43 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
39c5d14
Bump deps to v0.9.22
Dengjianping Jun 4, 2022
1c6dd65
[no ci]Merge branch 'manta' into jamie/v0.9.22
Dengjianping Jun 21, 2022
3f92ea3
Refactor rpc service
Dengjianping Jun 21, 2022
8c13100
Merge branch 'manta' into jamie/v0.9.22
Dengjianping Jun 21, 2022
0bed1f8
Fix fmt
Dengjianping Jun 21, 2022
e77d96b
Fix build
Dengjianping Jun 21, 2022
0775163
Merge branch 'manta' into jamie/v0.9.22
Dengjianping Jun 21, 2022
2d57514
Fix fmt and mark rpc/ws port as unsafe to fix CI test
Dengjianping Jun 27, 2022
201fbed
Bump rand to 0.8.5
Dengjianping Jun 27, 2022
32ee3a9
Fix clippy
Dengjianping Jun 27, 2022
136390d
Fix build
Dengjianping Jun 28, 2022
06a2b6a
Merge branch 'manta' into jamie/v0.9.22
Dengjianping Jul 6, 2022
79b5bb6
Fix benchmark
Dengjianping Jul 7, 2022
0cd1ab2
Merge branch 'manta' into jamie/v0.9.22
bhgomes Jul 8, 2022
26a20d6
Merge branch 'manta' into jamie/v0.9.22
Dengjianping Jul 8, 2022
0f9a34d
Remove unsafe flags for ws and rpc
Dengjianping Jul 8, 2022
42faf62
Merge branch 'manta' into jamie/v0.9.22
ghzlatarev Jul 8, 2022
7a526c0
Merge branch 'manta' into jamie/v0.9.22
ghzlatarev Jul 8, 2022
27a0cc5
Separate rpc implementation by runtime
Dengjianping Jul 9, 2022
458c858
Native asset should never be minted
Dengjianping Jul 10, 2022
7f4e6f9
Fix test and remove unused crate
Dengjianping Jul 11, 2022
9992b64
Remove minting test case for native asset
Dengjianping Jul 11, 2022
a6dbf82
Merge branch 'manta' into jamie/v0.9.22
ghzlatarev Jul 11, 2022
adf68f8
Rename mint param
Dengjianping Jul 11, 2022
571bee6
[no ci]Fix typo
Dengjianping Jul 12, 2022
986f26f
Rename will_increase_total_supply param
Dengjianping Jul 12, 2022
561eb63
Merge remote-tracking branch 'origin/manta' into jamie/v0.9.22
Jul 12, 2022
ede269b
Pin 07-10 rust nightly in CI
Jul 12, 2022
6d76d2b
align rust toolchain install sequence with parity docs
Jul 12, 2022
fa11e79
try the `rustup +nightly` syntax
Jul 12, 2022
250662f
pin nightly to 2022-06-02
Jul 12, 2022
c6dc913
fix
Jul 12, 2022
d86c5aa
revert rust stable to 1.61.0
Jul 12, 2022
e999a48
test with WASM_BUILD_TOOLCHAIN env
Jul 12, 2022
c18b7a8
fix
Jul 12, 2022
42581c0
try RUSTC_BOOTSTRAP
Jul 12, 2022
4ce64ac
add wasm target to stable
Jul 12, 2022
736bd8c
Fix CI workflows by adding RUSTC_BOOTSTRAP=1 flag
Jul 12, 2022
809f203
Merge branch 'garandor/fix-ci' into jamie/v0.9.22
Jul 12, 2022
d8ba519
Merge branch 'manta' into jamie/v0.9.22
Jul 13, 2022
f8ec7fa
wasm target not needed for linters
Jul 13, 2022
822aca1
revert init.sh change
Jul 13, 2022
d4589f2
remove unneeded rpc client
Jul 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/resources/frame-weight-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(clippy::unnecessary_cast)]

use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use sp_std::marker::PhantomData;
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_calamari_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
- name: run benchmark
run: |
manta benchmark \
pallet \
--chain=calamari-dev \
--pallet=${{ matrix.benchmark.pallet.id }} \
--extrinsic=${{ matrix.benchmark.extrinsic.id }} \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_dolphin_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
- name: run benchmark
run: |
manta benchmark \
pallet \
--chain=dolphin-dev \
--pallet=${{ matrix.benchmark.pallet.id }} \
--extrinsic=${{ matrix.benchmark.extrinsic.id }} \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_manta_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- name: run benchmark
run: |
manta benchmark \
pallet \
--chain=manta-local \
--pallet=${{ matrix.benchmark.pallet.id }} \
--extrinsic=${{ matrix.benchmark.extrinsic.id }} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- if: ${{ needs.check-for-runtime-upgrade.outputs.do-versions-match == 'false' }}
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https:/paritytech/polkadot/releases/download/v0.9.18/polkadot
curl -L -o $HOME/.local/bin/polkadot https:/paritytech/polkadot/releases/download/v0.9.22/polkadot
Dengjianping marked this conversation as resolved.
Show resolved Hide resolved
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
- if: ${{ needs.check-for-runtime-upgrade.outputs.do-versions-match == 'false' }}
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
ls -ahl $HOME/.local/bin/
- name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https:/paritytech/polkadot/releases/download/v0.9.18/polkadot
curl -L -o $HOME/.local/bin/polkadot https:/paritytech/polkadot/releases/download/v0.9.22/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
- id: create-chainspec
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

### Improvements
- [\#449](https:/Manta-Network/Manta/pull/449) Remove strip from CI, and add strip profile to production.
- [\#571](https:/Manta-Network/Manta/pull/571) Update upstream dependencies to v0.9.22.
- [\#563](https:/Manta-Network/Manta/pull/563) Re-implement the `TransactAsset` trait with the unified interface of `FungibleLedger` trait, and `AssetConfig` trait.
- [\#576](https:/Manta-Network/Manta/pull/576) Unfilter xtokens.transfer_multicurrencies and bump MaxAssetsForTransfer to 2.
- [\#607](https:/Manta-Network/Manta/pull/607) Turn node client code into library for CLI project
Dengjianping marked this conversation as resolved.
Show resolved Hide resolved
- [\#609](https:/Manta-Network/Manta/pull/609) Update parameter path from `sdk` to `manta-parameters`.
- [\#614](https:/Manta-Network/Manta/pull/614) Remove `OnRuntimeUpgrade` from calamari-runtime.
- [\#619](https:/Manta-Network/Manta/pull/619) Add CI runtime upgrade test for Dolphin and improve test scenario.
- [\#622](https:/Manta-Network/Manta/pull/622) Update parameter path from `sdk` to `manta-parameters`.
Expand Down
Loading