flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

[EVM] Random source with 32 bytes

Open devbugging opened this issue 7 months ago • 1 comments

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.

devbugging avatar Jun 28 '24 16:06 devbugging