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

feat: substrate upgrade. monthly-2022-06 to monthly-2022-12 #2682

Merged
merged 54 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
81d5477
chore: update git tag to chainflip-monthly-2022-12
dandanlen Dec 21, 2022
f82d41e
chore: formatting
dandanlen Dec 21, 2022
a39941a
chore: update dependency versions
dandanlen Dec 21, 2022
d45ad3a
chore: more Cargo.toml changes
dandanlen Dec 21, 2022
f461e61
chore: rename (Call|Event|Origin) in pallets
dandanlen Dec 21, 2022
a694429
fix: update node crate
dandanlen Dec 21, 2022
68157f8
chore: merge runtime changes
dandanlen Dec 21, 2022
1709fe9
chore: update rust toolchain version
dandanlen Dec 22, 2022
46af741
chore: update selected dependencies
dandanlen Dec 22, 2022
569382f
chore: more renaming of Runtime* types
dandanlen Dec 22, 2022
bf7e5f6
chore: use multiply_by_rational_with_rounding
dandanlen Dec 22, 2022
b4bc88b
fix: weights files
dandanlen Dec 22, 2022
abfba63
fix: runtime weights and origins
dandanlen Dec 22, 2022
908c8c6
chore: format build-depencency
dandanlen Dec 22, 2022
08cdf50
fix: runtime upgrade utils
dandanlen Dec 23, 2022
833bf07
chore: more fixes
dandanlen Dec 28, 2022
45d0b79
chore: try adding protobuf
dandanlen Dec 28, 2022
43d6586
chore: try again
dandanlen Dec 28, 2022
4f19922
chore: protobuf for build and test step
dandanlen Dec 29, 2022
8aa7620
fix: runtime benchmarks
dandanlen Dec 29, 2022
0122624
fix: traits benchmarks features enabled for flip pallet
kylezs Jan 2, 2023
608c21d
fix: add cf-traits to witnesser runtime-benchmarks feature
kylezs Jan 2, 2023
b92a41e
fix: feature flag chain instances
kylezs Jan 2, 2023
7793735
WIP
kylezs Jan 2, 2023
a9ecbbf
WIP
kylezs Jan 2, 2023
6a133cf
fix: rocksdb update
kylezs Jan 3, 2023
727d365
WIP
kylezs Jan 3, 2023
ceb79a0
fix: CustomApiServer working
kylezs Jan 3, 2023
bdc0135
WIP
kylezs Jan 3, 2023
6da0202
everything compiles without wasm
kylezs Jan 4, 2023
3dbf220
remove commented dep
kylezs Jan 5, 2023
863ed12
fix: cargo check works :rocket:
kylezs Jan 5, 2023
947d4e6
fix: cargo check --all-targets works
kylezs Jan 6, 2023
42a0823
chore: remove commented from impl
kylezs Jan 6, 2023
e99cf07
chore: move std methods to with_std
kylezs Jan 6, 2023
26a965d
fix: runtime is compiling with --all-features :rocket:
kylezs Jan 6, 2023
d2f7263
fix: rebase issues
kylezs Jan 10, 2023
b72e70c
refactor: dot witnesser using subxt 0.25
kylezs Jan 10, 2023
0f97f7d
fix: polkadot tests
kylezs Jan 10, 2023
32003d5
chore: remove explicit rust feature include now stabilised
kylezs Jan 10, 2023
5bc5c9e
chore: clippy
kylezs Jan 10, 2023
f9361b0
fix: timestamp on integration tests
kylezs Jan 10, 2023
fe22b92
fix: try-runtime upgrade
kylezs Jan 10, 2023
1534031
test: test --all-features passing
kylezs Jan 10, 2023
aa28ba9
chore: remove test-runtime used for debugging
kylezs Jan 10, 2023
47f5d8d
fix: enable benchmark features
kylezs Jan 11, 2023
7aba6d0
chore: use updated image instead of manual install of protobuf
kylezs Jan 11, 2023
75672df
fix: fix check_whitelist test
dandanlen Jan 11, 2023
697bf44
refactor: dedup event_details.phase()
kylezs Jan 11, 2023
ea450e9
refactor: filter out error first
kylezs Jan 11, 2023
200e2a5
fix: backup node rewards round down
kylezs Jan 11, 2023
06135a9
chore: pedantic Cargo.toml issues:
dandanlen Jan 11, 2023
c435dd0
fix: compilation issue with standalone cf-chains
dandanlen Jan 11, 2023
7f36d05
chore: prefer match statement over if let else
dandanlen Jan 12, 2023
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
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
group: ${{ github.ref }}-cargo-fmt
cancel-in-progress: true
container:
image: 'ghcr.io/${{ github.repository }}/rust-base:nightly-2022-08-08-no-sccache'
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2022-12-16"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,7 +50,7 @@ jobs:
group: ${{ github.ref }}-cargo-clippy
cancel-in-progress: true
container:
image: 'ghcr.io/${{ github.repository }}/rust-base:nightly-2022-08-08-no-sccache'
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2022-12-16"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
group: ${{ github.ref }}-cargo-doc
cancel-in-progress: true
container:
image: 'ghcr.io/${{ github.repository }}/rust-base:nightly-2022-08-08-no-sccache'
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2022-12-16"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
cancel-in-progress: true
needs: [set-variables, cargo-fmt]
container:
image: 'ghcr.io/${{ github.repository }}/rust-base:nightly-2022-08-08-no-sccache'
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2022-12-16"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
cancel-in-progress: true
needs: [set-variables, cargo-fmt]
container:
image: 'ghcr.io/${{ github.repository }}/rust-base:nightly-2022-08-08-no-sccache'
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2022-12-16"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -314,8 +314,8 @@ jobs:
echo ${{ secrets.CF_RUNNER_SUDO_PASSWORD }} | sudo -S apt-get install -y graphviz
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
distribution: "zulu"
java-version: "17"
- name: Generate class diagram
run: |
cd chainflip-docgen/
Expand Down
Loading