Skip to content

Commit

Permalink
release: πŸš€v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusyim committed Mar 22, 2024
1 parent 7d4bc90 commit 8b54075
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


# [0.9.0](https://github.com/dataswap/core/compare/v0.8.0...v0.9.0) (2024-03-22)


### Bug Fixes

* πŸ› add filecoin-solidity-api v1.1.1 ([cb71eaa](https://github.com/dataswap/core/commit/cb71eaabcc449a934cde1e9c2843f848566827d5))
* πŸ› Add lock version file ([01b3e51](https://github.com/dataswap/core/commit/01b3e51f509b016781bdd737722228e90b68c773)), closes [#346](https://github.com/dataswap/core/issues/346)
* πŸ› compile and deserializeGetClaimsReturn failure ([b710380](https://github.com/dataswap/core/commit/b710380db9502885e424e25e442d94d3f3560c72))
* πŸ› getReplicaClaimData failure ([bc56b11](https://github.com/dataswap/core/commit/bc56b1155e44154736979275eb98484db03afd6d)), closes [#329](https://github.com/dataswap/core/issues/329)
* πŸ› Improve the configuration of the deployment tool ([c949a0e](https://github.com/dataswap/core/commit/c949a0e9f21f471925d8bdf6b76429365d2a74d7)), closes [#341](https://github.com/dataswap/core/issues/341)
* πŸ› remove getChallengeAuditCollateralRequirement ([7d4bc90](https://github.com/dataswap/core/commit/7d4bc9025c8643bb59403b2cfa7bf54dfafed36f)), closes [#349](https://github.com/dataswap/core/issues/349)
* πŸ› remove zondex filecoin-solidity ([6833787](https://github.com/dataswap/core/commit/6833787e4370038afb015100a37deff34623b23d))
* πŸ› renaming of filplus rules ([446b9fd](https://github.com/dataswap/core/commit/446b9fd6e8798e8c9d618c03b673a675753a71de)), closes [#351](https://github.com/dataswap/core/issues/351)


### Features

* 🎸 add statistics events ([d0e08dc](https://github.com/dataswap/core/commit/d0e08dc6b7ea90978104282f36e2926516e34b43)), closes [#344](https://github.com/dataswap/core/issues/344)

# [0.8.0](https://github.com/dataswap/core/compare/v0.7.0...v0.8.0) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dataswapcore/contracts",
"version": "0.8.0",
"version": "0.9.0",
"description": "Dataswap core contracts",
"license": "GPL-3.0",
"private": false,
Expand Down

0 comments on commit 8b54075

Please sign in to comment.