You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the seed is truncated to u64 from the evm event.
Seed is uint256 in solidity. We can and should represent this seed with appropriate bit depth (eg as [u8;32]) in Rust up until when the seed reaches it's destination (eg. the sortition actor)
The text was updated successfully, but these errors were encountered:
Currently the
seed
is truncated to u64 from the evm event.Seed is uint256 in solidity. We can and should represent this seed with appropriate bit depth (eg as [u8;32]) in Rust up until when the seed reaches it's destination (eg. the sortition actor)
The text was updated successfully, but these errors were encountered: