7473 Commits (67a55025a1ea5d0461139cd6764686a77524feed)

Author SHA1 Message Date
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 9 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 9 years ago
Wladimir J. van der Laan 2e494489c3 tor: Change auth order to only use HASHEDPASSWORD if -torpassword 9 years ago
Wladimir J. van der Laan e6b141acf9
qt: translation strings update 9 years ago
Pieter Wuille c2a4724642 Optimization: use usec in expiration and reuse nNow 9 years ago
Pieter Wuille e9b4780b29 Optimization: don't check the mempool at all if no mempool req ever 9 years ago
Pieter Wuille dbfb426b96 Optimize the relay map to use shared_ptr's 9 years ago
Kaz Wesley f0fdda0181 IsInitialBlockDownload: usually avoid locking 9 years ago
Pieter Wuille 8d39d7a2cf Switch CTransaction storage in mempool to std::shared_ptr 9 years ago
Pieter Wuille 1b9e6d3c1a Add support for unique_ptr and shared_ptr to memusage 9 years ago
Cory Fields 340012d9c9 build: add temporary fix for "bad magic number" error in out-of-tree builds 9 years ago
instagibbs e39dc698ad comment nit: miners don't vote 9 years ago
Kaz Wesley 9805f4af7e mapNextTx: use pointer as key, simplify value 9 years ago
mrbandrews 12c5a16c4e Catch exceptions from non-canonical encoding and print only to log 9 years ago
Pieter Wuille 595b22e5c0 Stop treating importaddress'ed scripts as change 9 years ago
Patrick Strateman 9dfaa1cb70 Improve CWallet API with new AccountMove function. 9 years ago
Cory Fields fc4ad0c7fc build: more out-of-tree fixups 9 years ago
Cory Fields 0cb0f2626e build: out-of-tree fixups 9 years ago
Jonas Schnelli c022e5b15d
[Wallet] use constant for bip32 hardened key limit 9 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 9 years ago
Pieter Wuille 16cf85fa2c Revert "Include signal.h for sig_atomic_t in WIN32" 9 years ago
Alex Morcos c2dd5a3c39 FIX: correctly measure size of priority block 9 years ago
Gregory Maxwell 4d8993b346 Defer inserting into maprelay until just before relaying. 9 years ago
Jonas Schnelli f19025106d
[Wallet] Add simplest BIP32/deterministic key generation implementation 9 years ago
UdjinM6 16698cb77e PR #7772 is not enough to fix the issue with QCompleter, use event filter instead of `connect` 9 years ago
Gregory Maxwell 63ff57db4b Avoid integer division in the benchmark inner-most loop. 9 years ago
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 9 years ago
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 9 years ago
Pieter Wuille 628cf1440a Don't use assert for catching randomness failures 9 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 9 years ago
Pieter Wuille 619d5691c2 Benchmark SipHash 9 years ago
Cory Fields 723779c650 build: Enumerate ctaes rather than globbing 9 years ago
Pieter Wuille 88f14b999c Include signal.h for sig_atomic_t in WIN32 9 years ago
Pavel Janík 13c455823f Remove unused local variable shadowing upper local 9 years ago
Yuri Zhykin 5fac1f33fb bench: Added base58 encoding/decoding benchmarks 9 years ago
Pieter Wuille 52b02ecd6d Use global ::fRelayTxes instead of CNode one 9 years ago
Gregory Maxwell 6182d10503 Do not increment nAttempts by more than one for every Good connection. 9 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 9 years ago
Gregory Maxwell 7e908c7b82 Do not use mempool for GETDATA for tx accepted after the last mempool req. 9 years ago
Jonas Schnelli 2d83013dc5
Add support for dnsseeds with option to filter by servicebits 9 years ago
Alex Morcos a278764748 FIX: Account for txs already added to block in addPriorityTxs 9 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 9 years ago
Peter Todd beceac9bbf
Disable the mempool P2P command when bloom filters disabled 9 years ago
Jorge Timón ee9f4a5b15 Consensus: Decouple from chainparams.o and timedata.o 9 years ago
Pavel Vasin 02ce2a3ca7 qt: askpassphrasedialog: Clear pass fields on accept 9 years ago
Warren Togami bf9266e017 Use Socks5ErrorString() to decode error responses from socks proxy. 9 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 9 years ago
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 9 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 9 years ago
Matt Corallo 269a4402a8 Add test for dbwrapper iterators with same-prefix keys. 9 years ago