Age | Commit message (Collapse) | Author |
|
1b178a7 Bugfix: ConnectBlock: In case the genesis block gets in with fJustCheck, behave correctly (Luke Dashjr)
228d238 Make CCoinsViewCache's copy constructor private (Luke Dashjr)
|
|
Also make ProcessBlockFound static as it is not used outside
miner.cpp.
Alternative implementation of #5549.
|
|
643415a [Qt] update a translation string and argument counts (Philip Kaufmann)
|
|
There is still a redundancy here between configure.ac and
clientversion.h.
|
|
The normative place for these for the entire project is COPYING,
and the main README already has a MIT license section.
|
|
dd3f697 Use real text rather than image-rendered text for unit selector (Luke Dashjr)
|
|
branch 'bitcoin-tx-copy-paste' of git://github.com/ers35/bitcoin into merge-5528
|
|
branch 'error_typos' of git://github.com/paveljanik/bitcoin into merge-5578
|
|
branch 'validateaddress-return-scriptpubkey' of git://github.com/petertodd/bitcoin into merge-4964
|
|
branch 'core2' of git://github.com/jtimon/bitcoin into merge-5111
|
|
|
|
7f71813 Bugfix: prioritisetransaction: Do some basic sanity checking on txid (Luke Dashjr)
|
|
a094b3d Remove bitnodes.io from dnsseeds. (Gregory Maxwell)
|
|
06206bb Correct tooltip on address book page (Michael Ford)
|
|
8f6860a Bugfix: RPCWallet: Docs: Booleans aren't quoted (Luke Dashjr)
|
|
behave correctly
|
|
It is easily confused with CCoinsViewCache(CCoinsView*), which creates a sub-cache, but instead of creating a sub-cache, the copy constructor would copy the original and use that original's base, defeating the intended isolation.
|
|
|
|
|
|
|
|
|
|
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
|
|
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.
|
|
be43492 build: fix 'make distcheck' (Cory Fields)
|
|
7c5dd60 Adding RPC tests for the following wallet related calls: getbalance, listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings (Everett Forth)
|
|
The text talked about "Quit" while Bitcoin uses "Exit" in its menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm not comfortable with retaining this entry.
|
|
13f9031 init: minor parameter interaction updates (Philip Kaufmann)
|
|
a15dba5 en: Avoid ambiguous language regarding when transactions confirm (Luke Dashjr)
|
|
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"
}
|
|
|
|
|
|
c907704 DOS: Respect max per-peer blocks in flight limit (Adam Weiss)
|
|
6484930 Apply AreSane() checks to the fees from the network. (Gregory Maxwell)
|
|
aa279d6 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. (Gregory Maxwell)
|
|
3497022 Reject headers that build on an invalid parent (Pieter Wuille)
|
|
listsinceblock, listtransactions, listlockunspent, listaccounts
listaddressgroupings
|
|
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.
|
|
|
|
|
|
|
|
4bc95c4 remove max orphan blocks config parameter since it is no longer functional (Jameson Lopp)
|
|
7c041b3 Check against MANDATORY flags prior to accepting to mempool (Peter Todd)
|