Skip to content
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

Added listHtlcOutputs RPC #581

Merged
merged 3 commits into from
Aug 16, 2021
Merged

Added listHtlcOutputs RPC #581

merged 3 commits into from
Aug 16, 2021

Conversation

Jouzo
Copy link
Contributor

@Jouzo Jouzo commented Aug 10, 2021

What kind of PR is this?:

/kind feature

What this PR does / why we need it:

Adds listHtlcOutputs RPC

Which issue(s) does this PR fixes?:

Fixes #202 (last issue in the series)

@codeclimate
Copy link

codeclimate bot commented Aug 10, 2021

Code Climate has analyzed commit 9112783 and detected 0 issues on this pull request.

View more on Code Climate.

@netlify
Copy link

netlify bot commented Aug 10, 2021

✔️ Deploy Preview for jellyfish-defi ready!

🔨 Explore the source changes: b0b2993

🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/611a0d34324056000834c46f

😎 Browse the preview: https://deploy-preview-581--jellyfish-defi.netlify.app

@github-actions
Copy link

github-actions bot commented Aug 10, 2021

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
packages/jellyfish/dist/index.umd.js 22.45 KB (+0.1% 🔺) 450 ms (+0.1% 🔺) 142 ms (+2.68% 🔺) 591 ms

@Jouzo Jouzo marked this pull request as draft August 12, 2021 16:52
@Jouzo Jouzo marked this pull request as ready for review August 16, 2021 06:50
@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #581 (9112783) into main (553e8f7) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #581      +/-   ##
==========================================
- Coverage   97.45%   97.45%   -0.01%     
==========================================
  Files         117      118       +1     
  Lines        3463     3540      +77     
  Branches      425      435      +10     
==========================================
+ Hits         3375     3450      +75     
- Misses         88       90       +2     
Impacted Files Coverage Δ
packages/jellyfish-api-core/src/category/spv.ts 100.00% <100.00%> (ø)
packages/jellyfish-crypto/src/elliptic.ts 93.93% <0.00%> (-2.62%) ⬇️
packages/jellyfish-testing/src/index.ts 100.00% <0.00%> (ø)
packages/jellyfish-wallet-mnemonic/src/mnemonic.ts 100.00% <0.00%> (ø)
packages/jellyfish-testing/src/icxorderbook.ts 98.30% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 553e8f7...9112783. Read the comment docs.

packages/.idea/vcs.xml Outdated Show resolved Hide resolved
@Jouzo Jouzo force-pushed the jouzo/spv_listhtlcoutputs branch from 9777209 to cb47760 Compare August 16, 2021 10:42
Copy link
Contributor

@surangap surangap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

request to add some more tests and refactor

…actor using Testing class from jellyfish-testing
@Jouzo Jouzo requested a review from surangap August 16, 2021 11:17
Copy link
Contributor

@surangap surangap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@fuxingloh fuxingloh merged commit f6d10c5 into main Aug 16, 2021
@fuxingloh fuxingloh deleted the jouzo/spv_listhtlcoutputs branch August 16, 2021 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeFiCh/ain:1.7.x RPCs implementation
4 participants