Skip to content

Latest commit

Β 

History

History
171 lines (88 loc) Β· 11 KB

CHANGELOG.md

File metadata and controls

171 lines (88 loc) Β· 11 KB

0.9.7 (2024-04-03)

Bug Fixes

  • πŸ› Fixed _getChallengeRoots function (7aa730c), closes #383

0.9.6 (2024-04-03)

Bug Fixes

  • πŸ› fix generateChallengeIndex (08657fb), closes #381
  • πŸ› update docker scripts (8f4bbd8), closes #379

0.9.5 (2024-04-02)

Bug Fixes

  • πŸ› fix submitDatasetChallengeProofs (5b9a504), closes #377

0.9.4 (2024-04-01)

Bug Fixes

  • πŸ› update _getSecureDatasetChallengePoints (d7ed60f), closes #375

0.9.3 (2024-04-01)

Bug Fixes

  • πŸ› β€œChallenge proof" logical organization submission (3301a38), closes #350
  • πŸ› Fixed piece size error (c4f9359), closes #371
  • πŸ› remove import of SendAPI from matchingBids (b394a27)
  • πŸ› Remove the vendor directory and use the original version (f90a9fe), closes #367
  • πŸ› requestAllocateDatacap check if matched (47bc2db), closes #363
  • πŸ› Resolving the issue of incorrect CID length (d16ce2d), closes #366

0.9.2 (2024-03-26)

Bug Fixes

  • πŸ› change isWinner to view (24dc9da), closes #361
  • πŸ› fix statistics events (fcad941), closes #359

0.9.1 (2024-03-25)

Bug Fixes

  • πŸ› add func getDatasetProofRootHash (012b05a), closes #354
  • πŸ› merge count and size statistics (8d85490), closes #356

0.9.0 (2024-03-22)

Bug Fixes

  • πŸ› add filecoin-solidity-api v1.1.1 (cb71eaa)
  • πŸ› Add lock version file (01b3e51), closes #346
  • πŸ› compile and deserializeGetClaimsReturn failure (b710380)
  • πŸ› getReplicaClaimData failure (bc56b11), closes #329
  • πŸ› Improve the configuration of the deployment tool (c949a0e), closes #341
  • πŸ› remove getChallengeAuditCollateralRequirement (7d4bc90), closes #349
  • πŸ› remove zondex filecoin-solidity (6833787)
  • πŸ› renaming of filplus rules (446b9fd), closes #351

Features

  • 🎸 add statistics events (d0e08dc), closes #344

0.8.0 (2024-03-15)

Bug Fixes

  • πŸ› Finance Subsidy requirement error (0146215), closes #326
  • πŸ› optimize the state variables in the 'roles' contract (c1613f4), closes #330

Features

  • 🎸 design dataset auditors election (c494037), closes #253
  • 🎸 Handling of the addCanceled function in the Storages (008abe4), closes #218
  • 🎸 impl dataset auditor election (7512a6b), closes #337

0.7.0 (2024-03-11)

Bug Fixes

  • πŸ› Fix contract upgrade issue (ddd03ce), closes #327
  • πŸ› fix matching storage statistics (d79364b), closes #331

Features

  • 🎸 add setRoles to filecoin contract (18a0f8c), closes #333

0.6.0 (2024-03-07)

Bug Fixes

  • πŸ› Add support for obtaining subsidy requirements (97931e1), closes #324

Features

  • 🎸 Add initialization function after contract deployment (62042e0), closes #322

0.5.1 (2024-03-01)

Bug Fixes

  • πŸ› fix docker scripts (c672d73), closes #320
  • πŸ› fix submitDatasetChallengeProofs (e4af9a3), closes #318

0.5.0 (2024-02-29)

Bug Fixes

  • πŸ› Fixed the issue with submitDatasetChallengeProofs (2b9414e), closes #316
  • πŸ› Initialization after contract deployment in the docker (fe3b517), closes #313

Features

  • 🎸 Modify the IEScrowBase extend interface as the internal (315820c), closes #312

0.4.0 (2024-02-27)

Bug Fixes

  • πŸ› change tvl to escrow in statistics (2f150bb), closes #304
  • πŸ› remove member finance statistics (b8dcc22), closes #305

Features

  • 🎸 Add StorageProviderDatacapChunkLandPenalty to statistic (59d50b1), closes #308

0.3.1 (2024-02-26)

Bug Fixes

  • πŸ› Fix library function visibility issue (82ae822), closes #300
  • πŸ› getAccountEscrow interface Arguments in wrong order (90eb215), closes #302

0.3.0 (2024-02-26)

Features

  • 🎸 Implement ChallengeAudit escrow contract (99a58d1), closes #248
  • 🎸 Implement DisputeAudit escrow contract (6535142), closes #249
  • 🎸 Implement ProofAudit escrow contract (8d8bc00), closes #247
  • 🎸 Optimize deployment tools (9022ff8), closes #297
  • 🎸 update devnet.bash (b355da2), closes #297
  • 🎸 update version to 0.2.0 (eddacf2)