Skip to content

All versions since 0.1.4

0.1.4

Features

Chores

  • deps-dev: bump @biomejs/biome from 2.3.5 to 2.3.6 (#448) (ebcab4e)
  • deps-dev: bump @biomejs/biome from 2.3.6 to 2.3.7 (#459) (d3c65a8)
  • deps-dev: bump @biomejs/biome from 2.3.7 to 2.3.8 (#476) (d95f812)

0.2.0 Latest

⚠ BREAKING CHANGES

  • reorganize sp actions
  • transition from ethers to viem (#555)
  • replace getMaxProvingPeriod() and getChallengeWindow() with getPDPConfig() (#526)
  • use activePieceCount for accurate piece tracking (#517)

refactor

  • replace getMaxProvingPeriod() and getChallengeWindow() with getPDPConfig() (#526) (a4956c7)

Features

Bug Fixes

  • move default nonces to the sign functions (9b3f73f)
  • namespace upload types (d7b9661)
  • revert back uploads to uint8array and stream (67a17ee)
  • simplify upload input to Blob (908c042)
  • treat status code 202 for findPiece as a retry (6b9e03f)

Chores