diff --git a/.changeset/angry-falcons-dream.md b/.changeset/angry-falcons-dream.md deleted file mode 100644 index c87616b6..00000000 --- a/.changeset/angry-falcons-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'rankify-contracts': patch ---- - -added view method for player moves and player did voted diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ea5896..1feef4ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # rankify-contracts +## 0.9.2 + +### Patch Changes + +- [`4239be3`](https://github.com/rankify-it/contracts/commit/4239be32c8d8960b76bdae46ca3fd7f03533be39) Thanks [@peersky](https://github.com/peersky)! - added view method for player moves and player did voted + ## 0.9.1 ### Patch Changes diff --git a/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/RankifyDiamondInstance.json b/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/RankifyDiamondInstance.json index bd79e741..4a9ac0eb 100644 --- a/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/RankifyDiamondInstance.json +++ b/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/RankifyDiamondInstance.json @@ -1781,91 +1781,6 @@ "stateMutability": "nonpayable", "type": "function" }, - { - "inputs": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "components": [ - { - "internalType": "uint256", - "name": "timePerTurn", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "maxPlayersSize", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "minPlayersSize", - "type": "uint256" - }, - { - "internalType": "address", - "name": "rankTokenAddress", - "type": "address" - }, - { - "internalType": "uint256", - "name": "timeToJoin", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "gamePrice", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "joinGamePrice", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "maxTurns", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "numWinners", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "voteCredits", - "type": "uint256" - }, - { - "internalType": "string", - "name": "subject", - "type": "string" - }, - { - "internalType": "address", - "name": "rankifyToken", - "type": "address" - } - ], - "internalType": "struct RankifyInstanceInit.contractInitializer", - "name": "initializer", - "type": "tuple" - } - ], - "name": "init", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, { "inputs": [ { diff --git a/package.json b/package.json index 4c8cdb61..ab3f7620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rankify-contracts", - "version": "0.9.1", + "version": "0.9.2", "files": [ "abi", "deployments",