-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add on chain blueprint class, its serialization, and a method to create the tx from the wallet #811
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (7.27%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## master #811 +/- ##
===========================================
- Coverage 80.77% 66.66% -14.11%
===========================================
Files 86 87 +1
Lines 6594 6645 +51
Branches 1420 1436 +16
===========================================
- Hits 5326 4430 -896
- Misses 1255 2130 +875
- Partials 13 85 +72 ☔ View full report in Codecov by Sentry. |
…o create the tx from the wallet
5d9a235
to
c86ac88
Compare
Acceptance Criteria
Note: the integration tests will only succeed after we release a new docker image for tx mining service and hathor core with ocb support (and update the docker-compose with them).