Skip to content

v0.45.1

Latest
Compare
Choose a tag to compare
@roman-khimov roman-khimov released this 07 Mar 07:40
· 8 commits to master since this release
ea6b99c

Added

  • IR fschain.consensus.p2p_notary_request_payload_pool_size config option (#3195)
  • IR fschain.consensus.rpc.max_gas_invoke config option (#3208)

Fixed

  • Zero range denial by neofs-cli object range|hash commands (#3182)
  • Not all the components needed for write-cache migration were initialized (#3186)
  • Homomorphic hash indexes with empty values in meta bucket (#3187)
  • Failure of 1st split-chain child processing during metabase migration (#3187)
  • Initial epoch tick by a just-started IR (#3007)
  • Missing retries when sending transaction/notary request leading to request failure in case of temporary errors (#3193, #3200, #3205)

Changed

  • Use iterators for container listings (#3196)
  • Also reloading shard mode with SIGHUP (#3192)
  • IR logs INFO its state on start based on read FS chain's internals (#3197)
  • IR cache size for handled notary requests (#3205)
  • Metabase V3->4 migration routine no longer breaks on broken binary or proto-violating object encounter (#3203)
  • Metabase V3->4 migration routine skips objects from the removed containers (#3203)
  • Metabase V3->4 migration routine processes up to 1000 objects per BoltDB transaction and keeps the progress (#3202)
  • Metabase V3->4 migration routine stops gracefully on OS signal (#3202)