flow-go
flow-go copied to clipboard
[EVM] Random source with 32 bytes
The get random source function on the Cadence arch now returns an uint64 (8 bytes), which is not ideal. We should return all the data we get from the random beacon which 32 bytes.
Just curious: Why is it not ideal?
@turbolent this is the thread where we discussed it: https://discord.com/channels/613813861610684416/1167476806333513800/1255560444425277481
@sideninja Thank you!