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: Polkadot v1.7 to v1.8 upgrade #504

Merged
merged 35 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0e5b177
Fix activity eras req optional query param
khssnv Dec 10, 2024
e30d31f
Bump `spec_version`
khssnv Dec 10, 2024
9084f28
Merge pull request #493 from Cerebellum-Network/fix/agg-req-sign-param
khssnv Dec 10, 2024
5e31663
Add `pallet-ddc-payout` v2 migration to `cere-dev`
khssnv Dec 10, 2024
74f63bc
Bump `spec_version`
khssnv Dec 10, 2024
ddadede
Merge pull request #494 from Cerebellum-Network/feature/cere-dev-ddc-…
khssnv Dec 10, 2024
e7217a8
Feat: Polkadot v1.6 to v1.7 upgrade
ayushmishra2005 Dec 11, 2024
01ac8d5
Merge pull request #495 from Cerebellum-Network/polkadot-1.7.0
ayushmishra2005 Dec 11, 2024
762f282
Enable new-dev branch for Release to stage workflow
ayushmishra2005 Dec 11, 2024
aa48e16
Merge pull request #496 from Cerebellum-Network/refactoring_ci
ayushmishra2005 Dec 11, 2024
c7cee55
Add `scopeguard` workspace dependency
khssnv Dec 12, 2024
1f795ff
Add `scopeguard` dependency to `ddc-verification`
khssnv Dec 12, 2024
ac9797c
Clear ddc-verification OCW flag on early returns
khssnv Dec 12, 2024
4230603
Import support trait into scope
khssnv Dec 12, 2024
9c357f7
Import frame support prelude for all migrations
khssnv Dec 12, 2024
e55a824
Migration to reset ddc-verification OCW guard
khssnv Dec 12, 2024
8d96898
Bump `ddc-verification` storage version
khssnv Dec 12, 2024
b1cac85
Enable ddc-verification v2 migration for cere-dev
khssnv Dec 12, 2024
e1b5c54
Remove already applied migration from `cere-dev`
khssnv Dec 12, 2024
fe13c38
Bump `spec_version`
khssnv Dec 12, 2024
09d088a
Add `ddc-verification` v2 migration for `cere`
khssnv Dec 13, 2024
2f945a8
Remove already applied qanet migration from `cere`
khssnv Dec 13, 2024
6c642da
Update `Cargo.lock`
khssnv Dec 13, 2024
06208bc
Remove `ddc-verification` v2 migration
khssnv Dec 13, 2024
65a2369
Log debug on two active `ddc-verification` OCWs
khssnv Dec 13, 2024
c894997
Clear OCW guard if it is set to an invalid value
khssnv Dec 13, 2024
c108bf1
Make cargo fmt happy
khssnv Dec 13, 2024
87b3e3c
RAII mutex for a long-running OCW
khssnv Dec 16, 2024
8c6bfd9
Replace direct key operations with OCW mutex
khssnv Dec 16, 2024
50551aa
Merge pull request #500 from Cerebellum-Network/fix/clear-inspection-…
khssnv Dec 17, 2024
bcf74f1
Feat: Polkadot v1.7 to v1.8 upgrade
ayushmishra2005 Dec 17, 2024
69f6bcc
Update mock.rs
ayushmishra2005 Dec 17, 2024
6e6b08e
refactoring
ayushmishra2005 Dec 17, 2024
905106b
Merge pull request #503 from Cerebellum-Network/polkadot-v1.8.0
ayushmishra2005 Dec 18, 2024
e4b66da
Feat: Polkadot v1.7 to v1.8 upgrade
ayushmishra2005 Dec 19, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to stage
on:
push:
branches:
- dev
- new-dev
- new-staging
- master
- 'release/**'
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [C] Changes is `Cere` Runtime
- [D] Changes is `Cere Dev` Runtime

## [6.5.0]

- [C,D] Update Substrate from `v1.7` to `v1.8`.

## [6.4.0]

- [C,D] Update Substrate from `v1.6` to `v1.7`.
-

## [6.3.0]

- [C,D] Update Substrate from `v1.5` to `v1.6`.
Expand Down
Loading
Loading