7831 Commits (42f6aed731874d937d6f8c9f9c9a6b64d59852d8)

Author SHA1 Message Date
Francesco 'makevoid' Canessa 1c2a1bac0a Add address label to request payment QR Code (QT) 9 years ago
Gregory Maxwell db0ffe80a0 This eliminates the primary leak that causes the orphan map to 9 years ago
Pieter Wuille 1b0bcc5f95 Track orphan by prev COutPoint rather than prev hash 9 years ago
instagibbs 657fc19d65 rename mapAddrCount to mapNetGroupNodes 9 years ago
Wladimir J. van der Laan ac8d0418ed
qt: translations update 9 years ago
Cory Fields d1a3d570e5 bulid: fix "make translate" when out-of-tree 9 years ago
Suhas Daftuar 7f6eda8043 Add ancestor statistics to mempool entry RPC output 9 years ago
Suhas Daftuar b09b8135ae Add getmempoolentry RPC call 9 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 9 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 9 years ago
Wladimir J. van der Laan eebc232187 test: Add more test vectors for siphash 9 years ago
Jonas Schnelli 6fa950a573
[RPC] Fix createrawtx sequence number unsigned int parsing 9 years ago
Pieter Wuille 77f63a4fcd Fix two warnings for comparison between signed and unsigned 9 years ago
Wladimir J. van der Laan e012f3cea0 util: Add ParseUInt32 and ParseUInt64 9 years ago
Pavel Janík c2715d3ab8 Do not shadow local variables 9 years ago
Jonas Schnelli 86efa30ae3
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 9 years ago
Jonas Schnelli ae357d5ab9
[Bitcoin-Tx] Add tests for sequence number support 9 years ago
Pieter Wuille 888483098e Use C++11 thread-safe static initializers 9 years ago
Pieter Wuille c31b24f745 Use 64-bit SipHash of netgroups in eviction 9 years ago
Pieter Wuille 9bf156bb9e Support SipHash with arbitrary byte writes 9 years ago
Patrick Strateman 053930ffc4 Avoid recalculating vchKeyedNetGroup in eviction logic. 9 years ago
Pieter Wuille 288d85ddf2 Get rid of CTxMempool::lookup() entirely 9 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 9 years ago
Jonas Schnelli 8b78486d02
Log/report in 10% steps during VerifyDB 9 years ago
MarcoFalke fa51a1d2b7 [init] Make feefilter option debug option 9 years ago
Kaz Wesley d3d02d5145 drop vAddrToSend after sending big addr message 9 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 9 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 9 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 9 years ago
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