Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit d075a95

Browse files
authored
chore(release): update changelog and bump version 0.21.0 (#356)
1 parent 8891d34 commit d075a95

File tree

3 files changed

+97
-329
lines changed

3 files changed

+97
-329
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [0.21.0](https://github.com/dashevo/js-dpp/compare/v0.20.0...v0.21.0) (2021-10-12)
2+
3+
4+
### Features
5+
6+
* introduce consensus error codes ([#341](https://github.com/dashevo/js-dpp/issues/341), [#342](https://github.com/dashevo/js-dpp/issues/342))
7+
* split validation logic into basic, signature, fee and state ([#331](https://github.com/dashevo/js-dpp/issues/331))
8+
* protocol versioning updates ([#325](https://github.com/dashevo/js-dpp/issues/325), [#326](https://github.com/dashevo/js-dpp/issues/326), [#329](https://github.com/dashevo/js-dpp/issues/329), [#330](https://github.com/dashevo/js-dpp/issues/330), [#336](https://github.com/dashevo/js-dpp/issues/336), [#337](https://github.com/dashevo/js-dpp/issues/337), [#344](https://github.com/dashevo/js-dpp/issues/344), [#346](https://github.com/dashevo/js-dpp/issues/346), [#349](https://github.com/dashevo/js-dpp/issues/349), [#351](https://github.com/dashevo/js-dpp/issues/351))
9+
* removed verify SML flag triggers ([#324](https://github.com/dashevo/js-dpp/issues/324))
10+
11+
12+
### Bug Fixes
13+
14+
* building indices on arrays using `prefixItems` ([#343](https://github.com/dashevo/js-dpp/issues/343))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* `stateTransition.validateStructure` renamed to `stateTransition.validateBasic` and doesn't perfom signature validation
20+
* `stateTransition.validateData` renamed to `stateTransition.validateState`
21+
* validation errors are changed
22+
* removed old data triggers
23+
* old serialized data is not compatible
24+
25+
26+
127
# [0.20.0](https://github.com/dashevo/js-dpp/compare/v0.19.2...v0.20.0) (2021-07-08)
228

329

0 commit comments

Comments
 (0)