11028 Commits (94ab58b5ccda809c552040121a295a0e0f6efcec)
 

Author SHA1 Message Date
Kaz Wesley f0fdda0181 IsInitialBlockDownload: usually avoid locking 8 years ago
Pieter Wuille 8d39d7a2cf Switch CTransaction storage in mempool to std::shared_ptr 8 years ago
Pieter Wuille 1b9e6d3c1a Add support for unique_ptr and shared_ptr to memusage 8 years ago
Jonas Schnelli d46b8b50fc
Merge #8143: comment nit: miners don't vote 8 years ago
Cory Fields 340012d9c9 build: add temporary fix for "bad magic number" error in out-of-tree builds 8 years ago
instagibbs e39dc698ad comment nit: miners don't vote 8 years ago
Wladimir J. van der Laan 8c1e49ba13
Merge #7967: [RPC] add feerate option to fundrawtransaction 8 years ago
Wladimir J. van der Laan c141c14c9f
Merge #7942: locking for Misbehave() and other cs_main locking fixes 8 years ago
MarcoFalke ae5575ba41
Merge #8139: Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
Pieter Wuille a82f03393a
Merge #7997: replace mapNextTx with slimmer setSpends 8 years ago
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
Pieter Wuille 595b22e5c0 Stop treating importaddress'ed scripts as change 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
Jonas Schnelli c022e5b15d
[Wallet] use constant for bip32 hardened key limit 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
Jonas Schnelli f19025106d
[Wallet] Add simplest BIP32/deterministic key generation implementation 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