@@ -3,25 +3,39 @@ Changelog for NeoFS Contract
3
3
4
4
## [ Unreleased]
5
5
6
+ ### Added
7
+
8
+ ### Updated
9
+
10
+ ### Removed
11
+
12
+ ### Fixed
13
+
14
+ ### Updating from v0.18.0
15
+
16
+ ## [ 0.18.0] - 2023-09-26
17
+
6
18
### Added
7
19
- EACL validation in container.setEACL (#330 )
8
20
- Contract storage model documentation (#320 )
9
- - bump minimum required go version up to 1.18 (#346 )
10
- - ability to register predefined TLDs at NNS deployment (#344 )
21
+ - Bump minimum required go version up to 1.18 (#346 )
22
+ - Ability to register predefined TLDs at NNS deployment (#344 )
11
23
- RPC bindings generation (#345 )
24
+ - Method to get container name by its ID (#360 )
25
+ - Convenience methods for NNS contract (#361 )
12
26
13
27
### Updated
14
28
- NNS TLD registration is possible for committee only now (#344 , #357 )
15
29
- NNS TLDs are no longer proper NFTs (#344 )
16
30
17
31
### Removed
18
- - old unused (notary-disabled) events (#341 )
32
+ - Old unused (notary-disabled) events (#341 )
33
+ - Unused Burn/Mint balance contract events (#358 )
19
34
20
35
### Fixed
21
- - migration of non-notary network to notarized one with stale votes (#333 )
36
+ - Migration of non-notary network to notarized one with stale votes (#333 )
22
37
- nns.getAllRecords missing 'safe' mark (#355 )
23
-
24
- ### Updating from v0.17.0
38
+ - Stale EACL record left after container deletion (#359 )
25
39
26
40
## [ 0.17.0] - 2023-04-06
27
41
@@ -448,7 +462,8 @@ Preview4-testnet version of NeoFS contracts.
448
462
449
463
Preview4 compatible contracts.
450
464
451
- [ Unreleased ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.17.0...master
465
+ [ Unreleased ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.18.0...master
466
+ [ 0.18.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.17.0...v0.18.0
452
467
[ 0.17.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.16.0...v0.17.0
453
468
[ 0.16.0 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.15.5...v0.16.0
454
469
[ 0.15.5 ] : https://github.com/nspcc-dev/neofs-contract/compare/v0.15.4...v0.15.5
0 commit comments