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.18 #481

Merged
merged 32 commits into from
Jun 3, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1d5ac8e
Bump deps to v0.9.18
Dengjianping Apr 11, 2022
b469f1f
Merge branch 'manta' into jamie/v0.9.18
bhgomes Apr 13, 2022
11b728b
Fix compilation
Dengjianping Apr 13, 2022
c41bbbb
Add min-xcm-fee storage, related extrinsic and test cases
Dengjianping Apr 14, 2022
efba175
Merge pull request #488 from Manta-Network/jamie/extend-assets-manager
Dengjianping Apr 15, 2022
da85ffd
Merge branch 'manta' into jamie/v0.9.18
Dengjianping May 9, 2022
5310a9e
Remove unused crates, and update doc for extrinsic
Dengjianping May 9, 2022
31ac88e
Update changelog and rebenchmark calamari-runtime
Dengjianping May 10, 2022
a2d93c9
Fix common tests
Dengjianping May 15, 2022
ad89f85
Merge branch manta
Dengjianping May 19, 2022
bbe49e5
Refactor multilocation filter, and fix comments
Dengjianping May 23, 2022
3851bf1
Remove X3 and related test cases
Dengjianping May 23, 2022
ebb2903
Skip parents check
Dengjianping May 23, 2022
bbe8fb9
Address georgi's comments
Dengjianping May 24, 2022
6325a94
[no ci] remove commented code
Dengjianping May 24, 2022
6118b40
Make multilocation creation more readable and add a test case to cove…
Dengjianping May 24, 2022
056f0b9
Add a test case about min-xcm-fee is not confugured
Dengjianping May 25, 2022
6ba0377
feat: add CLI as `pub` library
bhgomes May 26, 2022
40534ea
Merge branch 'manta' into jamie/v0.9.18
bhgomes May 26, 2022
3167941
Add a storage to store all allowed para ids and relatted storage migr…
Dengjianping May 26, 2022
10bcf91
Address comments
Dengjianping May 26, 2022
46a9504
Address comments and fix benchmark test
Dengjianping May 27, 2022
e0a118e
Address comments
Dengjianping May 27, 2022
bbd656f
Merge brach manta
Dengjianping May 27, 2022
a452caf
Make asset location like (1, X2(para_id, _) and reserve chain locatio…
Dengjianping May 27, 2022
5e5a6aa
[no ci]Improve comments
Dengjianping May 27, 2022
b96dc08
Refactor AllowedDestParaIds and add test case for it
Dengjianping May 29, 2022
3113d4f
import AbsoluteReserveProvider
Dengjianping May 30, 2022
1af3c5c
Merge branch 'manta' into jamie/v0.9.18
bhgomes Jun 2, 2022
3f80bf8
feat: add run_with command for CLI to separate from parsing
bhgomes Jun 2, 2022
17554fe
fix: address review comments
bhgomes Jun 2, 2022
9148200
chore: update method names
bhgomes Jun 2, 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
4 changes: 2 additions & 2 deletions .github/workflows/publish-draft-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,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://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.18/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
-
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.18/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down
Loading