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

Update Substrate deps to 0.9.33 #146

Merged
merged 52 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
7054225
Update deps
rakanalh Nov 16, 2023
6c3aebe
Update Cargo.lock
rakanalh Nov 16, 2023
9833c8e
Update deps to 0.9.33
rakanalh Nov 16, 2023
f4d3640
Update Cargo.lock
rakanalh Nov 16, 2023
ac10764
Bump rust toolchain
rakanalh Nov 16, 2023
91343cb
Upgrade to 34
rakanalh Nov 17, 2023
20efa93
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 20, 2023
495ef0a
Fix more versions
rakanalh Nov 20, 2023
d8fed94
Update shell.nix
rakanalh Nov 20, 2023
eb557de
Fix deps
rakanalh Nov 20, 2023
690a427
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 22, 2023
6b062f6
Fix contract calls
rakanalh Nov 22, 2023
49af139
Remove feature flag
rakanalh Nov 22, 2023
bdf42e3
Fix cere runtime
rakanalh Nov 22, 2023
b0c9ae3
Fix unused import in non-std
rakanalh Nov 22, 2023
cee17d3
Set proper substrate version
rakanalh Nov 22, 2023
18c5069
Restore customers
rakanalh Nov 22, 2023
c3fa8a6
Fix runtimes
rakanalh Nov 22, 2023
c9b3606
Update cargo.lock
rakanalh Nov 22, 2023
dda31f4
Update rust toolchain
rakanalh Nov 22, 2023
5010489
Fix client
rakanalh Nov 22, 2023
1e3c8df
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 22, 2023
0540b7f
dprint fmt
rakanalh Nov 22, 2023
c37a515
Remove migrations from 0.9.31
rakanalh Nov 22, 2023
a4e51f4
Update version to 4.8.2
rakanalh Nov 22, 2023
51c6be7
Update changelog
rakanalh Nov 22, 2023
486003c
Fix clippy
rakanalh Nov 22, 2023
2aa7e65
Fix clippy again
rakanalh Nov 22, 2023
cc420b3
Fix clippy iteration 3
rakanalh Nov 22, 2023
e3d5828
Remove slice conversion
rakanalh Nov 23, 2023
024db79
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 27, 2023
7527f72
Remove empty entries in changelog
rakanalh Nov 27, 2023
4f4c28c
Restore merge removals
rakanalh Nov 27, 2023
1287db0
Update Cargo.lock
rakanalh Nov 27, 2023
a376248
Merge branch 'dev' into feature/substrate-0.9.33
rakanalh Nov 27, 2023
f80a71d
Fix clippy
rakanalh Nov 27, 2023
bf755e5
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 27, 2023
f3955e2
Set version to 4.8.3
rakanalh Nov 27, 2023
17a8cf8
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 29, 2023
9c3d8aa
Update Cargo.lock
rakanalh Nov 29, 2023
b9fee4f
Fix bare_call
rakanalh Nov 29, 2023
8d08fbd
dprint fmt
rakanalh Nov 29, 2023
f4e7257
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Nov 29, 2023
2c7286b
Include migrations
rakanalh Nov 30, 2023
a861c5b
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Dec 29, 2023
397ba68
Update runtime versions
rakanalh Dec 29, 2023
8a1bdc2
Use a newer version of rust toolchain
rakanalh Dec 29, 2023
5c65772
Fix clippy
rakanalh Dec 29, 2023
3cce2b3
Fix clippy
rakanalh Dec 29, 2023
ca4aa84
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Jan 5, 2024
286b70b
Merge remote-tracking branch 'origin/dev' into feature/substrate-0.9.33
rakanalh Jan 5, 2024
0e7654f
Update changelog
rakanalh Jan 5, 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
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,24 @@ 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

## [vNext + 1]
## [vNext]

### Added
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove it if there are no new features


### Changed

- [C,D] Updated Substrate to polkadot-v0.9.31
- ...

## [vNext]
## [4.8.2]


- [C,D] Updated Substrate to polkadot-v0.9.33

## [4.8.1]

### Added

- [C,D] Contract migration
- [D] New `pallet-ddc-validator` which implements DDC CDN nodes validation and rewarding. You can enable DDC validation providing `--enable-ddc-validation` argument and `--dac-url` argument to specify DAC endpoint. It will only work on the nodes with validation and offchain workers enabled as well.
- [D] Several calls for `pallet-ddc-staking` to distribute rewards.
- [D] Third kind of account in DDC Staking for DDC nodes (along with stash and controller).
Expand All @@ -28,13 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- ...

## [4.8.1]

### Added

- [C,D] Contract migration
- [C,D] Updated Substrate to polkadot-v0.9.31

## [4.8.0]

Expand Down
Loading
Loading