jb55 / btcs

bitcoin script parser/evaluator/compiler/decoder
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Simple Optimizer #2

Closed jb55 closed 6 years ago

jb55 commented 7 years ago

-O option that cleans up non minimal data, etc.

jb55 commented 6 years ago

an initial version of this is implemented in val_serialize for scriptnums!

jb55 commented 6 years ago

still need to detect numbers in VT_DATA vals