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
Clarinet exports its own copy of the stacks-codec. The codec is used to encode/decode the stacks wire format
It's mostly code copy-pasted for stacks-core/stackslib. I think it was copy pasted because the codec in stacks lib can not be imported out of the box.
But now it makes it complicated and error prone to maintain and update the codec in clarinet (eg: this PR #1524). We should consider imported the code from stacks-core
The text was updated successfully, but these errors were encountered:
Clarinet exports its own copy of the stacks-codec.
The codec is used to encode/decode the stacks wire format
It's mostly code copy-pasted for stacks-core/stackslib. I think it was copy pasted because the codec in stacks lib can not be imported out of the box.
But now it makes it complicated and error prone to maintain and update the codec in clarinet (eg: this PR #1524). We should consider imported the code from stacks-core
The text was updated successfully, but these errors were encountered: