13 Commits

Author SHA1 Message Date
tomFlowee 2f2cb78741 Fix the txid printing for all input types.
This now prints the txid from inside the Transaction object directly.
2024-10-06 19:42:04 +02:00
tomFlowee dede91a337 Add 'rawscript' printing option.
This adds the ability to JUST print the opcodes of a script from a hex
formatted argument.
2024-09-17 10:32:02 +02:00
tomFlowee 2bf8a746c8 Make 'debug' the default. 2024-09-05 13:27:46 +02:00
tomFlowee 68422c554a Add printing of TXID at the end. 2024-09-05 10:04:42 +02:00
tomFlowee f8fe9b365d Stop using deprecated stuff 2024-01-09 21:14:16 +01:00
TomZ cda86bd0f7 add printRaw option 2020-06-11 10:04:44 +02:00
TomZ 5dc4594f8e Clean v4 code and related features
Also make script output more verbose and useful
2019-03-03 15:26:54 +01:00
TomZ bda1102e08 A little more verbosity 2017-01-14 17:55:36 +01:00
TomZ 126c05e694 Follow spec changes in upstream
Also add support for nSequence and be nicer with detecting errors
2016-11-17 19:20:18 +01:00
Tom Zander 15802a4fa0 Add --lint option for stricter parsing 2016-11-02 21:06:19 +01:00
Tom Zander e7b5e13d73 Don't force everything in the old format.
Have a separate coinbasemessage and print that instead of forcing
everything in the old memory-format.
2016-11-02 20:41:05 +01:00
TomZ 9626121545 Add rawTx commandline option
This new option allows you to use the output directly coming from the
Bitcoin RPC interface command 'getrawtransaction'.
2016-11-01 20:25:24 +01:00
TomZ bce02e1222 import 2016-09-20 21:28:03 +02:00