-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,50 @@ | |
"git-tag", | ||
"conventional-commits" | ||
], | ||
"labels": [], | ||
"labels": [ | ||
{ | ||
"name": "bug", | ||
"changelogTitle": "🐛 Bug Fix", | ||
"releaseType": "patch" | ||
}, | ||
{ | ||
"name": "refactor", | ||
"changelogTitle": "Refactoring", | ||
"releaseType": "patch" | ||
}, | ||
{ | ||
"name": "style", | ||
"changelogTitle": "Refactoring", | ||
"releaseType": "patch" | ||
}, | ||
{ | ||
"name": "performance", | ||
"changelogTitle": "Refactoring", | ||
"releaseType": "patch" | ||
}, | ||
{ | ||
"name": "test", | ||
"changelogTitle": "Other improvements", | ||
"releaseType": "none" | ||
}, | ||
{ | ||
"name": "chore", | ||
"changelogTitle": "Other improvements", | ||
"releaseType": "none" | ||
}, | ||
{ | ||
"name": "ci", | ||
"changelogTitle": "Other improvements", | ||
"releaseType": "none" | ||
}, | ||
{ | ||
"name": "build", | ||
"changelogTitle": "Other improvements", | ||
"releaseType": "none" | ||
} | ||
], | ||
"owner": "galacticcouncil", | ||
"repo": "HydraDX-node", | ||
"name": "Galactic Council", | ||
"email": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# v3.0.0 (Sun Mar 21 2021) | ||
|
||
#### 💥 Breaking Change | ||
|
||
- refactor!: substrate 3 upgrade [#141](https://github.com/galacticcouncil/HydraDX-node/pull/141) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@martinfridrich](https://github.com/martinfridrich) [@jak-pan](https://github.com/jak-pan)) | ||
|
||
#### 🚀 Enhancement | ||
|
||
- feat: add pallet scheduler [#162](https://github.com/galacticcouncil/HydraDX-node/pull/162) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- fix: update perf check script [#165](https://github.com/galacticcouncil/HydraDX-node/pull/165) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- fix: update weights for all pallets [#164](https://github.com/galacticcouncil/HydraDX-node/pull/164) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- fix(claims): update Alice's signature in claims bench test [#142](https://github.com/galacticcouncil/HydraDX-node/pull/142) ([@green-jay](https://github.com/green-jay) [@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- fix(claims): benchmarking build fix [#136](https://github.com/galacticcouncil/HydraDX-node/pull/136) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- fix(amm): calculation fixes + price type change [#7](https://github.com/galacticcouncil/HydraDX-node/pull/7) ([email protected] [@jak-pan](https://github.com/jak-pan) [@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
|
||
#### Refactoring | ||
|
||
- refactor: update decimals of DOLLARS [#161](https://github.com/galacticcouncil/HydraDX-node/pull/161) ([@Roznovjak](https://github.com/Roznovjak)) | ||
- refactor: migrate pallets to new pallet macro [#153](https://github.com/galacticcouncil/HydraDX-node/pull/153) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- refactor: Upgrade math crate [#131](https://github.com/galacticcouncil/HydraDX-node/pull/131) ([@RoboRambo](https://github.com/RoboRambo) [@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) | ||
- style: weights template format [#140](https://github.com/galacticcouncil/HydraDX-node/pull/140) ([@RoboRambo](https://github.com/RoboRambo) [@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
|
||
#### Other improvements | ||
|
||
- ci(perf-check): benchmark tool update [#128](https://github.com/galacticcouncil/HydraDX-node/pull/128) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) | ||
- ci(perf-check): improved python support [#129](https://github.com/galacticcouncil/HydraDX-node/pull/129) ([@lumir-mrkva](https://github.com/lumir-mrkva) [@jak-pan](https://github.com/jak-pan) [@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- build: pin rust toolchain [#159](https://github.com/galacticcouncil/HydraDX-node/pull/159) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) | ||
|
||
#### 📝 Documentation | ||
|
||
- docs: add contributing guidelines [#144](https://github.com/galacticcouncil/HydraDX-node/pull/144) ([@RoboRambo](https://github.com/RoboRambo) [@jak-pan](https://github.com/jak-pan)) | ||
|
||
#### Authors: 7 | ||
|
||
- [@lumir-mrkva](https://github.com/lumir-mrkva) | ||
- [@RoboRambo](https://github.com/RoboRambo) | ||
- Jakub Pánik ([@jak-pan](https://github.com/jak-pan)) | ||
- Jindrich Zeleny ([@green-jay](https://github.com/green-jay)) | ||
- Martin ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- martin fridrich ([@martinfridrich](https://github.com/martinfridrich)) | ||
- Richard Roznovjak ([@Roznovjak](https://github.com/Roznovjak)) | ||
|
||
--- | ||
|
||
# v2.0.0 (Sun Mar 7 2021) |