Replace VarInt with custom UncheckedVarInt
rust-bitcoin version 0.32.9 started enforcing a consensus rule that VarInt objects are at most 0x02000000, while the Bitcoin app protocol uses it for arbitrary numbers up to 64 bits. UncheckedVarInt works for any u64.
S
Salvatore Ingala committed
6a66e4e2bcf6b98b547fab20f637608c578d722a
Parent: 0dd4846