-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
Codecov Report
@@ Coverage Diff @@
## main #206 +/- ##
==========================================
+ Coverage 38.27% 38.42% +0.15%
==========================================
Files 44 44
Lines 5029 5051 +22
Branches 28 38 +10
==========================================
+ Hits 1925 1941 +16
- Misses 3102 3109 +7
+ Partials 2 1 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pulled & ran locally, can confirm all unit tests passing - LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional comment but re-reading everything here I'm not sure why we now have two clarity-bitcoin-mini files?
We now have our original one & a "boot" version with v little difference. I don't think that was part of this commit history but wanted to flag that we likely have a duplicate file - is this intentional @friedger ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pulled & working - LGTM!
Summary of Changes
This PR
Testing
Risks
Engine might not handle failed mints and burns correctly.
Users might think that the contract verifies all of the content of the text. It does not, the contract only verifies that the btc tx was not yet used for minting or burning.
How were these changes tested?
manual in devenv
What future testing should occur?
Automated integration test
Checklist: