Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-21 | modify release-notes.md and bips.md | Alex Morcos | |
2016-03-21 | Add p2p test for feefilter | Alex Morcos | |
2016-03-21 | Create SingleNodeConnCB class for RPC tests | Alex Morcos | |
2016-03-21 | Implement "feefilter" P2P message. | Alex Morcos | |
The "feefilter" p2p message is used to inform other nodes of your mempool min fee which is the feerate that any new transaction must meet to be accepted to your mempool. This will allow them to filter invs to you according to this feerate. | |||
2016-03-21 | Merge #7692: Remove p2p alert system | Wladimir J. van der Laan | |
cfd519e Add release note documentation (BtcDrak) 6601ce5 protocol.h/cpp: Removes NetMsgType::ALERT (Thomas Kerin) ad72104 Formatting (BtcDrak) 1b77471 Remove alert keys (BtcDrak) 01fdfef Remove `-alerts` option (BtcDrak) 9206634 Update alert notification and GUI (BtcDrak) bbb9d1d Remove p2p alert handling (BtcDrak) | |||
2016-03-21 | Merge #7726: Correct importaddress help reference to importpubkey | Wladimir J. van der Laan | |
c5825d2 Correct importaddress help reference to importpubkey (Denis Lukianov) | |||
2016-03-21 | Merge #7712: Improve COutPoint less operator | Wladimir J. van der Laan | |
0f17692 Improve COutPoint less operator (João Barbosa) | |||
2016-03-21 | Merge #7720: [qa] rpc-test: Normalize assert() | Wladimir J. van der Laan | |
fab3890 [qa] rpc-test: Normalize assert() (MarcoFalke) | |||
2016-03-21 | Merge #7708: De-neuter NODE_BLOOM | Wladimir J. van der Laan | |
c90036f Always disconnect old nodes which request filtered connections. (Patrick Strateman) | |||
2016-03-21 | Merge #7705: [amount] Add tests and make GetFee() monotonic | Wladimir J. van der Laan | |
fad13b1 [amount] Preempt issues with negative fee rates (MarcoFalke) faf756a [amount] Make GetFee() monotonic (MarcoFalke) fab6880 [qa] Add amount tests (MarcoFalke) | |||
2016-03-21 | Merge #7656: Improve EncodeBase58 performance | Wladimir J. van der Laan | |
3252208 Improve EncodeBase58 performance (João Barbosa) | |||
2016-03-21 | Correct importaddress help reference to importpubkey | Denis Lukianov | |
2016-03-19 | [qa] rpc-test: Normalize assert() | MarcoFalke | |
2016-03-19 | [amount] Preempt issues with negative fee rates | MarcoFalke | |
2016-03-18 | Always disconnect old nodes which request filtered connections. | Patrick Strateman | |
2016-03-18 | Add release note documentation | BtcDrak | |
2016-03-18 | protocol.h/cpp: Removes NetMsgType::ALERT | Thomas Kerin | |
2016-03-18 | Formatting | BtcDrak | |
2016-03-18 | Remove alert keys | BtcDrak | |
2016-03-18 | Remove `-alerts` option | BtcDrak | |
2016-03-18 | Update alert notification and GUI | BtcDrak | |
2016-03-18 | Remove p2p alert handling | BtcDrak | |
2016-03-18 | Merge #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | Wladimir J. van der Laan | |
fa4a522 [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock (MarcoFalke) | |||
2016-03-18 | Merge #7709: Tests: fix missing import in mempool_packages | Wladimir J. van der Laan | |
e38781d Tests: fix missing import in mempool_packages (Suhas Daftuar) | |||
2016-03-18 | Improve COutPoint less operator | João Barbosa | |
2016-03-18 | Merge #7575: Minimal BIP9 implementation | Wladimir J. van der Laan | |
8c74ced RPC test for BIP9 warning logic (Suhas Daftuar) 7870deb Test versionbits deployments (Suhas Daftuar) 532cbb2 Add testing of ComputeBlockVersion (Suhas Daftuar) d23f6c6 Softfork status report in RPC (Pieter Wuille) 732e774 Versionbits tests (Pieter Wuille) 6851107 BIP9 Implementation (Pieter Wuille) | |||
2016-03-17 | Tests: fix missing import in mempool_packages | Suhas Daftuar | |
2016-03-17 | [amount] Make GetFee() monotonic | MarcoFalke | |
This reverts the hard-to-read and buggy code introduced in d88af560111863c3e9c1ae855dcc287f04dffb02 and adds documentation | |||
2016-03-17 | [qa] Add amount tests | MarcoFalke | |
2016-03-17 | Merge #7686: [qt] Remove 0-fee from send dialog | Wladimir J. van der Laan | |
fae8467 [qt] Remove unneeded "fSendFreeTransactions" check (MarcoFalke) fa48bb3 [qt] Remove 0-fee from send dialog (MarcoFalke) | |||
2016-03-17 | [qt] Remove unneeded "fSendFreeTransactions" check | MarcoFalke | |
2016-03-17 | Merge #7594: Mempool: Add tracking of ancestor packages | Wladimir J. van der Laan | |
ce019bf Check all ancestor state in CTxMemPool::check() (Suhas Daftuar) e2eeb5d Add ancestor feerate index to mempool (Suhas Daftuar) 72abd2c Add ancestor tracking to mempool (Suhas Daftuar) 76a7632 Remove work limit in UpdateForDescendants() (Suhas Daftuar) 5de2baa Rename CTxMemPool::remove -> removeRecursive (Suhas Daftuar) 7659438 CTxMemPool::removeForBlock now uses RemoveStaged (Suhas Daftuar) | |||
2016-03-17 | [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | MarcoFalke | |
2016-03-16 | Merge #7187: Keep reorgs fast for SequenceLocks checks | Wladimir J. van der Laan | |
982670c Add LockPoints (Alex Morcos) | |||
2016-03-16 | Add LockPoints | Alex Morcos | |
Obtain LockPoints to store in CTxMemPoolEntry and during a reorg, evaluate whether they are still valid and if not, recalculate them. | |||
2016-03-16 | Merge #7697: Tests: make prioritise_transaction.py more robust | Wladimir J. van der Laan | |
ec14339 Tests: make prioritise_transaction.py more robust (Suhas Daftuar) | |||
2016-03-16 | Tests: make prioritise_transaction.py more robust | Suhas Daftuar | |
2016-03-16 | Merge #7684: [qa] Extend tests | Wladimir J. van der Laan | |
fad8cfb [qa] mininode: Add and use CONSTs (MarcoFalke) fa8cd46 [qa] Move create_tx() to util.py (MarcoFalke) fad7dc8 [qa] wallet: speed up tests (MarcoFalke) fa3a81a [tests] Extend util_ParseMoney test case (MarcoFalke) | |||
2016-03-16 | RPC test for BIP9 warning logic | Suhas Daftuar | |
2016-03-15 | Test versionbits deployments | Suhas Daftuar | |
2016-03-15 | Add testing of ComputeBlockVersion | Suhas Daftuar | |
2016-03-15 | Softfork status report in RPC | Pieter Wuille | |
2016-03-15 | Versionbits tests | Pieter Wuille | |
2016-03-15 | BIP9 Implementation | Pieter Wuille | |
Inspired by former implementations by Eric Lombrozo and Rusty Russell, and based on code by Jorge Timon. | |||
2016-03-15 | Merge #7621: Fixes ZMQ startup with bad arguments. | Wladimir J. van der Laan | |
0040118 Fixes ZMQ startup with bad arguments. (mrbandrews) | |||
2016-03-14 | Merge #7683: Fix torcontrol.cpp unused private field warning | Wladimir J. van der Laan | |
3d7e973 Fix torcontrol.cpp unused private field warning (Jonas Schnelli) | |||
2016-03-14 | [qt] Remove 0-fee from send dialog | MarcoFalke | |
2016-03-14 | Check all ancestor state in CTxMemPool::check() | Suhas Daftuar | |
2016-03-14 | Add ancestor feerate index to mempool | Suhas Daftuar | |
2016-03-14 | Add ancestor tracking to mempool | Suhas Daftuar | |
This implements caching of ancestor state to each mempool entry, similar to descendant tracking, but also including caching sigops-with-ancestors (as that metric will be helpful to future code that implements better transaction selection in CreatenewBlock). |