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
2018-07-19
Fix merging of global unknown data in PSBTs
Andrew Chow
2018-07-19
Check that PSBT keys are the correct length
Andrew Chow
2018-07-19
Avoid creating a temporary vector for size-prefixed elements
Pieter Wuille
2018-07-19
Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...
MarcoFalke
2018-07-19
Merge #13074: [trivial] Correct help text for `importaddress` RPC
MarcoFalke
2018-07-19
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-19
wallet: Add tests for ParseHDKeypath(...)
practicalswift
2018-07-18
Merge #13500: [wallet] Decouple wallet version from client version
Wladimir J. van der Laan
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinc...
Wladimir J. van der Laan
2018-07-18
Merge #13672: Modified in_addr6 cast in CConman class to work with msvc
Wladimir J. van der Laan
2018-07-18
Remove redundant statement
practicalswift
2018-07-18
Remove redundant unused variables
practicalswift
2018-07-18
Remove redundant forward declaration
practicalswift
2018-07-18
Replace boost program_options
Chun Kuan Lee
2018-07-17
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-07-17
Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP
Wladimir J. van der Laan
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-17
Merge #13682: bench: Remove unused variable
MarcoFalke
2018-07-17
Merge #13663: tests: Avoid read/write to default datadir
MarcoFalke
2018-07-17
wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...
practicalswift
2018-07-17
bench: Remove unused variable
practicalswift
2018-07-16
Tests for PSBT
Andrew Chow
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
Create utility RPCs for PSBT
Andrew Chow
2018-07-16
[doc] Remove outdated comment about mining code ignoring CPFP
James O'Beirne
2018-07-16
Initialize m_next_send_inv_to_incoming
Pieter Wuille
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...
Wladimir J. van der Laan
2018-07-16
Modified in_addr6 cast in CConman class to work with msvc.
Aaron Clauson
2018-07-15
scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
Mason Simon
2018-07-15
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-14
[moveonly] Extract RescanWallet to handle a simple rescan
Ben Woosley
2018-07-14
bench_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-14
test_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...
Pieter Wuille
2018-07-13
Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...
Pieter Wuille
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Pieter Wuille
2018-07-13
SignPSBTInput wrapper function
Andrew Chow
2018-07-13
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-13
Methods for interacting with PSBT structs
Andrew Chow
2018-07-13
Add pubkeys and whether input was witness to SignatureData
Andrew Chow
2018-07-13
Implement PSBT Structures and un/serialization methods per BIP 174
Andrew Chow
[prev]
[next]