28 Oct, 2012
2 commits
-
this can be used to connect a transaction to a block header
without access to the whole tx list
24 Oct, 2012
1 commit
23 Oct, 2012
5 commits
21 Oct, 2012
3 commits
03 Oct, 2012
1 commit
18 Sep, 2012
1 commit
-
port GetMinFee() from https://github.com/bitcoin/bitcoin/blob/7fddf1210eca3919804aec5d6b405e59d2651970/src/main.h#L543
bitcoind uses it in https://github.com/bitcoin/bitcoin/blob/7fddf1210eca3919804aec5d6b405e59d2651970/src/main.cpp#L565 which decides if a tx gets relayed at all.
15 Sep, 2012
3 commits
14 Sep, 2012
5 commits
-
depends on previous commit: c7680759958265da9ae1572d271d54ad3159cda9
13 Sep, 2012
6 commits
-
and not just some old block in the main chain; in that case the new block becomes side branch
-
to avoid a side-block considering its own txs doublespends
-
bitcoind commit: ab91bf39b7c11e9c86bb2043c24f0f377f1cf514
Apply BIP30 checks to all blocks except the two historic violations.
11 Sep, 2012
11 commits
07 Sep, 2012
2 commits
-
https://en.bitcoin.it/wiki/BIP_0034
https://github.com/bitcoin/bitcoin/pull/1526this behavior is added to bitcoind with: Bitcoin 0.7.0-rc2
-
add mempool message from BIP 0035 to the parser.
https://en.bitcoin.it/wiki/BIP_0035
https://github.com/bitcoin/bitcoin/pull/1641this behavior is added to bitcoind with: Bitcoin 0.7.0-rc2