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-15
tests: Add fuzzing harness for count_seconds(...)
practicalswift
2020-03-14
Merge #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation
Wladimir J. van der Laan
2020-03-13
Merge #18204: descriptors: improve descriptor cache and cache xpubs
Wladimir J. van der Laan
2020-03-13
Merge #18002: Abstract out script execution out of VerifyWitnessProgram()
Wladimir J. van der Laan
2020-03-13
Merge #18316: util: HelpExampleRpc formatting
fanquake
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-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
2020-03-08
Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
Andrew Chow
2020-03-08
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
Andrew Chow
2020-03-08
Refactor rawtransaction's SignTransaction into generic SignTransaction function
Andrew Chow
2020-03-07
fuzz: Add assert(script == decompressed_script)
MarcoFalke
2020-03-07
Cache parent xpub inside of BIP32PubkeyProvider
Andrew Chow
2020-03-07
Only cache xpubs that have a hardened last step
Andrew Chow
2020-03-07
Cache the immediate derivation parent xpub
Andrew Chow
[next]