Commit Graph

20363 Commits (4de3c15671fea211c22b14c64ec9ac2524fcfca9)
 

Author SHA1 Message Date
fanquake 4de3c15671
depends: add patch to common dependencies
6 years ago
MeshCollider 7263424458
Merge #16001: Give WalletModel::UnlockContext move semantics
6 years ago
Jonas Schnelli 7110d455eb
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
6 years ago
Jonas Schnelli 387eb5b343
Merge #15957: Show "No wallets available" in open menu instead of nothing
6 years ago
Wladimir J. van der Laan 82b64a5a81
Merge #15224: Add RNG strengthening (10ms once every minute)
6 years ago
MarcoFalke c89a63412e
Merge #15863: scripts and tools: Ensure repos are up-to-date in gitian-build.py
6 years ago
MarcoFalke 277abed604
Merge #15922: doc: Explain how to pass in non-fundamental types into functions
6 years ago
MarcoFalke a822a0e4f6
Merge #15999: init: Remove dead code in LoadChainTip
6 years ago
MarcoFalke f3d27d126b
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remove assumeLocked().
6 years ago
practicalswift 9402ef0739 Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redundant cs_main locks.
6 years ago
practicalswift 593a8e8a2c wallet: Use chain.lock() instead of temporary chain.assumeLocked()
6 years ago
Wladimir J. van der Laan 8f2f17f79a
Merge #15970: Utils and libraries: fix static_assert for macro HAVE_THREAD_LOCAL
6 years ago
MarcoFalke fd7d97decb
Merge #15820: docs: Add productivity notes for dummy rebases
6 years ago
Wladimir J. van der Laan 376638afcf
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
6 years ago
Wladimir J. van der Laan df7addc4c6
Merge #15990: Add tests and documentation for blocksonly
6 years ago
Wladimir J. van der Laan 1c719f78d3
Merge #15006: Add option to create an encrypted wallet
6 years ago
MarcoFalke d5931f3676
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
6 years ago
MarcoFalke 41f4c63b38
Merge #16036: travis: Run all lint scripts even if one fails
6 years ago
Julian Fleischer f3b90f2e05
Run all lint scripts
6 years ago
Wladimir J. van der Laan fd61b9fc22
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
6 years ago
Wladimir J. van der Laan 47ec8318a6
Merge #15968: Fix portability issue with pthreads
6 years ago
MarcoFalke 2b56c9a86a
Merge #15983: build with -fstack-reuse=none
6 years ago
MarcoFalke 9d266dbdec
Merge #15943: tests: Fail if RPC has been added without tests
6 years ago
MarcoFalke faf38bc056
build with -fstack-reuse=none
6 years ago
MarcoFalke fad0ce59e9
tests: Fail if RPC has been added without tests
6 years ago
Carl Dong 01971da9bd docs: Add productivity notes for "dummy rebases"
6 years ago
MarcoFalke fa7e311e16
[doc] rpcwallet: Only fail rescan when blocks have been pruned
6 years ago
MarcoFalke 2d16fb7a2b
Merge #14984: rpc: Speedup getrawmempool when verbose=true
6 years ago
MarcoFalke 65526fc866
Merge #15777: [docs] Add doxygen comments for keypool classes
6 years ago
MarcoFalke 3503a69ba2
Merge #15963: [tests] Make random seed logged and settable
6 years ago
MarcoFalke 6f4ba6492a
Merge #15988: Add test for ArgsManager::GetChainName
6 years ago
MarcoFalke 40c66bb3d1
Merge #15855: [refactor] interfaces: Add missing LockAnnotation for cs_main
6 years ago
Andrew Chow 662d1171d9 Add option to create an encrypted wallet
6 years ago
MarcoFalke fa3c651143
[refactor] interfaces: Add missing LockAnnotation for cs_main
6 years ago
MarcoFalke 667a861741
Merge #14364: doc: Clarify -blocksdir usage
6 years ago
MarcoFalke fa86c8aec6
init: Remove dead code in LoadChainTip
6 years ago
MarcoFalke fa8ced32a6
doc: Mention blocksonly in reduce-traffic.md, unhide option
6 years ago
MarcoFalke fa320de79f
test: Add test for p2p_blocksonly
6 years ago
Jonas Schnelli 8794a4b3ae
QA: add test for HKDF HMAC_SHA256 L32
6 years ago
Jonas Schnelli 551d489416
Add HKDF HMAC_SHA256 L=32 implementations
6 years ago
MarcoFalke e79bbb73e0
Merge #15607: [Docs] Release process updates
6 years ago
Jon Atack bd63c1ed12
[docs] Update release-notes.md
6 years ago
Jon Atack 96d32a7bc0
[docs] Update release-process.md
6 years ago
MarcoFalke e2371f842f
Merge #14802: rpc: faster getblockstats using BlockUndo data
6 years ago
Felix Weis d20d756752 rpc: faster getblockstats using BlockUndo data
6 years ago
MarcoFalke 14959753a4
Merge #15744: refactor: Extract ParseDescriptorRange
6 years ago
MarcoFalke 87dbf89271
Merge #15239: scripts and tools: Move non-linux build source tarballs to "bitcoin-binaries/version" directory
6 years ago
MarcoFalke fa3872e7b4
test: Format predicate source as multiline on error
6 years ago
Jonas Schnelli 695141bf7a
Merge #15512: Add ChaCha20 encryption option (XOR)
6 years ago
Pieter Wuille 0b09a57aec Give WalletModel::UnlockContext move semantics
6 years ago