micheal-swiggs
micheal-swiggs
Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.
Work in progress... Having a look at https://github.com/bitcoinj/bitcoinj/pull/1553 and https://github.com/bitcoinj/bitcoinj/issues/2531. Originally my aim was to find a non breaking way to remove `depth` but realised that this can't really be...
Proposed fix for https://github.com/bitcoinj/bitcoinj/issues/2063 . If the input is already in the transaction then it is not added again as an input to the transaction. This fix also checks the...
Another way is to move `depth` and `appearedAtChainHeight` up to `Wallet`. It kind of makes the `TransactionConfidence` object redundant once a tx is past the `EventHorizon`. Obviously this introduces a...
Ongoing... builds upon https://github.com/bitcoinj/bitcoinj/pull/2828. Looking at different ways of removing `depth` and thought to put this up for discussion.
As I was having a look through https://github.com/bitcoinj/bitcoinj/pull/1553 and noticed something strange relating to `TransactionConfidence.incrementDepthInBlocks`. Since `TransactionConfidence` is stored inside `TxConfidenceTable` with _only one_ `TransactionConfidence` object for each unique `Sha256Hash`....
Related to https://github.com/bitcoinj/bitcoinj/issues/2711
My basic understanding is that `OP_NOP2` opcode word was replaced/redefined by `CHECKLOCKTIMEVERIFY`. Since this was implemented/working we can remove `OP_NOP2` and associated logic..?
@schildbach removes deprecated constant.