Age | Commit message (Collapse) | Author |
|
Instruct people to "git fetch" so that if this is their 2nd+ gitian build they will have a fresh bitcoin repo.
Instruct people to add all the known pgp keys to their keyring so that gverify will print more useful info.
|
|
fae78fa [init] Clarify permitrbf help message (MarcoFalke)
|
|
5ed2f16 [devtools] github-merge get toplevel dir without extra whitespace (Andrew C)
|
|
Fixes a bug in github merge when it runs the tests where the toplevel directory has an extra '\n' appended to the path string. Now it doesn't.
|
|
17b5d38 devtools: show pull and commit information in github-merge (Wladimir J. van der Laan)
|
|
e99edc1 Add achow101's pgp key (Andrew C)
|
|
|
|
|
|
faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
|
|
e279038 Use createrawtx locktime parm in txn_clone (Tom Harding)
|
|
Print the number and title of the pull, as well as the commits to be
merged.
|
|
2409865 Reduce inefficiency of GetAccountAddress() (Chris Moore)
|
|
8504867 Save the last unnecessary database read (Alex Morcos)
|
|
fa8e2a6 [qa] Change default block priority size to 0 (MarcoFalke)
|
|
fa6a59d [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
|
|
b768108 Add option `-permitrbf` to set transaction replacement policy (Wladimir J. van der Laan)
|
|
Add a configuration option `-permitrbf` to set transaction replacement policy
for the mempool.
Enabling it will enable (opt-in) RBF, disabling it will refuse all
conflicting transactions.
|
|
df6e8e1 [Qt] rename "amount" to "requested amount" in receive coins table (Jonas Schnelli)
|
|
|
|
|
|
|
|
96efcad Improved readability of sorting for coin selection. (Murch)
|
|
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
|
|
Allow extending the rpc dispatch table by appending commands when server is not running.
|
|
eaa8d27 RPC: indicate which transactions are replaceable (Suhas Daftuar)
|
|
da6d18b devtools: replace github-merge with python version (Wladimir J. van der Laan)
|
|
e8600c9 banlist (bugfix): allow CNode::SweepBanned() to run on interval (Philip Kaufmann)
2977c24 banlist: add more banlist infos to log / add GUI signal (Philip Kaufmann)
ce479aa banlist: better handling of banlist in StartNode() (Philip Kaufmann)
57c77fe banlist: update set dirty to be more fine grained (Philip Kaufmann)
|
|
b07b103 Update project URL (BtcDrak)
|
|
gitian-building.md
3b468a0 gitian: Need `ca-certificates` and `python` for LXC builds (Wladimir J. van der Laan)
99fda26 doc: Make networking work inside builder in gitian-building.md (Wladimir J. van der Laan)
|
|
fa6d4cc [walletdb] Fix syntax error in key parser (MarcoFalke)
|
|
This is meant to be a direct translation of the bash script,
with the difference that it retrieves the PR title from github,
thus creating pull messages like:
Merge #12345: Expose transaction temperature over RPC
|
|
|
|
Add "bip125-replaceable" output field to listtransactions and gettransaction
which indicates if an unconfirmed transaction, or any unconfirmed parent, is
signaling opt-in RBF according to BIP 125.
|
|
fd83615 Improve CheckInputs() comment about sig verification (Peter Todd)
|
|
blockchain sync
39a525c Do not download transactions during inital sync (ptschip)
|
|
faeda0e [travis] Run contrib/devtools/check-doc.py early (MarcoFalke)
fada0c9 [travis] Fail when documentation is outdated (MarcoFalke)
|
|
facd288 [qa] wallet: Print maintenance (MarcoFalke)
|
|
|
|
4a04879 Fix error in blockchain.py introduced in merge (Suhas Daftuar)
|
|
|
|
|
|
135d6ec Add RPC tests for getblockheader. (James O'Beirne)
4745636 Add RPC documentation for getblockheader[chainwork]. (James O'Beirne)
16d4fce Add assert_is_hex_string and assert_is_hash_string to RPC test utils. (James O'Beirne)
|
|
94bdd71 Added help text for chainwork value (Gregory Sanders)
|
|
64360f1 Make max tip age an option instead of chainparam (Wladimir J. van der Laan)
|
|
fa461df Clarify mocktime help message (MarcoFalke)
faa572a [init] Help Msg: Use Params(CBaseChainParams::MAIN) (MarcoFalke)
fa6ab96 [init] Add missing help for args (MarcoFalke)
fac11ea [init] Fix error message of maxtxfee invalid amount (MarcoFalke)
|
|
|
|
These are changes I needed to get gitian building to work with Debian
8.2, which is the version we tell to use.
- Set up NAT, so that container can access network beyond host
- Remove explicit cgroup setup - these are mounted automatically now
|
|
fa1cb1a [qa] Test walletpassphrase timeout (MarcoFalke)
|
|
fa074a6 [contrib] Prepare clang-format-diff for usage (MarcoFalke)
fa4f4b6 Add clang-format-diff.py from the LLVM svn (MarcoFalke)
|
|
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke)
|