Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Sep 15, 2021
1 parent 2b11c02 commit 93ce668
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/mangata-finance/mangata-node/compare/v0.1.0...v0.2.0) (2021-09-15)
- extend block header with extra field seed
- store shuffling seed inside header instead of storage
- remove shuffling related inherent

### [0.1.1](https://github.com/mangata-finance/mangata-node/compare/v0.1.0...v0.1.1) (2021-09-09)
- Fixing mutlinode setup
- Passing already shuffled extrinsics instead of doing so at runtime (due to no easy way to inject shuffling seed without Header modifications)
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = '2018'
homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'mangata-node'
version = '0.1.1'
version = '0.2.0'

[[bin]]
name = 'mangata-node'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mangata-node",
"version": "0.1.1",
"version": "0.2.0",
"repository": "https://github.com/mangata-finance/mangata-node.git",
"author": "Mangata Finance",
"license": "GPL-3.0",
Expand Down

0 comments on commit 93ce668

Please sign in to comment.