Skip to content

v0.23.1

Compare
Choose a tag to compare
@alexvanin alexvanin released this 06 Aug 16:01
· 3223 commits to master since this release
v0.23.1

N3 Mainnet launch release with minor fixes.

Added

  • Initial version of neofs-adm tool for fast side chain deployment and management in private installations
  • Notary support auto negotiation (#709)
  • Option to disable side chain cache in Storage node (#704)
  • Escape symbols in Storage node attributes (#700)

Changed

  • Updated neo-go to v0.97.1
  • Updated multiaddr lib to v0.4.0 with native TLS protocol support (#661)
  • Default file permission in storage engine is 660 (#646)

Fixed

  • Container size estimation routine now aggregates values by cid-epoch tuple (#723)
  • Storage engine always creates executable dirs (#646)
  • GC routines in storage engine shards shutdown gracefully (#745)
  • Handle context shutdown at NeoFS multi client group address switching (#737)
  • Scope for main chain invocations from Inner Ring nodes (#751)

Upgrading from v0.23.0

Added NEOFS_MORPH_DISABLE_CACHE env. If true, none of the eACL/netmap/container RPC responses cached.

Remove WITHOUT_NOTARY and WITHOUT_MAIN_NOTARY records from Inner Ring node config. Notary support is now auto negotiated.