-
Merge #9211: [0.12 branch] Backports
d609895 [Wallet] Bugfix: FRT: don't terminate when keypool is empty (Jonas Schnelli) 8dee97f [QA] add fundrawtransaction test on a locked wallet with empty keypool (Jonas Schnelli) 82e29e8 torcontrol: Explicitly request RSA1024 private key (Wladimir J. van der Laan) cca151b Send tip change notification from invalidateblock (Russell Yanofsky) ad99a79 [rpcwallet] Don't use floating point (MarcoFalke)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
torcontrol: Explicitly request RSA1024 private key
When generating a new service key, explicitly request a RSA1024 one. The bitcoin P2P protocol has no support for the longer hidden service names that will come with ed25519 keys, until it does, we depend on the old hidden service type so make this explicit. See #9214. Github-Pull: #9234 Rebased-From: 7d3b627
-
Send tip change notification from invalidateblock
This change is needed to prevent sync_blocks timeouts in the mempool_reorg test after the sync_blocks update in the upcoming commit "[qa] Change sync_blocks to pick smarter maxheight". This change was initially suggested by Suhas Daftuar <sdaftuar@chaincode.com> in #8680 (comment) Github-Pull: #9196 Rebased-From: 67c6326
-
[rpcwallet] Don't use floating point
MarcoFalke committedJul 8, 2016
-
Merge #8176: [0.12.x]: Versionbits: GBT support
db4bacf getblocktemplate: Use version/force mutation to support pre-BIP9 clients (Luke Dashjr) 65ee332 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not (Luke Dashjr) 40e81f5 qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (Luke Dashjr) ddd8c01 Implement BIP 9 GBT changes (Luke Dashjr)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
Merge #8187: [0.12.2] backport: [qa] Switch to py3
2826565 [qa] Switch to py3 (MarcoFalke)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
Merge #8302: 0.12.2: [Qt] Disable some menu items during splashscreen…
…/verification state fe98533 [Qt] Disable some menu items during splashscreen/verification state (Jonas Schnelli)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits -
Merge #8318: [0.12] Backport "Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY …
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
-
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
btcdrak committedFeb 16, 2016
-
This commit was signed with a verified signature.
laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
Merge #8236: [doc] 0.12.2: prepare release notes
ffff324 [doc] 0.12: prepare release notes (MarcoFalke)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits -
-
Merge #8230: Fix LogPrint to LogPrintf
ba61949 Fix LogPrint to LogPrintf (TheLazieR Yip)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
Printing Log without category defined should use LogPrintf
-
Merge #8185: [0.12.2] Various qa and test backports
dc38a53 [qa] Move create_tx() to util.py (MarcoFalke) c0fe8b5 [qa] smartfees: Properly use ordered dict (MarcoFalke) 493b89e [qa] test_framework: Properly print exceptions and assert empty dict (MarcoFalke) 7a83489 Tests: Fix deserialization of reject messages (Suhas Daftuar) e0b1bbe [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke) 697ed8c Check if zmq is installed in tests, update docs (Elliot Olds) d5a9de3 tests: Check Content-Type header returned from RPC server (Wladimir J. van der Laan) ed2f0e3 [qa] maxblocksinflight: Actually enable test (MarcoFalke) 3036282 [qa] httpbasics: Actually test second connection (MarcoFalke) afbc000 test_framework: python3.4 authproxy compat (Wladimir J. van der Laan) 80b6bfa test_framework: detect failure of bitcoind startup (Wladimir J. van der Laan) 4ffd309 Create SingleNodeConnCB class for RPC tests (Alex Morcos) 4fd6008 travis: 'make check' in parallel and verbose (Cory Fields) 2d2b045 Reenable multithread scheduler test (Pavel Janík) 658307e test: Add more thorough test for dbwrapper iterators (Wladimir J. van der Laan)
This commit was signed with a verified signature.laanwj Wladimir J. van der Laan
GPG key ID: 74810B012346C9A6 Learn about signing commits
-
[qa] Move create_tx() to util.py
(cherry picked from commit fa8cd46)
-
[qa] smartfees: Properly use ordered dict
MarcoFalke committedApr 30, 2016 -
-
-
-
-
[qa] maxblocksinflight: Actually enable test
MarcoFalke committedMar 20, 2016 -
[qa] httpbasics: Actually test second connection
MarcoFalke committedApr 3, 2016 -
-
-
Create SingleNodeConnCB class for RPC tests
(cherry picked from commit 5fa66e4)
-
-
-