Releases: LottoDapp/lotto-contracts
Releases · LottoDapp/lotto-contracts
1.1.0
1.0.0
Prepare the version to be deployed on Astar.
Add the smart contract address in the salt used by the VRF
.
Remove the simulate
function in the phat contract: the contract owner cannot predict the future numbers.
Add a verify
function in the phat contract. Anyone can check if the numbers sent to the smart contract are given by the VRF provided by the phat contract.
0.1.2
Add a method to verify the winning numbers for a raffle
0.1.1
Fix: Set the config only when the raffle is not started yet
Improvement: Start automatically the next raffle when there is no winner
0.1.0
First version