opcodeexplained.com
opcodeexplained.com copied to clipboard
The maximum size notes were a bit "wrong" or not well defined as it was limited by policy rules and op_return > 80bytes data were valid even with the standarness...
referencing https://github.com/thunderbiscuit/opcodeexplained.com/blob/ecc35350a57a049c5e45d2c12b5f597dda54104d/script/script.md?plain=1#L17 Suggesting : ``` - If the opcode functions to validate a condition and quickly terminate when that condition is not valid (ie: OP_VERIFY). - if OP_ENDIF is reached...
I think a page looking into the difference between Script and Tapscript would be great. If anyone would like to volunteer to write this please comment here!
The website currently doesn't have a favicon, and it should.
Per [BIP342](https://github.com/bitcoin/bips/blob/master/bip-0342.mediawiki), opcodes 80, 98, 126-129, 131-134, 137-138, 141-142, 149-153, 187-254 should be alternatively named `OP_SUCCESS80`...`OP_SUCCESS254` and their description should say that, in tapscript, the opcode makes the script unconditionally...
The `/script/` section of the website should have a page on the alternate stack.