index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-10-13
wallet: Fix for exported confirmation field in payment to self transactions
Ben Carman
2018-12-16
[Qt] Restore < Qt5.6 compatibility for addAction
Jonas Schnelli
2018-12-16
Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935.
Wladimir J. van der Laan
2018-12-15
Merge #14573: qt: Add Window menu
Jonas Schnelli
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-14
Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic
MeshCollider
2018-12-13
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
Merge #14834: validation: assert that pindexPrev is non-null when required
Wladimir J. van der Laan
2018-12-13
Merge #14940: test: Add test for truncated pushdata script
Wladimir J. van der Laan
2018-12-13
Merge #14624: Some simple improvements to the RNG code
Wladimir J. van der Laan
2018-12-13
Merge #14741: doc: Indicate -rpcauth option password hashing alg
Wladimir J. van der Laan
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Do not permit copying FastRandomContexts
Pieter Wuille
2018-12-12
Simplify testing RNG code
Pieter Wuille
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
2018-12-12
Use a FastRandomContext in LimitOrphanTxSize
Pieter Wuille
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
Use a local FastRandomContext in a few more places in net
Pieter Wuille
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
test: Add tests for truncated scripts
MarcoFalke
2018-12-12
Merge #14908: test: Removed implicit CTransaction constructor calls from test...
MarcoFalke
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-12
Merge #14646: Add expansion cache functions to descriptors (unused for now)
MeshCollider
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
qt: Remove ellipsis from sending/receiving addresses
João Barbosa
2018-12-11
qt: Add Window menu
João Barbosa
2018-12-11
qt: Allow to inspect RPCConsole tabs
João Barbosa
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
Merge #14885: rpc: Assert named arguments are unique in RPCHelpMan
MarcoFalke
2018-12-09
Merge #14801: qt: Use window() instead of obsolete topLevelWidget()
Wladimir J. van der Laan
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-07
Merge #14890: rpc: Avoid creating non-standard raw transactions
Wladimir J. van der Laan
2018-12-07
Merge #14854: qt: Cleanup SplashScreen class
Wladimir J. van der Laan
2018-12-07
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-07
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
Wladimir J. van der Laan
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
Merge #14783: gui: Fix boost::signals2::no_slots_error in early calls to Init...
MarcoFalke
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-12-06
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
Wladimir J. van der Laan
2018-12-06
Merge #14838: Use const in COutPoint class
Wladimir J. van der Laan
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-12-04
RPCHelpMan: Add space after colons in extended description
MarcoFalke
2018-12-04
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-12-04
rpc: Add description to fundrawtransaction vout_index
MarcoFalke
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-12-04
Merge #14840: Remove duplicate libconsensus linking in test make
Wladimir J. van der Laan
[next]