Javed Khan
Javed Khan
Implements P2P commands supporting peer to peer block filter sync service. Refs #943
Added test vector for block `1414221`. In particular this block has no output scripts other than `OP_RETURN`, and it's corresponding filter is `0x00`. Also updated the spec to clarify the...
from #9 > Cache script validation. Backport from Core 10192 (D527, D530, D531).
from #9 > Various test improvements > Various test fixes and other cleanups now that UAHF activation is past > Various fixes and improvements to test suite > Lots of...
from #9 need to check if we're doing this: > Reserve block space for high priority transactions (D485)
from #9 > Uptime rpc command (Port from Bitcoin Core)
We need this for installing from docker.
We need to check for UAHF and Nov 1st hard fork deployment flags.
A lot of the code refers to segwit related changes. We need to cleanup a lot of the code that we don't need anymore.
A lot of the codebase refers to segwit changes e.g `MAX_BLOCK_WEIGHT`. Need to update everywhere to match the fork variables.