11002 Commits (96806c39f4ef395975c0cd7d654dcb71c4790be2)
 

Author SHA1 Message Date
Pavel Janík c2715d3ab8 Do not shadow local variables 8 years ago
Jonas Schnelli 86efa30ae3
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 8 years ago
Wladimir J. van der Laan 79004d4ae6
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number 8 years ago
Jonas Schnelli ae357d5ab9
[Bitcoin-Tx] Add tests for sequence number support 8 years ago
Pieter Wuille 888483098e Use C++11 thread-safe static initializers 8 years ago
Pieter Wuille c31b24f745 Use 64-bit SipHash of netgroups in eviction 8 years ago
Pieter Wuille 9bf156bb9e Support SipHash with arbitrary byte writes 8 years ago
Patrick Strateman 053930ffc4 Avoid recalculating vchKeyedNetGroup in eviction logic. 8 years ago
Wladimir J. van der Laan 22e0b35676
Merge #8136: Log/report in 10% steps during VerifyDB 8 years ago
Wladimir J. van der Laan 9b6a48c2e9
Merge #8118: Reduce unnecessary hashing in signrawtransaction 8 years ago
Pieter Wuille 288d85ddf2 Get rid of CTxMempool::lookup() entirely 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
Jonas Schnelli 8b78486d02
Log/report in 10% steps during VerifyDB 8 years ago
Wladimir J. van der Laan cfc6da0b1b
Merge #8151: [init] Make feefilter option debug option 8 years ago
MarcoFalke fa51a1d2b7 [init] Make feefilter option debug option 8 years ago
Kaz Wesley d3d02d5145 drop vAddrToSend after sending big addr message 8 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 8 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 8 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago
Luke Dashjr 72cd6b20ca qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates 8 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Wladimir J. van der Laan 52c3f348be
Merge #8142: Improve CWallet API with new GetAccountPubkey function. 8 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 8 years ago
Wladimir J. van der Laan 6b781df74f
Merge #8007: Minor locking improvements 8 years ago
Wladimir J. van der Laan 243ac0c75b
Merge #8137: Improve CWallet API with new AccountMove function. 8 years ago
Wladimir J. van der Laan 2e494489c3 tor: Change auth order to only use HASHEDPASSWORD if -torpassword 8 years ago
Wladimir J. van der Laan e6b141acf9
qt: translation strings update 8 years ago
Pieter Wuille c2a4724642 Optimization: use usec in expiration and reuse nNow 8 years ago
Pieter Wuille e9b4780b29 Optimization: don't check the mempool at all if no mempool req ever 8 years ago
Pieter Wuille dbfb426b96 Optimize the relay map to use shared_ptr's 8 years ago
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
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