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
2020-03-13
Fix nit in getblockchaininfo
Steven Roose
2020-03-13
Merge #18316: util: HelpExampleRpc formatting
fanquake
2020-03-12
util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...
practicalswift
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
[validation] Remove pool member from ConnectTrace
John Newbery
2020-03-11
[validation] Remove NotifyEntryRemoved callback from ConnectTrace
John Newbery
2020-03-11
[validation] Remove conflictedTxs from PerBlockConnectTrace
John Newbery
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
[wallet] Notify conflicted transactions in TransactionRemovedFromMempool
John Newbery
2020-03-11
fuzz: Add missing ECC_Start to key_io test
MarcoFalke
2020-03-11
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-11
Merge #18314: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_sn...
MarcoFalke
2020-03-11
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-11
util: HelpExampleRpc formatting fixup
Jon Atack
2020-03-11
Merge #18285: test: Check that wait_until returns if time point is in the past
Wladimir J. van der Laan
2020-03-11
tests: Add fuzzing of CSubNet, CNetAddr and CService related functions
practicalswift
2020-03-11
tests: Fuzz HasAllDesirableServiceFlags(...) and MayHaveUsefulAddressDB(...)
practicalswift
2020-03-11
tests: Fuzz DecodeBase64PSBT(...)
practicalswift
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Fuzz DecodeHexBlk(...)
practicalswift
2020-03-11
tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)
practicalswift
2020-03-11
tests: Fuzz operator!= of CService
practicalswift
2020-03-11
tests: Increase fuzzing coverage of DecompressScript(...)
practicalswift
2020-03-11
Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig...
MarcoFalke
2020-03-11
tests: Fuzz currently uncovered code path in TxToUniv(...)
practicalswift
2020-03-11
tests: Re-arrange test cases in parse_univalue to increase coverage
practicalswift
2020-03-11
tests: Remove unit test from fuzzing harness
practicalswift
2020-03-11
tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...
practicalswift
2020-03-11
tests: Add one specialized ProcessMessage(...) fuzzing binary per message typ...
practicalswift
2020-03-11
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-10
refactor: move DUMP_BANS_INTERVAL to banman.h
MarcoFalke
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-09
Merge #18176: tests: Add fuzzing harness for CScript and CScriptNum operations
MarcoFalke
2020-03-09
Make lifetime correctness easier to see (avoid reference lifetime extension)
practicalswift
2020-03-09
tests: Add fuzzing harness for CScriptNum operations
practicalswift
2020-03-10
Merge #18115: wallet: Pass in transactions and messages for signing instead o...
Samuel Dobson
2020-03-09
tests: Add fuzzing harness for CScript operations
practicalswift
2020-03-09
tests: Add common Consume* fuzzing functions
practicalswift
2020-03-09
Merge #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet ...
MarcoFalke
2020-03-09
Merge #18292: fuzz: Add assert(script == decompressed_script)
MarcoFalke
2020-03-09
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...
practicalswift
2020-03-09
Clear any input_errors for an input after it is signed
Andrew Chow
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-09
Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage valu...
fanquake
2020-03-09
rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure
Karl-Johan Alm
2020-03-08
Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...
Andrew Chow
[prev]
[next]