summa-tx / bitcoin-spv

utilities for Bitcoin SPV proof verification on (many!) other chains
Other
169 stars 45 forks source link

Remove support for non-minimal VarInts #140

Open prestwich opened 4 years ago

prestwich commented 4 years ago

Turns out this was unnecessary the whole time :tada:

We should error on these instead of accept them.

https://twitter.com/_prestwich/status/1246159783490510848

prestwich commented 4 years ago

This is done for Solidity in #158 this is partially done for C in a local branch