Wladimir J. van der Laan
2cecb24600
doc: change suite to trusty in gitian-building.md
9 years ago
Wladimir J. van der Laan
957c0fd7c0
gitian: make windows build deterministic
9 years ago
Wladimir J. van der Laan
52c563710d
qt: Periodic translations update
9 years ago
Wladimir J. van der Laan
a1907772f0
Merge pull request #7051
...
b4f3e9c
ui: Add "Copy raw transaction data" to transaction list context menu (Wladimir J. van der Laan)
9 years ago
MarcoFalke
a0953cdf07
[qa] python-bitcoinrpc is no longer a subtree
...
* Only authproxy.py is taken from the python-bitcoinrpc
9 years ago
Wladimir J. van der Laan
b4f3e9c09e
ui: Add "Copy raw transaction data" to transaction list context menu
...
Add a way to quickly copy transaction hex.
Primarily useful when manually submitting transactions,
e.g. `-walletbroadcast=0` is set.
9 years ago
Wladimir J. van der Laan
f8e87d74c9
Merge pull request #7048
...
c5f211b
[doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
9 years ago
Jonas Schnelli
15765df352
Merge pull request #7041
...
bd42e6b
[doc] Users now see 'Bitcoin Core' in the OSX bundle (Michael Ford)
9 years ago
daniel
2798e0b0d2
add powerpc build support for openssl lib
9 years ago
Daniel Cousens
ffacd27def
zmq: prepend zmq to debug messages
9 years ago
Daniel Cousens
14075b189d
init: add zmq to debug categories
9 years ago
Daniel Cousens
cdcd816a1b
init: amend ZMQ flag names
9 years ago
fanquake
c5f211bbd0
[doc][trivial] Remove miniupnpc build notes build-unix
9 years ago
Jonas Schnelli
f71bfefcb0
add UI help for -resetguisettings
9 years ago
Alex Morcos
072e2f8644
Alter assumptions in CCoinsViewCache::BatchWrite
...
Previously it would break if you flushed a parent cache while there was a child cache referring to it. This change will allow the flushing of parent caches.
9 years ago
Wladimir J. van der Laan
73fa5e6043
Merge pull request #6932
...
1cf3dd8
Add unit test for UpdateCoins (Alex Morcos)
03c8282
Make CCoinsViewTest behave like CCoinsViewDB (Alex Morcos)
14470f9
ModifyNewCoins saves database lookups (Alex Morcos)
9 years ago
Jonas Schnelli
03403d8c0f
Merge pull request #6951
...
513686d
[qt] Use maxTxFee instead of 10000000 (MarcoFalke)
9 years ago
Jonas Schnelli
2a8e8c2e37
[Qt] don't allow to store invalid proxy ports
9 years ago
MarcoFalke
e16ee1cd1e
[qa] Extend README.md
9 years ago
Wladimir J. van der Laan
7f8e90da33
Merge pull request #7030
...
013a364
[contrib] Delete test-patches (MarcoFalke)
9 years ago
Gregory Maxwell
f3ea48ad8b
Merge pull request #7050
...
e855b01
Fix debug log message for block files (Alex Morcos)
9 years ago
Alex Morcos
e855b0152f
Fix debug log message for block files
9 years ago
MarcoFalke
013a364138
[contrib] Delete test-patches
9 years ago
Luke Dashjr
2aa49ce9fe
Bugfix: Use unique autostart filenames on Linux for testnet/regtest
9 years ago
Wladimir J. van der Laan
e8df8a5077
Merge pull request #7020
...
e587bc3
Implement helper class for CTxMemPoolEntry constructor (Alex Morcos)
9 years ago
fanquake
70899d70b8
[doc][trivial] Update Debian control description
...
Update the description in debian/control to match that description in
the main bitcoin README.md
9 years ago
fanquake
2fcb84907d
[doc][trivial] Remove source forge from Debian watch.
9 years ago
Michael Ford
bd42e6b6ec
[doc] Users now see 'Bitcoin Core' in the OSX bundle
...
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
9 years ago
MarcoFalke
cc975745d5
[qa] Split README.md to /qa and /qa/rpc-tests
...
+ Update with new -help message
9 years ago
Gregory Maxwell
eac53ec992
Merge pull request #7026
...
a6d5a65
[trivial] contrib: Fix `echo`s in verify.sh (MarcoFalke)
141c44e
[contrib] Update versionprefix to "bitcoin-core" in verify.sh (MarcoFalke)
9 years ago
Alex Morcos
e587bc3fd9
Implement helper class for CTxMemPoolEntry constructor
...
This is only for unit tests.
9 years ago
Gregory Maxwell
87ee0e2dbc
Merge pull request #6986
...
6bc9e40
Chainparams: Explicit CChainParams arg for miner: (Jorge Timón)
598e494
Chainparams: Explicit CChainParams arg for main (pre miner): (Jorge Timón)
9 years ago
Gregory Maxwell
972bf9c529
Merge pull request #6999
...
f6d9d5e
add (max)uploadtarget infos to getnettotals RPC help (Jonas Schnelli)
9 years ago
Gregory Maxwell
0a547d2d55
Merge pull request #7023
...
4d29032
Fixed integer comparison warning. (Eric Lombrozo)
9 years ago
Alex Morcos
56106a3300
Expose RPC calls for estimatesmart functions
...
Also add testing for estimatesmartfee in smartfees.py
9 years ago
Alex Morcos
e93a236d7a
add estimateSmartFee to the unit test
9 years ago
Alex Morcos
6303051470
EstimateSmart functions consider mempool min fee
9 years ago
Alex Morcos
f22ac4a22c
Increase success threshold for fee estimation to 95%
...
This provides more conservative estimates and reacts more quickly to a backlog.
Unfortunately the unit test for fee estimation depends on the success threshold (and the decay) chosen; also modify the unit test for the new default success thresholds.
9 years ago
Alex Morcos
4fe28236c0
Change wallet and GUI code to use new smart fee estimation calls.
9 years ago
Alex Morcos
22eca7da22
Add smart fee estimation functions
...
These are more useful fee and priority estimation functions. If there is no fee/pri high enough for the target you are aiming for, it will give you the estimate for the lowest target that you can reliably obtain. This is better than defaulting to the minimum. It will also pass back the target for which it returned an answer.
9 years ago
Wladimir J. van der Laan
2e31d74b71
gitian: use trusty for building
9 years ago
Wladimir J. van der Laan
0b416c6e9c
depends: qt PIDLIST_ABSOLUTE patch
...
Remove sed-based qt PIDLIST_ABSOLUTE workaround, replace by a patch that
works for both old (such as used by Travis and Ubuntu Precise) and new
mingw (Ubuntu Trusty).
9 years ago
Wladimir J. van der Laan
9f251b7a9d
devtools: add libraries for bitcoin-qt to symbol check
...
Forgot to add these.
Also add a short description for each required library.
9 years ago
Suhas Daftuar
c800c95997
Remove unmaintained example test script_test.py
9 years ago
Wladimir J. van der Laan
e54ebbf600
Merge pull request #6954
...
6e18268
Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
9 years ago
MarcoFalke
a6d5a6502a
[trivial] contrib: Fix `echo`s in verify.sh
9 years ago
MarcoFalke
141c44ed65
[contrib] Update versionprefix to "bitcoin-core" in verify.sh
9 years ago
Wladimir J. van der Laan
dafefb7924
Merge pull request #7016
...
aee22bf
Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. (Gregory Maxwell)
9 years ago
MarcoFalke
4ea1790553
[qa] keypool: DRY: Use test framework
9 years ago
MarcoFalke
c6973ca03b
[qa] keypool: Fix white space to prepare transition to test framework
9 years ago