Conversation
|
Code Climate has analyzed commit d2d4ee3 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
|
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 54e6c58 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60c03c5add206d0007149405 😎 Browse the preview: https://deploy-preview-359--jellyfish-defi.netlify.app |
|
Wait for #320 |
| import { writeVarUInt } from './buffer/buffer_varuint' | ||
| import { ONE_HUNDRED_MILLION, writeBigNumberUInt64 } from './buffer/buffer_bignumber' | ||
|
|
||
| export enum SIGHASH { |
There was a problem hiding this comment.
Considered part of TransactionSegWit definition, moved to jellyfish-transaction/tx_segwit
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #359 +/- ##
==========================================
- Coverage 97.15% 96.44% -0.72%
==========================================
Files 91 93 +2
Lines 2640 2645 +5
Branches 339 340 +1
==========================================
- Hits 2565 2551 -14
- Misses 75 94 +19
Continue to review full report at Codecov.
|
…tainer, rpc, core)
…tainer, rpc, core)
f467929 to
9c35a9f
Compare
|
Replaced with #369 |
What kind of PR is this?:
/kind refactor
What this PR does / why we need it:
To remove crypto dependencies from jellyfish-transaction
to become pure transaction object-buffer (de)composer
Which issue(s) does this PR fixes?:
Fixes #132
Meant to close 132 once merged
Additional comments?: