-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add getRawTransaction rpc #385
Conversation
Code Climate has analyzed commit ba0d185 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: ba0d185 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60cb0b8802bc07000886a47b 😎 Browse the preview: https://deploy-preview-385--jellyfish-defi.netlify.app |
size-limit report 📦
|
0f2f191
to
a0db8cc
Compare
Codecov Report
@@ Coverage Diff @@
## main #385 +/- ##
==========================================
+ Coverage 97.15% 97.17% +0.01%
==========================================
Files 94 94
Lines 2675 2686 +11
Branches 344 344
==========================================
+ Hits 2599 2610 +11
Misses 76 76
Continue to review full report at Codecov.
|
* Fixed tx ordering, added block reward and vout total * Tests passing * Refactor tests and rename vout * PR feedback,. simplified db structure, fixed test * Fix api test * Correct test * Fix test * Apply suggestions from code review Co-authored-by: Fuxing Loh <[email protected]>
* Fixed tx ordering, added block reward and vout total * Tests passing * Refactor tests and rename vout * PR feedback,. simplified db structure, fixed test * Fix api test * Correct test * Fix test * Apply suggestions from code review Co-authored-by: Fuxing Loh <[email protected]>
* Fixed tx ordering, added block reward and vout total * Tests passing * Refactor tests and rename vout * PR feedback,. simplified db structure, fixed test * Fix api test * Correct test * Fix test * Apply suggestions from code review Co-authored-by: Fuxing Loh <[email protected]>
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Add getRawTransaction rpc
Which issue(s) does this PR fixes?:
Fixes part of #48
Additional comments?: