PizzaDAO / pizza-smartcontract

Repository for Rare Pizzas smart contracts
GNU General Public License v3.0
17 stars 4 forks source link

VRF should fallback to original implementation #60

Closed AddressXception closed 3 years ago

AddressXception commented 3 years ago

some networks we test on do not have a VRF implementation so our function needs to fall back to the original. also, the original should include the difficulty in the hash calculation so that it is more secure.

https://github.com/PizzaDAO/pizza-smartcontract/blob/featurn/chainlinkVRFPOC/contracts/token/RandomConsumer.sol

antron3000 commented 3 years ago

which networks will we deploy on other than ETH mainnet? where randomess matters?