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-06-18
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-18
Exceptions should be caught by reference, not by value.
Kristaps Kaupe
2019-06-18
tinyformat: Add doc to Bitcoin Core specific strprintf
MarcoFalke
2019-06-18
rpc: bugfix: Properly use iswitness in converttopsbt
MarcoFalke
2019-06-18
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-06-17
Add example 2nd arg to signrawtransactionwithkey
Chris Moore
2019-06-14
Fix RPC/pruneblockchain returned prune height
Jonas Schnelli
2019-06-13
gui: Enable open wallet menu on setWalletController
João Barbosa
2019-06-07
Add test for GCC bug 90348
Pieter Wuille
2019-06-07
gui: Set progressDialog to nullptr
João Barbosa
2019-06-07
gui: Enable console line edit on setClientModel
João Barbosa
2019-06-07
qt: fix opening bitcoin.conf via Preferences on macOS; see #15409
shannon1916
2019-05-20
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-20
Disallow extended encoding for non-witness transactions
Pieter Wuille
2019-05-18
Show loaded wallets as disabled in open menu instead of nothing
MeshCollider
2019-05-17
Doc: remove text about txes always relayed from -whitelist
David A. Harding
2019-05-16
doc: Mention blocksonly in reduce-traffic.md, unhide option
MarcoFalke
2019-05-16
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-04-18
gui: Pre-rc4 translations update
Wladimir J. van der Laan
2019-04-18
Merge #15839: [0.18] Revert GetData randomization change (#14897)
MarcoFalke
2019-04-18
GUI: Options: Remove the upper-bound limit from pruning size setting
Luke Dashjr
2019-04-18
GUI: Options: Set the range of pruning size before loading its value
Luke Dashjr
2019-04-17
Revert "Change in transaction pull scheduling to prevent InvBlock-related att...
Suhas Daftuar
2019-04-16
Merge #15803: [0.18] Backport 15749: importmulti only imports origin info for...
MarcoFalke
2019-04-16
Take non-importing keys into account for spendability warning in descriptor i...
Pieter Wuille
2019-04-16
Import all origin info in importmulti; even for non-importing pubkeys
Pieter Wuille
2019-04-16
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-04-15
Merge #15800: Backport: [rpc] Remove the addresses field from the getaddressi...
MarcoFalke
2019-04-15
[rpc] Remove the addresses field from the getaddressinfo return object
John Newbery
2019-04-11
rpc: getrpcinfo docs
Ben Carman
2019-04-01
wallet: Update transactions with current mempool after load
João Barbosa
2019-04-01
interfaces: Add Chain::requestMempoolTransactions
João Barbosa
2019-04-01
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-28
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-28
[MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
Pieter Wuille
2019-03-28
Simplify orphan processing in preparation for interruptibility
Pieter Wuille
2019-03-28
qt: Translations update pre-rc3
Wladimir J. van der Laan
2019-03-22
[rpc] Remove deprecated functionality message from validateaddress help
John Newbery
2019-03-22
gui: Defer removeAndDeleteWallet when no modal widget is active
João Barbosa
2019-03-20
Do not relay banned IP addresses
Pieter Wuille
2019-03-14
[p2p] Enable BIP 61 REJECT messages by default
John Newbery
2019-03-14
wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
João Barbosa
2019-03-14
doc: Pre-rc2 translations update
Wladimir J. van der Laan
2019-03-13
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-13
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-13
doc: correct analysepsbt rpc doc
fanquake
2019-03-09
qt: periodic translations update
Wladimir J. van der Laan
2019-03-09
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-03-09
[addrman] Ensure collisions eventually get resolved
Suhas Daftuar
2019-03-09
[net] feeler connections can be made to outbound peers in same netgroup
Suhas Daftuar
[next]