aboutsummaryrefslogtreecommitdiff
path: root/src/util/asmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rework asmap Interpret to avoid ptrdiff_tBen Woosley2020-05-091-2/+4
* Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan2020-05-061-14/+96
|\
| * Make asmap Interpreter errors fatal and fuzz test itPieter Wuille2020-04-081-1/+1
| * Add additional effiency checks to sanity checkerPieter Wuille2020-04-081-0/+11
| * Add asmap sanity checkerPieter Wuille2020-04-081-0/+54
| * Improve asmap Interpret checks and document failuresPieter Wuille2020-04-081-3/+4
| * Deal with decoding failures explicitly in asmap InterpretPieter Wuille2020-04-081-4/+11
| * Introduce Instruction enum in asmapPieter Wuille2020-04-081-7/+16
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Make asmap Interpret tolerant of malicious map dataPieter Wuille2020-01-311-18/+24
* Add asmap utility which queries a mappingGleb Naumenko2019-12-181-0/+97