| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Remove alert keys | BtcDrak | 2016-03-18 | 2 | -5/+0 | |
| | * | | | | | Remove `-alerts` option | BtcDrak | 2016-03-18 | 3 | -7/+0 | |
| | * | | | | | Update alert notification and GUI | BtcDrak | 2016-03-18 | 4 | -28/+33 | |
| | * | | | | | Remove p2p alert handling | BtcDrak | 2016-03-18 | 8 | -678/+57 | |
| * | | | | | | Merge #7726: Correct importaddress help reference to importpubkey | Wladimir J. van der Laan | 2016-03-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Correct importaddress help reference to importpubkey | Denis Lukianov | 2016-03-21 | 1 | -1/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge #7712: Improve COutPoint less operator | Wladimir J. van der Laan | 2016-03-21 | 2 | -4/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Improve COutPoint less operator | João Barbosa | 2016-03-18 | 2 | -4/+7 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge #7720: [qa] rpc-test: Normalize assert() | Wladimir J. van der Laan | 2016-03-21 | 5 | -50/+34 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [qa] rpc-test: Normalize assert() | MarcoFalke | 2016-03-19 | 5 | -50/+34 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge #7708: De-neuter NODE_BLOOM | Wladimir J. van der Laan | 2016-03-21 | 4 | -5/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Always disconnect old nodes which request filtered connections. | Patrick Strateman | 2016-03-18 | 4 | -5/+2 | |
| * | | | | | | | Merge #7705: [amount] Add tests and make GetFee() monotonic | Wladimir J. van der Laan | 2016-03-21 | 4 | -7/+54 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [amount] Preempt issues with negative fee rates | MarcoFalke | 2016-03-19 | 1 | -1/+1 | |
| | * | | | | | | | [amount] Make GetFee() monotonic | MarcoFalke | 2016-03-17 | 2 | -7/+11 | |
| | * | | | | | | | [qa] Add amount tests | MarcoFalke | 2016-03-17 | 2 | -0/+43 | |
| * | | | | | | | | Merge #7656: Improve EncodeBase58 performance | Wladimir J. van der Laan | 2016-03-21 | 1 | -3/+8 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Improve EncodeBase58 performance | João Barbosa | 2016-03-09 | 1 | -3/+8 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | Wladimir J. van der Laan | 2016-03-18 | 3 | -2/+22 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | MarcoFalke | 2016-03-17 | 4 | -2/+23 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #7709: Tests: fix missing import in mempool_packages | Wladimir J. van der Laan | 2016-03-18 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Tests: fix missing import in mempool_packages | Suhas Daftuar | 2016-03-17 | 1 | -0/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge #7575: Minimal BIP9 implementation | Wladimir J. van der Laan | 2016-03-18 | 17 | -20/+864 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | RPC test for BIP9 warning logic | Suhas Daftuar | 2016-03-16 | 2 | -0/+161 | |
| | * | | | | | Test versionbits deployments | Suhas Daftuar | 2016-03-15 | 1 | -0/+22 | |
| | * | | | | | Add testing of ComputeBlockVersion | Suhas Daftuar | 2016-03-15 | 3 | -1/+120 | |
| | * | | | | | Softfork status report in RPC | Pieter Wuille | 2016-03-15 | 3 | -1/+31 | |
| | * | | | | | Versionbits tests | Pieter Wuille | 2016-03-15 | 2 | -0/+186 | |
| | * | | | | | BIP9 Implementation | Pieter Wuille | 2016-03-15 | 12 | -19/+345 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #7686: [qt] Remove 0-fee from send dialog | Wladimir J. van der Laan | 2016-03-17 | 3 | -63/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [qt] Remove unneeded "fSendFreeTransactions" check | MarcoFalke | 2016-03-17 | 1 | -2/+0 | |
| | * | | | | | [qt] Remove 0-fee from send dialog | MarcoFalke | 2016-03-14 | 3 | -61/+3 | |
| * | | | | | | Merge #7594: Mempool: Add tracking of ancestor packages | Wladimir J. van der Laan | 2016-03-17 | 4 | -124/+302 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Check all ancestor state in CTxMemPool::check() | Suhas Daftuar | 2016-03-14 | 2 | -6/+23 | |
| | * | | | | | Add ancestor feerate index to mempool | Suhas Daftuar | 2016-03-14 | 3 | -3/+137 | |
| | * | | | | | Add ancestor tracking to mempool | Suhas Daftuar | 2016-03-14 | 3 | -22/+117 | |
| | * | | | | | Remove work limit in UpdateForDescendants() | Suhas Daftuar | 2016-03-14 | 3 | -80/+12 | |
| | * | | | | | Rename CTxMemPool::remove -> removeRecursive | Suhas Daftuar | 2016-03-14 | 4 | -23/+19 | |
| | * | | | | | CTxMemPool::removeForBlock now uses RemoveStaged | Suhas Daftuar | 2016-03-14 | 1 | -2/+6 | |
| | |/ / / / | ||||||
| * | | | | | Merge #7187: Keep reorgs fast for SequenceLocks checks | Wladimir J. van der Laan | 2016-03-16 | 6 | -26/+131 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add LockPoints | Alex Morcos | 2016-03-16 | 6 | -26/+131 | |
| * | | | | | | Merge #7697: Tests: make prioritise_transaction.py more robust | Wladimir J. van der Laan | 2016-03-16 | 2 | -8/+31 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Tests: make prioritise_transaction.py more robust | Suhas Daftuar | 2016-03-16 | 2 | -8/+31 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge #7684: [qa] Extend tests | Wladimir J. van der Laan | 2016-03-16 | 16 | -53/+37 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | [qa] mininode: Add and use CONSTs | MarcoFalke | 2016-03-14 | 10 | -17/+16 | |
| | * | | | | | [qa] Move create_tx() to util.py | MarcoFalke | 2016-03-14 | 4 | -32/+16 | |
| | * | | | | | [qa] wallet: speed up tests | MarcoFalke | 2016-03-14 | 1 | -4/+0 | |
| | * | | | | | [tests] Extend util_ParseMoney test case | MarcoFalke | 2016-03-14 | 1 | -0/+5 | |
| * | | | | | | Merge #7621: Fixes ZMQ startup with bad arguments. | Wladimir J. van der Laan | 2016-03-15 | 2 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixes ZMQ startup with bad arguments. | mrbandrews | 2016-02-29 | 2 | -1/+1 | |