Skip to content

Commit

Permalink
Merge pull request #73 from Cerebellum-Network/hotfix/revert-4.8.0-dev
Browse files Browse the repository at this point in the history
Hotfix/revert 4.8.0 dev
  • Loading branch information
MRamanenkau authored Aug 11, 2023
2 parents 70a66dc + 41fb5be commit b1c4aca
Show file tree
Hide file tree
Showing 53 changed files with 3,824 additions and 4,853 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
rustup default stable
rustup update nightly
rustup update stable
rustup component add rustfmt --toolchain nightly
- name: Check Format
run: |
cargo +nightly fmt -- --check
- name: Check Build
run: |
Expand Down
104 changes: 0 additions & 104 deletions .maintain/frame-weight-template.hbs

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

21 changes: 0 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,12 @@ 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

[C] Cere Runtime
[D] Cere Dev Runtime

## [vNext]

### Added

- ...

### Changed

- ...

## [4.8.0]

### Added

- [D] Handlebars template to generate weights file
- [D] Genesis config for `pallet-ddc-staking` to set genesis DDC participants (empty by default) and staking settings
- [D] Unit tests in `pallet-ddc-staking` for basic staking scenario

### Changed

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

## [4.7.0]

### Changed
Expand Down
Loading

0 comments on commit b1c4aca

Please sign in to comment.