| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #7671: [RPC] Add generatetoaddress rpc to mine to an address | Wladimir J. van der Laan | 2016-03-23 | 6 | -33/+107 |
| |\ | |||||
| | * | RPC tests for generatetoaddress | Andrew C | 2016-03-21 | 2 | -0/+26 |
| | * | Create generatetoaddress rpc | Andrew C | 2016-03-21 | 4 | -33/+81 |
| * | | Merge #7710: [Depends] Bump miniupnpc and config.guess+sub | Wladimir J. van der Laan | 2016-03-23 | 3 | -51/+55 |
| |\ \ | |||||
| | * | | [Depends] Latest config.guess & config.sub | fanquake | 2016-03-18 | 2 | -49/+53 |
| | * | | [Depends] Miniupnpc 1.9.20160209 | fanquake | 2016-03-18 | 1 | -2/+2 |
| * | | | Merge #7649: Prevent multiple calls to CWallet::AvailableCoins | Wladimir J. van der Laan | 2016-03-23 | 2 | -5/+7 |
| |\ \ \ | |||||
| | * | | | Prevent multiple calls to CWallet::AvailableCoins | João Barbosa | 2016-03-22 | 2 | -5/+7 |
| |/ / / | |||||
| * | | | Merge #7542: Implement "feefilter" P2P message | Wladimir J. van der Laan | 2016-03-21 | 22 | -49/+323 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | modify release-notes.md and bips.md | Alex Morcos | 2016-03-21 | 2 | -0/+10 |
| | * | | Add p2p test for feefilter | Alex Morcos | 2016-03-21 | 3 | -2/+121 |
| | * | | Create SingleNodeConnCB class for RPC tests | Alex Morcos | 2016-03-21 | 3 | -15/+40 |
| | * | | Implement "feefilter" P2P message. | Alex Morcos | 2016-03-21 | 15 | -32/+152 |
| |/ / | |||||
| * | | Merge #7692: Remove p2p alert system | Wladimir J. van der Laan | 2016-03-21 | 17 | -673/+38 |
| |\ \ | |||||
| | * | | Add release note documentation | BtcDrak | 2016-03-18 | 1 | -0/+2 |
| | * | | protocol.h/cpp: Removes NetMsgType::ALERT | Thomas Kerin | 2016-03-18 | 2 | -9/+0 |
| | * | | Formatting | BtcDrak | 2016-03-18 | 1 | -55/+55 |
| | * | | 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 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||