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

chore: upgrate to polkadot-0.9.26 #533

Closed
wants to merge 59 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9ac4121
initial commit
Roznovjak Jul 18, 2022
933984d
Merge branch 'master' into polkadot-v0.9.25
Roznovjak Jul 19, 2022
eec32b6
formatting
Roznovjak Jul 19, 2022
877d84e
upgrate to polkadot-v0.9.26
Roznovjak Jul 19, 2022
84313a0
bump versions
Roznovjak Jul 19, 2022
0774f0f
replace with_storage_layer with transactional macro
Roznovjak Jul 19, 2022
0ad8897
formatting
Roznovjak Jul 19, 2022
fe50133
fix clap error
Roznovjak Jul 22, 2022
9272f3d
change polkadot patch to xcm executor fix branch (based on 0.9.26)
apopiak Jul 25, 2022
1398e9f
adjust BSX fees for cross chain transfer in integration test
apopiak Jul 25, 2022
959a947
adjust weight and relaychain block number in integration tests
apopiak Jul 25, 2022
edebfb3
satisfy clippy
Roznovjak Jul 25, 2022
2972290
use new construct_runtime syntax
Roznovjak Jul 29, 2022
20764c5
add missing weights
Roznovjak Jul 29, 2022
fe4d009
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Jul 29, 2022
ba44211
formatting
Roznovjak Jul 29, 2022
b7d3bdb
satisfy clippy
Roznovjak Jul 29, 2022
6b8e6d2
fix missing logs
Roznovjak Aug 3, 2022
d5a4ce1
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Aug 3, 2022
286c50a
fix gh workflow build: install cmake
Roznovjak Aug 3, 2022
8faf461
bump runtime versions
Roznovjak Aug 3, 2022
09bc77d
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Aug 7, 2022
489a49a
bump versions
Roznovjak Aug 7, 2022
8653f06
using 0.9.26 relaychain in the workflow
mrq1911 Aug 8, 2022
1b6fc81
renaming
Roznovjak Aug 9, 2022
cf03136
Merge branch 'polkadot-v0.9.26' of https://github.com/galacticcouncil…
Roznovjak Aug 9, 2022
bbcbcf4
renaming
Roznovjak Aug 9, 2022
12c440d
use currencies pallet from warehouse
Roznovjak Aug 9, 2022
bb68bde
remove prefix from crate name
Roznovjak Aug 9, 2022
8808f70
renaming
Roznovjak Aug 10, 2022
14ac0e7
rename some occurencies of ClassId and InstanceId
Roznovjak Aug 10, 2022
a529381
use new construct_runtime syntax in mocks
Roznovjak Aug 15, 2022
42d79ff
remove instant sealing
Roznovjak Aug 15, 2022
729e224
add pallet uniques storage migration
Roznovjak Aug 17, 2022
b3ada26
Merge branch 'polkadot-v0.9.26' into currencies_with_events
Roznovjak Aug 18, 2022
3f6346b
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Aug 22, 2022
836ebfe
bump runtime versions
Roznovjak Aug 22, 2022
7831559
bump versions
Roznovjak Aug 25, 2022
60388bf
Merge branch 'currencies_with_events' of https://github.com/galacticc…
Roznovjak Aug 25, 2022
5b54dde
Merge branch 'master' into currencies_with_events
Roznovjak Aug 30, 2022
f24b875
renaming
Roznovjak Aug 30, 2022
16fefc0
Merge branch 'polkadot-v0.9.26' of https://github.com/galacticcouncil…
Roznovjak Aug 30, 2022
23d351d
Merge branch 'polkadot-v0.9.26' into currencies_with_events
Roznovjak Aug 30, 2022
c53a2e4
bump versions
Roznovjak Aug 30, 2022
26efd10
Merge pull request #545 from galacticcouncil/currencies_with_events
mrq1911 Sep 2, 2022
c3f6857
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Sep 2, 2022
af9c5ce
bump xyk version
Roznovjak Sep 5, 2022
dd558b8
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Sep 13, 2022
e431a0a
renaming to Collections and Items
Roznovjak Sep 14, 2022
f3969ad
formatting
Roznovjak Sep 14, 2022
b32c122
marketplace: add migration for renamed storage
Roznovjak Sep 18, 2022
3460d37
use saturating_add in final weight calculation for migration
Roznovjak Sep 18, 2022
602d31a
Merge branch 'master' into polkadot-v0.9.26
Roznovjak Sep 20, 2022
7fcfd9e
remove unused dependencies
Roznovjak Sep 20, 2022
2323f46
bump versions
Roznovjak Sep 20, 2022
c68fa18
integration tests: fix version
Roznovjak Sep 20, 2022
eb379e0
use RelayNumberStrictlyIncreases
Roznovjak Sep 21, 2022
4c58dfc
use RelayNumberStrictlyIncreases in testing runtime
Roznovjak Sep 21, 2022
108804e
update migration log messages
Roznovjak Sep 21, 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: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
RELAY_CHAIN_VERSION: v0.9.17-rc4
RELAY_CHAIN_VERSION: v0.9.26

jobs:
pop-runner-instance:
Expand Down Expand Up @@ -82,6 +82,8 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- run: git describe --tags --abbrev=0 --always
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.12
- name: Install Rust
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
Expand Down
Loading