forked from TrueCloudLab/frostfs-contract
Release v0.10.0 - Wando 완도(莞島)
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
26d5773c10
commit
a10f470311
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,6 +1,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.10.0] - 2021-07-23 - Wando (완도, 莞島)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Alphabet contract does not emit GAS to proxy contract and does not check
|
||||||
|
proxy contract script hash length at deploy stage if notary disabled (#106)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Netmap contract stores block height when last epoch was applied and provides
|
||||||
|
`LastEpochBlock` method to get it (#110)
|
||||||
|
- NNS contract (#108)
|
||||||
|
- Enhanced documentation for autodoc tools (#105)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update neo-go to v0.96.0
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- v0.9.1 to v0.9.2 migration code (#104)
|
||||||
|
|
||||||
## [0.9.2] - 2021-07-01
|
## [0.9.2] - 2021-07-01
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -169,6 +187,7 @@ Preview4-testnet version of NeoFS contracts.
|
||||||
|
|
||||||
Preview4 compatible contracts.
|
Preview4 compatible contracts.
|
||||||
|
|
||||||
|
[0.10.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.2...v0.10.0
|
||||||
[0.9.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.1...v0.9.2
|
[0.9.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.1...v0.9.2
|
||||||
[0.9.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.0...v0.9.1
|
[0.9.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.0...v0.9.1
|
||||||
[0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.8.0...v0.9.0
|
[0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.8.0...v0.9.0
|
||||||
|
|
Loading…
Reference in a new issue