chainbound / bolt

Bolt: permissionless out-of-protocol proposer commitments.
https://chainbound.github.io/bolt-docs/
MIT License
27 stars 5 forks source link

chore(builder): store decoded constraints in the cache #68

Closed namn-grg closed 1 month ago

namn-grg commented 1 month ago

This PR changes the way constraints are stored in the cache. Before, constraints were stored in a signed form, which needed to be decoded during the building. Now it is stored in the decoded form in the first place. fixes #51

Implementation details in the review below