Age | Commit message (Collapse) | Author |
|
|
|
9b7d3fb Adopt style colour for button icons (Luke Dashjr)
|
|
|
|
de779b3 [Qt] new icon for the debug window (Jonas Schnelli)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Make sure it represents the current state
|
|
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)
|
|
566c6cb gitian: attempt to fix tarball determinisim (Cory Fields)
|
|
d78f0da 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"
}
|
|
|
|
|
|
|
|
dd14a0e docs: update gitian building docs (Cory Fields)
|
|
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)
|
|
39c8099 contrib: make github-merge require signing (Wladimir J. van der Laan)
|
|
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.
|
|
|
|
|
|
1e22d45 Add libbitcoinconsensus.pc to .gitignore (Michael Ford)
|
|
|
|
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)
|
|
|
|
|
|
- Exit when there is no signing key configured
- Exit when user does not want to sign off
|
|
Rather than treating the .py as a regular built test, run it from check-local
so that we can better control the paths used.
|
|
Previously the minRelayTxFee was only enforced on user specified values.
It was possible for smartfee to produce a fee below minRelayTxFee which
would just result in the transaction getting stuck because it can't be
relayed.
This also introduces a maxtxfee option which sets an absolute maximum
for any fee created by the wallet, with an intention of increasing
user confidence that the automatic fees won't burn them. This was
frequently a concern even before smartfees.
If the configured fee policy won't even allow the wallet to meet the relay
fee the transaction creation may be aborted.
|
|
|
|
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
|
|
78253fc Remove references to X11 licence (Michael Ford)
|
|
ba7fcc8 Discourage fee sniping with nLockTime (Peter Todd)
|
|
Rebased-From: ccd056a30db0ba5e04b858a682907b378e464d34
Github-Pull: #5437
|
|
eef747b libbitcoinconsensus: Add pkg-config support (Luke Dashjr)
|
|
4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann)
50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann)
2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
|
|
88eb44d Revised translation process doc (Blake Jakopovic)
|