Another cleanup PR for #7957. The sequence number input over RPC was parsed with ParseInt32 and inputs > 0x7FFFFFFF where rejected.
This PR reads inputs with get_int64 and does a range check (>=0 <= 0xFFFFFFFF).
Another cleanup PR for #7957. The sequence number input over RPC was parsed with ParseInt32 and inputs > 0x7FFFFFFF where rejected.
This PR reads inputs with get_int64 and does a range check (>=0 <= 0xFFFFFFFF).
utACK https://github.com/bitcoin/bitcoin/pull/8171/commits/6fa950a57334e93e70d806532ee517cbd75a2338 (but the added tests are sufficient)
ACK
Milestone
0.13.0