Skip to content

v1.15

Latest
Compare
Choose a tag to compare
@dabasov dabasov released this 03 Jun 09:10
· 8 commits to staging since this release

Miner

  • Fix total rewards aggregates: Updated previously calculated rewards.
  • Fix commit blobber connection for killed and shutdowned blobbers: Killed and shutdown blobbers are not receiving rewards anymore
  • Fix total offers and blobber size check: Corrected the size calculation mechanism for blobbers .
  • Fix allocation used size: Addressed inaccuracies in used size calculations for allocations.
  • Fix validator URL for aggregates: Replicate URL for validators in aggregates.
  • Get state nonce only in case self next nonce is empty: Fixed broken healthcheck nonce for miners
  • Kafka replication

Blobber

  • Fix file not found in temp dir under load: Resolved issues where files were not found in the temporary directory under load conditions.
  • Use sequence to get marker: Implemented sequence usage for obtaining markers.
  • Fix update connection size: Corrected connection size updates.
  • Fix delete object: Fixed object deletion functionality.
  • Check path and name: Added checks for file paths and names.
  • Fix retry check: Enhanced retry check mechanisms.
  • Increase file name limit to 150: Increased the file name length limit to 150 characters.

0Box

  • Added phone number formatting: Introduced formatting for phone numbers to international format.
  • Push notifications: Implemented push notification features.
  • Feat/censor: Added censorship validations for input names and discriptions.
  • Refactor NFTs: Refactoring.
  • Add delete allocation endpoint: Added an endpoint to delete allocations.

zs3

  • Change bucket name to prefix: Updated bucket naming conventions to use prefixes.
  • Lock filepath and turn off progress: Implemented file path locking and disabled progress tracking.
  • Fix object path in multipart upload: Corrected object path handling in multipart uploads.
  • Fix shard size for streaming encrypted files: Adjusted shard sizes for streaming encrypted files.
  • Create dir when file size is 0: Ensured directory creation when file size is zero.

Gosdk

  • Use string for ZCN token: Changed the ZCN token to be represented as a string.
  • Tune gc and set extra count to 0 for wasm: Tuned garbage collection for WebAssembly.
  • Set some logs level to debug: Adjusted logging levels to debug for certain logs.
  • Expose upload mode in mobile and win SDK: Added functionality to expose upload mode in mobile and Windows SDKs.
  • Increase commit retries: Increased the number of retries for commit operations.
  • Add mimeType in complete status callback: Included MIME type in the complete status callback.
  • Add option for save progress: Added an option to save progress.
  • Fix wm timestamp: Corrected timestamp handling in the wm component.
  • Fix buffer size for write: Fixed buffer size issues during write operations.
  • Fix error message for pause upload: Improved error messaging for paused uploads.
  • Skip download for empty file: Implemented logic to skip downloads for empty files.
  • Fix content seek in wasm: Corrected content seek in WebAssembly.