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 to polkadot v0 9 31 #57

Merged
merged 26 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
67a82bb
Update substrate dependencies
MRamanenkau Jul 7, 2023
ad7dd56
Update rpc
MRamanenkau Jul 7, 2023
219f4c0
Update runtimes
MRamanenkau Jul 7, 2023
9202b90
Update to polkadot-v0.9.31
MRamanenkau Jul 7, 2023
e4e3891
Apply migrations and update changelog
MRamanenkau Jul 7, 2023
1325406
Merge branch 'dev' into feature/update-to-polkadot-v0-9-31
shamilkhan Jul 17, 2023
96f03cb
Add MaximumMultiplier to TargetedFeeAdjustment
shamilkhan Jul 17, 2023
f388c39
Remove ContractAccessWeight from test_runtime
shamilkhan Jul 17, 2023
2e008ed
Remove use pallet_contracts_rpc
shamilkhan Jul 17, 2023
2e703b2
Update Cargo.lock
shamilkhan Jul 17, 2023
6e1b3ad
Apply formatting
shamilkhan Jul 17, 2023
50e7290
Set set_proof_size to u64::MAX for failed tests
shamilkhan Jul 18, 2023
39c1b0f
Fix contracts dissapearing
MRamanenkau Jul 18, 2023
f889ad6
Fix tests
MRamanenkau Jul 18, 2023
c1d8ab8
Merge branch 'feature/update-to-polkadot-v0-9-30' into feature/update…
shamilkhan Jul 19, 2023
37dbbb0
Fix CHANGELOG
shamilkhan Jul 20, 2023
6ec7f82
Merge remote-tracking branch 'origin/dev' into feature/update-to-polk…
rakanalh Nov 12, 2023
7628eb6
Fix clippy for MinVestedTransfer
rakanalh Nov 12, 2023
2680ec2
Merge remote-tracking branch 'origin/dev' into feature/update-to-polk…
rakanalh Nov 13, 2023
6732f90
Merge branch 'dev' into feature/update-to-polkadot-v0-9-31
rakanalh Nov 13, 2023
728ad51
Merge remote-tracking branch 'origin/dev' into feature/update-to-polk…
rakanalh Nov 20, 2023
e86fd10
Update rust toolchain
rakanalh Nov 20, 2023
da7ee27
WIP
rakanalh Nov 20, 2023
a2afbf5
Fix compilation
rakanalh Nov 20, 2023
641ff4b
Fix clippy issues
rakanalh Nov 20, 2023
32e274c
dprint fmt
rakanalh Nov 20, 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
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Legend
# Legend
khssnv marked this conversation as resolved.
Show resolved Hide resolved
[C] Changes is `Cere` Runtime <br/>
khssnv marked this conversation as resolved.
Show resolved Hide resolved
[D] Changes is `Cere Dev` Runtime

[C] Cere Runtime
[D] Cere Dev Runtime
## [vNext + 1]
khssnv marked this conversation as resolved.
Show resolved Hide resolved

### Changed

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

## [vNext]

Expand Down
Loading
Loading