Skip to content

Releases: LottoDapp/lotto-contracts

1.1.0

10 Sep 11:46
2af6776
Compare
Choose a tag to compare

Upgrade the contracts deployed on Phala Network to be compatible with the recent Astar Node upgrade

1.0.0

26 May 16:25
2769ce7
Compare
Choose a tag to compare

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

05 May 16:40
d3132ee
Compare
Choose a tag to compare

Add a method to verify the winning numbers for a raffle

0.1.1

04 May 14:36
f55a857
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

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

03 May 16:12
a979bee
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First version