Luke Dashjr
d65dee961e
Accept replacebyfee=opt-in for turning on opt-in RBF
...
Basic forward-compatibility with more flexible parameters like fss
9 years ago
Luke Dashjr
77b55a00ed
Rename permitrbf to replacebyfee
...
"permit" is currently used to configure transaction filtering, whereas replacement is more to do with the memory pool state than the transaction itself.
9 years ago
Wladimir J. van der Laan
9189e30b12
Merge #7300 : [trivial] Add missing copyright headers
...
fabcee1
Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke)
fa60d05
Add missing copyright headers (MarcoFalke)
fa7e4c0
Bump copyright headers to 2014 (MarcoFalke)
9 years ago
Wladimir J. van der Laan
42ecea48fd
Merge #7424 : Add security/export checks to gitian and fix current failures
...
a81c87f
release: add security/symbol checks to gitian (Cory Fields)
a8ce872
release: always link librt for glibc back-compat builds (Cory Fields)
f3d3eaf
release: add check-symbols and check-security make targets (Cory Fields)
475813b
release: add _IO_stdin_used to ignored exports (Cory Fields)
cd27bf5
release: fix parsing of BIND_NOW with older readelf (Cory Fields)
9 years ago
Cory Fields
a81c87fafc
release: add security/symbol checks to gitian
9 years ago
Cory Fields
a8ce872118
release: always link librt for glibc back-compat builds
...
glibc absorbed clock_gettime in 2.17. librt (its previous location) is safe to
link in anyway for back-compat.
Fixes #7420
9 years ago
Cory Fields
f3d3eaf78e
release: add check-symbols and check-security make targets
...
These are not added to the default checks because some of them depend on
release-build configs.
9 years ago
Cory Fields
475813ba5b
release: add _IO_stdin_used to ignored exports
...
For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109
9 years ago
Cory Fields
cd27bf51e0
release: fix parsing of BIND_NOW with older readelf
9 years ago
Wladimir J. van der Laan
473ad1bb02
Merge #7391 : [init] Clarify help message
...
fae78fa
[init] Clarify permitrbf help message (MarcoFalke)
9 years ago
Wladimir J. van der Laan
6a5932bf2a
Merge #7402 : [devtools] github-merge get toplevel dir without extra whitespace
...
5ed2f16
[devtools] github-merge get toplevel dir without extra whitespace (Andrew C)
9 years ago
Andrew C
5ed2f16480
[devtools] github-merge get toplevel dir without extra whitespace
...
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.
9 years ago
Wladimir J. van der Laan
0893705ebf
Merge #7395 : devtools: show pull and commit information in github-merge
...
17b5d38
devtools: show pull and commit information in github-merge (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
9f796f3d2b
Merge #7400 : Add achow101's pgp key
...
e99edc1
Add achow101's pgp key (Andrew C)
9 years ago
MarcoFalke
fae78fa818
[init] Clarify permitrbf help message
9 years ago
Andrew C
e99edc1be0
Add achow101's pgp key
9 years ago
Jonas Schnelli
f281caac48
Merge #7384 : [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
...
faa9011
[qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
9 years ago
Wladimir J. van der Laan
02676c57ce
Merge #7236 : Use createrawtx locktime parm in txn_clone
...
e279038
Use createrawtx locktime parm in txn_clone (Tom Harding)
9 years ago
Wladimir J. van der Laan
17b5d3896f
devtools: show pull and commit information in github-merge
...
Print the number and title of the pull, as well as the commits to be
merged.
9 years ago
Wladimir J. van der Laan
fc08994000
Merge #7262 : Reduce inefficiency of GetAccountAddress()
...
2409865
Reduce inefficiency of GetAccountAddress() (Chris Moore)
9 years ago
Wladimir J. van der Laan
6a07208388
Merge #7056 : Save last db read
...
8504867
Save the last unnecessary database read (Alex Morcos)
9 years ago
Wladimir J. van der Laan
93b05764d5
Merge #7177 : [qa] Change default block priority size to 0
...
fa8e2a6
[qa] Change default block priority size to 0 (MarcoFalke)
9 years ago
Jonas Schnelli
f221fc1887
Merge #7364 : [qt] Windows: Make rpcconsole monospace font larger
...
fa6a59d
[qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
9 years ago
Wladimir J. van der Laan
6f7841d545
Merge #7386 : Add option `-permitrbf` to set transaction replacement policy
...
b768108
Add option `-permitrbf` to set transaction replacement policy (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
b768108d9c
Add option `-permitrbf` to set transaction replacement policy
...
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.
9 years ago
Jonas Schnelli
ae2db67fee
Merge #7383 : [Qt] rename "amount" to "requested amount" in receive coins table
...
df6e8e1
[Qt] rename "amount" to "requested amount" in receive coins table (Jonas Schnelli)
9 years ago
MarcoFalke
faa9011d09
[qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
9 years ago
Jonas Schnelli
df6e8e17e4
[Qt] rename "amount" to "requested amount" in receive coins table
9 years ago
MarcoFalke
fa8e2a6925
[qa] Change default block priority size to 0
9 years ago
Wladimir J. van der Laan
b92ea98503
Merge #7183 : Improved readability of ApproximateBestSubset
...
96efcad
Improved readability of sorting for coin selection. (Murch)
9 years ago
Wladimir J. van der Laan
9982710e88
Merge #7307 : [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
...
dd2dc40
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
9 years ago
Jonas Schnelli
dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
...
Allow extending the rpc dispatch table by appending commands when server is not running.
9 years ago
Wladimir J. van der Laan
82429d0861
Merge #7222 : RPC: Indicate which transactions are signaling opt-in RBF
...
eaa8d27
RPC: indicate which transactions are replaceable (Suhas Daftuar)
9 years ago
Wladimir J. van der Laan
e6f97efbca
Merge pull request #7378
...
da6d18b
devtools: replace github-merge with python version (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
5578144413
Merge #7350 : Banlist updates
...
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)
9 years ago
Wladimir J. van der Laan
f48e59df0a
Merge #7328 : Update README.md website link
...
b07b103
Update project URL (BtcDrak)
9 years ago
Wladimir J. van der Laan
53fa09f04d
Merge #7060 : build: Make networking work inside LXC builder in 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)
9 years ago
Wladimir J. van der Laan
545c5f920e
Merge #7381 : [walletdb] Fix syntax error in key parser
...
fa6d4cc
[walletdb] Fix syntax error in key parser (MarcoFalke)
9 years ago
Wladimir J. van der Laan
da6d18b6c7
devtools: replace github-merge with python version
...
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
9 years ago
MarcoFalke
fa6d4cc095
[walletdb] Fix syntax error in key parser
9 years ago
Suhas Daftuar
eaa8d2754b
RPC: indicate which transactions are replaceable
...
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.
9 years ago
Wladimir J. van der Laan
f9fd4c2884
Merge pull request #7281 : Improve CheckInputs() comment about sig verification
...
fd83615
Improve CheckInputs() comment about sig verification (Peter Todd)
9 years ago
Wladimir J. van der Laan
3b43cad9d0
Merge pull request #7164 : Do not download transactions during initial blockchain sync
...
39a525c
Do not download transactions during inital sync (ptschip)
9 years ago
Wladimir J. van der Laan
668906fcf2
Merge pull request #7280
...
faeda0e
[travis] Run contrib/devtools/check-doc.py early (MarcoFalke)
fada0c9
[travis] Fail when documentation is outdated (MarcoFalke)
9 years ago
Wladimir J. van der Laan
21376af183
Merge pull request #7372
...
facd288
[qa] wallet: Print maintenance (MarcoFalke)
9 years ago
MarcoFalke
facd288c31
[qa] wallet: Print maintenance
9 years ago
Wladimir J. van der Laan
e2ed57e61e
Merge pull request #7373
...
4a04879
Fix error in blockchain.py introduced in merge (Suhas Daftuar)
9 years ago
Suhas Daftuar
4a04879378
Fix error in blockchain.py introduced in merge
9 years ago
MarcoFalke
faeda0e677
[travis] Run contrib/devtools/check-doc.py early
9 years ago
Wladimir J. van der Laan
e4e77ee55d
Merge pull request #7194
...
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)
9 years ago