aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-29[REST] rest/chaininfos add documentationJonas Schnelli
2014-12-29[REST] add /rest/chaininfosJonas Schnelli
2014-12-29Merge pull request #5505Wladimir J. van der Laan
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
2014-12-29Use real text rather than image-rendered text for unit selectorLuke 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-29Merge pull request #5514Wladimir J. van der Laan
be43492 build: fix 'make distcheck' (Cory Fields)
2014-12-29Merge pull request #5530Wladimir J. van der Laan
7c5dd60 Adding RPC tests for the following wallet related calls: getbalance, listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings (Everett Forth)
2014-12-29Merge pull request #5554Wladimir J. van der Laan
244fdc7 Fix typo (Julian Yap)
2014-12-29Merge pull request #5558Wladimir J. van der Laan
99913f0 Fix reference. (Thomas Zander)
2014-12-28Fix reference.Thomas Zander
The text talked about "Quit" while Bitcoin uses "Exit" in its menu.
2014-12-28Fix typoJulian Yap
2014-12-27Merge pull request #5493Wladimir J. van der Laan
9b7d3fb Adopt style colour for button icons (Luke Dashjr)
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-27Merge pull request #5547Wladimir J. van der Laan
de779b3 [Qt] new icon for the debug window (Jonas Schnelli)
2014-12-27Move UndoWriteToDisk() and UndoReadFromDisk() to anon namespacejtimon
2014-12-27MOVEONLY: CBlockUndo from main.h to undo.hjtimon
2014-12-27Decouple CBlockUndo from CDiskBlockPosjtimon
2014-12-27Decouple miner.o and txmempool.o from CTxUndojtimon
2014-12-27Decouple CCoins from CTxInUndojtimon
2014-12-27[Qt] new icon for the debug windowJonas Schnelli
2014-12-27[Docs] clean up assets-attributen.mdJonas Schnelli
- Make sure it represents the current state
2014-12-27Remove bitnodes.io from dnsseeds.Gregory Maxwell
I'm not comfortable with retaining this entry.
2014-12-27Merge pull request #5272Wladimir J. van der Laan
13f9031 init: minor parameter interaction updates (Philip Kaufmann)
2014-12-27Merge pull request #5533Wladimir J. van der Laan
a15dba5 en: Avoid ambiguous language regarding when transactions confirm (Luke Dashjr)
2014-12-27Merge pull request #5536Wladimir J. van der Laan
566c6cb gitian: attempt to fix tarball determinisim (Cory Fields)
2014-12-27Merge pull request #5541Wladimir J. van der Laan
d78f0da Fix CScriptID(const CScript& in) in empty script case (Peter Todd)
2014-12-25RPC test for immature balanceJonas Schnelli
2014-12-25Add immature balances to getwalletinfo.Gregory Maxwell
2014-12-25Add unconfirmedbalance field to getwalletinfoazeteki
2014-12-25Fix CScriptID(const CScript& in) in empty script casePeter 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-24bitcoin-tx: Add test case for signing a txEric R. Schulz
2014-12-23gitian: attempt to fix tarball determinisimCory Fields
2014-12-23en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr
2014-12-23Merge pull request #5512Wladimir J. van der Laan
dd14a0e docs: update gitian building docs (Cory Fields)
2014-12-23Merge pull request #5507Wladimir J. van der Laan
c907704 DOS: Respect max per-peer blocks in flight limit (Adam Weiss)
2014-12-23Merge pull request #5481Wladimir J. van der Laan
6484930 Apply AreSane() checks to the fees from the network. (Gregory Maxwell)
2014-12-23Merge pull request #5485Wladimir J. van der Laan
aa279d6 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. (Gregory Maxwell)
2014-12-23Merge pull request #5459Wladimir J. van der Laan
3497022 Reject headers that build on an invalid parent (Pieter Wuille)
2014-12-23Merge pull request #5517Wladimir J. van der Laan
39c8099 contrib: make github-merge require signing (Wladimir J. van der Laan)
2014-12-23Adding RPC tests for the following wallet related calls: getbalance,Everett Forth
listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings
2014-12-23DOS: Respect max per-peer blocks in flight limitAdam 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-23bitcoin-tx: Refer to the JSON fields rather than the whole objectEric R. Schulz
2014-12-22bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz
2014-12-22Merge pull request #5518Wladimir J. van der Laan
1e22d45 Add libbitcoinconsensus.pc to .gitignore (Michael Ford)
2014-12-22Reject headers that build on an invalid parentPieter Wuille
2014-12-22Merge pull request #5523Wladimir J. van der Laan
4bc95c4 remove max orphan blocks config parameter since it is no longer functional (Jameson Lopp)
2014-12-22Merge pull request #5253Wladimir J. van der Laan
7c041b3 Check against MANDATORY flags prior to accepting to mempool (Peter Todd)
2014-12-21remove max orphan blocks config parameter since it is no longer functionalJameson Lopp
2014-12-20sleep-wait on genesis block during init with -reindexMatt Corallo
2014-12-20IsNull doesn't change CBlockLocator, add const hintPavel Janík
2014-12-20Remove no longer needed declaration of CBlockLocatorPavel Janík