Firaenix / bsv-wasm

BSV stdlib written in Rust and runs in WASM environments
MIT License
69 stars 18 forks source link

Make OP_FALSE and 0 use OP_0 and OP_TRUE use OP_1 #70

Open quartzo opened 7 months ago

quartzo commented 7 months ago

Solving some problems related to script templates using different ways to represent opcodes. OP_FALSE and OP_TRUE on script and script template. Make 00 work as a PushData[00] on script and script template. Accept -1 as OP_1NEGATE.