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
in the beacon chain "Misc", "Rewards and penalties", etc, there are no type stated for the constants, I wonder if we could define the type for each constant, so as to avoid data conversion loss, though which looks not going to happen...
btw, in language like "Rust", the type of a vector index and count has to be "usize", which is u64 on 64 bits cpu, u32 on 32bits cpu. In my mind regarding java, it has to be an integer, which is always 32-bits.
The text was updated successfully, but these errors were encountered:
in the beacon chain "Misc", "Rewards and penalties", etc, there are no type stated for the constants, I wonder if we could define the type for each constant, so as to avoid data conversion loss, though which looks not going to happen...
btw, in language like "Rust", the type of a vector index and count has to be "usize", which is u64 on 64 bits cpu, u32 on 32bits cpu. In my mind regarding java, it has to be an integer, which is always 32-bits.
The text was updated successfully, but these errors were encountered: