forked from TrueCloudLab/frostfs-contract
Release v0.15.0 - Heuksando (흑산도, 黑山島)
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9ed3c538a0
commit
12527e51ae
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.15.0] - 2022-03-23 - Heuksando (흑산도, 黑山島)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Split `UpdateState` method to allow Alphabet nodes remove storage nodes from
|
||||||
|
network map based on consensus decision in notary-enabled environment (#225)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Increase from 2 to 10 stored network maps in netmap contract (#224)
|
||||||
|
- Use public keys instead of `IRNode` structures in neofs and netmap contracts
|
||||||
|
(#222)
|
||||||
|
|
||||||
## [0.14.2] - 2022-02-07
|
## [0.14.2] - 2022-02-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -328,6 +339,7 @@ Preview4-testnet version of NeoFS contracts.
|
||||||
|
|
||||||
Preview4 compatible contracts.
|
Preview4 compatible contracts.
|
||||||
|
|
||||||
|
[0.15.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.2...v0.15.0
|
||||||
[0.14.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.1...v0.14.2
|
[0.14.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.1...v0.14.2
|
||||||
[0.14.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.0...v0.14.1
|
[0.14.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.0...v0.14.1
|
||||||
[0.14.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.2...v0.14.0
|
[0.14.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.2...v0.14.0
|
||||||
|
|
Loading…
Reference in a new issue