Re: What could be the transition plan to Y2038 compliant Bitcoin? (it already is)

Figures: lachesis
Quote from: satoshi on August 09, 2010, 8:13:26 PM

unsigned int is good until 2106. Surely the network will have to be totally revamped at least once by then.

There should not be any signed int. If you’ve found a signed int somewhere, please tell me (within the next 25 years please) and I’ll change it to unsigned int.

Why are we using uint64 in Version but 32-bit integers in everything else?