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
/
test
/
fuzz
/
parse_univalue.cpp
Age
Commit message (
Expand
)
Author
2023-07-27
refactor: Revert addition of univalue sighash string check
TheCharlatan
2023-07-25
Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
Andrew Chow
2023-07-25
kernel: Remove Univalue from kernel library
TheCharlatan
2023-07-25
kernel: Split ParseSighashString
TheCharlatan
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-02
Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...
fanquake
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-03-23
test: move coverage on ParseNonRFCJSONValue() to UniValue::read()
stickies-v
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-07-25
fuzz: refactor: Replace NullUniValue with UniValue{}
MacroFake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Re-arrange test cases in parse_univalue to increase coverage
practicalswift
2019-12-10
tests: Add fuzzing harnesses for various JSON/univalue parsing functions
practicalswift