Brandon Black
Brandon Black
Combined with enabling compaction throughout import for `--jsonrpc-import` mode, I think that'd be great. IIUC that trade-off will be slower more IO intensive import, but lower RAM and disk usage.
`Utils.reverseBytes` is just for `byte[]`, actually not sure why it exists since there's `Arrays.reverse` that is used later in `calcHash`. This method could also be modified to build up a...
That was my thinking too.
Updated to match the BIN.
> This should be opened to bitcoin-inquisition rather than this repo at this stage? I thought that was the whole point of bitcoin-inquisition. Let's focus on code review. There is...
Force pushed to fix clean commits.
Hi Sjors, thanks for your thoughts! > It seems too early in the process to open a pull request like this. It's also possible to open a pull request against...
Hi @michaelfolkson, can you enumerate a concrete dispute with my proposals (on their respective PRs) or my code here? Otherwise, I'm not sure your comments are contributing to the discussion....
> > I'm not aware of a well defined process for making changes to bitcoin consensus (nor do I think there should be one), so I'm not sure how we...
Force pushed to deconflict opcodes with VAULT, add deployment info output, and slightly improve tx_invalid tests.