You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements tapscript update adds new introspections opcodes. It's totally ok to use the current btcd txscript.ScriptBuilder to build elements tapscript with introspection but the new opcodes adds some complexity (like asset or value encoding).
I'm thinking of extending ScriptBuilder from btcd with introspect functions specific to Elements (similar to what we did with javascript here)
The new extended ElementsScriptBuilder could be a new pkg of go-elements
Elements tapscript update adds new introspections opcodes. It's totally ok to use the current btcd
txscript.ScriptBuilder
to build elements tapscript with introspection but the new opcodes adds some complexity (like asset or value encoding).I'm thinking of extending ScriptBuilder from btcd with introspect functions specific to Elements (similar to what we did with javascript here)
The new extended ElementsScriptBuilder could be a new pkg of go-elements
related to: #195 (comment)
The text was updated successfully, but these errors were encountered: