Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | [REST] rest/chaininfos add documentation | Jonas Schnelli | |
2014-12-29 | [REST] add /rest/chaininfos | Jonas Schnelli | |
2014-12-29 | Merge pull request #5505 | Wladimir J. van der Laan | |
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík) | |||
2014-12-29 | Use real text rather than image-rendered text for unit selector | Luke Dashjr | |
The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets. | |||
2014-12-29 | Merge pull request #5514 | Wladimir J. van der Laan | |
be43492 build: fix 'make distcheck' (Cory Fields) | |||
2014-12-29 | Merge pull request #5530 | Wladimir J. van der Laan | |
7c5dd60 Adding RPC tests for the following wallet related calls: getbalance, listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings (Everett Forth) | |||
2014-12-29 | Merge pull request #5554 | Wladimir J. van der Laan | |
244fdc7 Fix typo (Julian Yap) | |||
2014-12-29 | Merge pull request #5558 | Wladimir J. van der Laan | |
99913f0 Fix reference. (Thomas Zander) | |||
2014-12-28 | Fix reference. | Thomas Zander | |
The text talked about "Quit" while Bitcoin uses "Exit" in its menu. | |||
2014-12-28 | Fix typo | Julian Yap | |
2014-12-27 | Merge pull request #5493 | Wladimir J. van der Laan | |
9b7d3fb Adopt style colour for button icons (Luke Dashjr) | |||
2014-12-27 | Adopt style colour for button icons | Luke Dashjr | |
2014-12-27 | Merge pull request #5547 | Wladimir J. van der Laan | |
de779b3 [Qt] new icon for the debug window (Jonas Schnelli) | |||
2014-12-27 | Move UndoWriteToDisk() and UndoReadFromDisk() to anon namespace | jtimon | |
2014-12-27 | MOVEONLY: CBlockUndo from main.h to undo.h | jtimon | |
2014-12-27 | Decouple CBlockUndo from CDiskBlockPos | jtimon | |
2014-12-27 | Decouple miner.o and txmempool.o from CTxUndo | jtimon | |
2014-12-27 | Decouple CCoins from CTxInUndo | jtimon | |
2014-12-27 | [Qt] new icon for the debug window | Jonas Schnelli | |
2014-12-27 | [Docs] clean up assets-attributen.md | Jonas Schnelli | |
- Make sure it represents the current state | |||
2014-12-27 | Remove bitnodes.io from dnsseeds. | Gregory Maxwell | |
I'm not comfortable with retaining this entry. | |||
2014-12-27 | Merge pull request #5272 | Wladimir J. van der Laan | |
13f9031 init: minor parameter interaction updates (Philip Kaufmann) | |||
2014-12-27 | Merge pull request #5533 | Wladimir J. van der Laan | |
a15dba5 en: Avoid ambiguous language regarding when transactions confirm (Luke Dashjr) | |||
2014-12-27 | Merge pull request #5536 | Wladimir J. van der Laan | |
566c6cb gitian: attempt to fix tarball determinisim (Cory Fields) | |||
2014-12-27 | Merge pull request #5541 | Wladimir J. van der Laan | |
d78f0da Fix CScriptID(const CScript& in) in empty script case (Peter Todd) | |||
2014-12-25 | RPC test for immature balance | Jonas Schnelli | |
2014-12-25 | Add immature balances to getwalletinfo. | Gregory Maxwell | |
2014-12-25 | Add unconfirmedbalance field to getwalletinfo | azeteki | |
2014-12-25 | Fix CScriptID(const CScript& in) in empty script case | Peter Todd | |
Previously an empty script wouldn't be hashed, and CScriptID would be assigned the incorrect value of 0 instead. This bug can be seen in the RPC decodescript command: $ btc decodescript "" { "asm" : "", "type" : "nonstandard", "p2sh" : "31h1vYVSYuKP6AhS86fbRdMw9XHieotbST" } Correct output: $ btc decodescript "" { "asm" : "", "type" : "nonstandard", "p2sh" : "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy" } | |||
2014-12-24 | bitcoin-tx: Add test case for signing a tx | Eric R. Schulz | |
2014-12-23 | gitian: attempt to fix tarball determinisim | Cory Fields | |
2014-12-23 | en: Avoid ambiguous language regarding when transactions confirm | Luke Dashjr | |
2014-12-23 | Merge pull request #5512 | Wladimir J. van der Laan | |
dd14a0e docs: update gitian building docs (Cory Fields) | |||
2014-12-23 | Merge pull request #5507 | Wladimir J. van der Laan | |
c907704 DOS: Respect max per-peer blocks in flight limit (Adam Weiss) | |||
2014-12-23 | Merge pull request #5481 | Wladimir J. van der Laan | |
6484930 Apply AreSane() checks to the fees from the network. (Gregory Maxwell) | |||
2014-12-23 | Merge pull request #5485 | Wladimir J. van der Laan | |
aa279d6 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. (Gregory Maxwell) | |||
2014-12-23 | Merge pull request #5459 | Wladimir J. van der Laan | |
3497022 Reject headers that build on an invalid parent (Pieter Wuille) | |||
2014-12-23 | Merge pull request #5517 | Wladimir J. van der Laan | |
39c8099 contrib: make github-merge require signing (Wladimir J. van der Laan) | |||
2014-12-23 | Adding RPC tests for the following wallet related calls: getbalance, | Everett Forth | |
listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings | |||
2014-12-23 | DOS: Respect max per-peer blocks in flight limit | Adam Weiss | |
Don't allow immediate inv driven block downloads if a peer already has MAX_BLOCKS_IN_TRANSIT_PER_PEER active downloads. Prevents bogus inv spam from blowing up block transfer tracking data structures. | |||
2014-12-23 | bitcoin-tx: Refer to the JSON fields rather than the whole object | Eric R. Schulz | |
2014-12-22 | bitcoin-tx: Fix JSON validation of prevtxs | Eric R. Schulz | |
2014-12-22 | Merge pull request #5518 | Wladimir J. van der Laan | |
1e22d45 Add libbitcoinconsensus.pc to .gitignore (Michael Ford) | |||
2014-12-22 | Reject headers that build on an invalid parent | Pieter Wuille | |
2014-12-22 | Merge pull request #5523 | Wladimir J. van der Laan | |
4bc95c4 remove max orphan blocks config parameter since it is no longer functional (Jameson Lopp) | |||
2014-12-22 | Merge pull request #5253 | Wladimir J. van der Laan | |
7c041b3 Check against MANDATORY flags prior to accepting to mempool (Peter Todd) | |||
2014-12-21 | remove max orphan blocks config parameter since it is no longer functional | Jameson Lopp | |
2014-12-20 | sleep-wait on genesis block during init with -reindex | Matt Corallo | |
2014-12-20 | IsNull doesn't change CBlockLocator, add const hint | Pavel Janík | |
2014-12-20 | Remove no longer needed declaration of CBlockLocator | Pavel Janík | |