10960 Commits (1111b80df84aa7bc72fbddcc7bafde43f0835d90)
 

Author SHA1 Message Date
Pieter Wuille f972b04d63
Merge #7825: Prevent multiple calls to ExtractDestination 8 years ago
Kaz Wesley 9805f4af7e mapNextTx: use pointer as key, simplify value 8 years ago
mrbandrews 12c5a16c4e Catch exceptions from non-canonical encoding and print only to log 8 years ago
mrbandrews 291f8aa5da Continuing port of java comptool 8 years ago
Pieter Wuille f45f51e3ae Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
Pieter Wuille ec45cc5e27
Merge #7992: Extend #7956 with one more test. 8 years ago
Patrick Strateman 9dfaa1cb70 Improve CWallet API with new AccountMove function. 8 years ago
Jonas Schnelli ee1533e262
Merge #8129: Fix RPC console auto completer 8 years ago
Jonas Schnelli 58725ba89d
Merge #8029: [Doc] Simplify OS X build notes 8 years ago
Cory Fields 142ffc7e61 travis: use out-of-tree build 8 years ago
Cory Fields 92e37a3689 build: fix out-of-tree 'make deploy' for osx 8 years ago
fanquake 6a4cf16e2b
[depends] expat 2.1.1 8 years ago
fanquake 3e0587bf81
[depends] miniupnpc 2.0 8 years ago
fanquake 87b8175d99
[depends] Latest config.guess & config.sub 8 years ago
fanquake bd3cbd5333
[depends] ZeroMQ 4.1.4 8 years ago
fanquake 0385202bef
[depends] ccache 3.2.5 8 years ago
fanquake 2b2d52ea3a
[depends] Freetype 2.6.3 8 years ago
Cory Fields ab95d5df3d build: a few ugly hacks to get the rpc tests working out-of-tree 8 years ago
Cory Fields fc4ad0c7fc build: more out-of-tree fixups 8 years ago
Cory Fields 0cb0f2626e build: out-of-tree fixups 8 years ago
Pieter Wuille 715e9fd745
Merge #8077: Consensus: Decouple from chainparams.o and timedata.o 8 years ago
Pieter Wuille 2e0a99037d
Merge #8123: Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Pieter Wuille 16cf85fa2c Revert "Include signal.h for sig_atomic_t in WIN32" 8 years ago
Pieter Wuille 7fa8d75859
Merge #8112: Include signal.h for sig_atomic_t in WIN32 8 years ago
Pieter Wuille 6a22373771
Merge #7960: Only use AddInventoryKnown for transactions 8 years ago
Alex Morcos c2dd5a3c39 FIX: correctly measure size of priority block 8 years ago
Pieter Wuille b89ef13114
Merge #7689: Replace OpenSSL AES with ctaes-based version 8 years ago
Pieter Wuille 01d8359983
Merge #8082: Defer inserting into maprelay until just before relaying. 8 years ago
Pieter Wuille 58f0c929a3
Merge #8121: [Doc] Update implemented BIPs list 8 years ago
mrbandrews 8c9e681ff8 Tests: Rework blockstore to avoid re-serialization. 8 years ago
Gregory Maxwell 4d8993b346 Defer inserting into maprelay until just before relaying. 8 years ago
Wladimir J. van der Laan 862fd24b40
Merge #8080: Do not use mempool for GETDATA for tx accepted after the last mempool req. 8 years ago
Wladimir J. van der Laan a2df115249
Merge #8090: Adding P2SH(p2pkh) script test case 8 years ago
Wladimir J. van der Laan e7e25ea512
Merge #8110: [Doc] Add benchmarking notes 8 years ago
Wladimir J. van der Laan 0026e0ef34
Merge #8115: Avoid integer division in the benchmark inner-most loop. 8 years ago
UdjinM6 16698cb77e PR #7772 is not enough to fix the issue with QCompleter, use event filter instead of `connect` 8 years ago
Gregory Maxwell 63ff57db4b Avoid integer division in the benchmark inner-most loop. 8 years ago
Pieter Wuille 950be19727
Merge #7891: Always require OS randomness when generating secret keys 8 years ago
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 8 years ago
fanquake e4f73c76b3
[Doc] Update implemented BIPs list 8 years ago
Wladimir J. van der Laan 52b803e09b
Merge #8107: bench: Added base58 encoding/decoding benchmarks 8 years ago
Wladimir J. van der Laan 989df7ecf3
Merge #7896: fix typo in help text 8 years ago
Wladimir J. van der Laan 61b86848b1
Merge #8111: Benchmark SipHash 8 years ago
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 8 years ago
MarcoFalke 6ff2c8d29f
Merge #8104: Tests: add timeout to sync_blocks() and sync_mempools() 8 years ago
fanquake 1a8c4d575d
[Doc] Add benchmarking notes 8 years ago
Pieter Wuille 628cf1440a Don't use assert for catching randomness failures 8 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 8 years ago
Pieter Wuille 619d5691c2 Benchmark SipHash 8 years ago