1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/format/bitcoin
Mattias Wadman a7a101ca67 doc,help: Nicer format help and move help tests into each format
Also add authors to avro and macho decoders

Generated with:
for i in $(go run . -r -n '_registry | [([([.files[][].name | split(".")[0]] | unique[]), (.formats[].name)] | count[] | select(.[1] == 2)[0]), (.formats[] | select(.decode_in_arg).name)] | unique[]'); do DIR=$(dirname $(find format -name $i.go)); echo "$ fq -h $i" > "$DIR/testdata/help_$i.fqtest" ; done
2022-09-22 23:07:58 +02:00
..
testdata doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
bitcoin_blkdat.go bitcoin_blkdat,bitcoin_block: Make sure there is a header if blkdat 2022-08-26 12:07:53 +02:00
bitcoin_block.go bitcoin_blkdat,bitcoin_block: Make sure there is a header if blkdat 2022-08-26 12:07:53 +02:00
bitcoin_script.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
bitcoin_transaction.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00