Block number is u32 in rust sdk but u64 in sway

Probably best to have some standardization between the two!

Hi there!
Thanks four sharing, I’m taking this into rust sdk team for discussion.

Nice find!

The spec states in multiple places that the block number is a 32 bit integer, so this is a Sway bug. I have a fix for it incoming here.