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

Add blockchain.getDifficulty RPC #285

Merged
merged 3 commits into from
May 25, 2021
Merged

Add blockchain.getDifficulty RPC #285

merged 3 commits into from
May 25, 2021

Conversation

izzycsy
Copy link
Contributor

@izzycsy izzycsy commented May 24, 2021

Add getDifficulty

What kind of PR is this?:

/kind feature
Add getDifficulty rpc

Add getDifficulty
@codeclimate
Copy link

codeclimate bot commented May 24, 2021

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

View more on Code Climate.

@netlify
Copy link

netlify bot commented May 24, 2021

Deploy Preview for jellyfish-defi ready!

Built with commit b2c497b

https://deploy-preview-285--jellyfish-defi.netlify.app

@github-actions
Copy link

github-actions bot commented May 24, 2021

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
packages/jellyfish/dist/jellyfish.umd.js 19.09 KB (+0.1% 🔺) 382 ms (+0.1% 🔺) 158 ms (-2.03% 🔽) 540 ms

Add getDifficulty
@codecov
Copy link

codecov bot commented May 24, 2021

Codecov Report

Merging #285 (b2c497b) into main (54b3e09) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #285      +/-   ##
==========================================
+ Coverage   96.38%   96.50%   +0.12%     
==========================================
  Files          82       85       +3     
  Lines        2155     2230      +75     
  Branches      275      287      +12     
==========================================
+ Hits         2077     2152      +75     
  Misses         78       78              
Impacted Files Coverage Δ
...ages/jellyfish-api-core/src/category/blockchain.ts 100.00% <100.00%> (ø)
packages/jellyfish-api-core/src/category/mining.ts 100.00% <0.00%> (ø)
...ackages/jellyfish-transaction-builder/src/index.ts 100.00% <0.00%> (ø)
...h-transaction-builder/src/txn/txn_builder_error.ts 100.00% <0.00%> (ø)
...transaction-builder/src/txn/txn_builder_account.ts 100.00% <0.00%> (ø)
...jellyfish-transaction/src/script/defi/dftx_misc.ts 100.00% <0.00%> (ø)
...ransaction-builder/src/txn/txn_builder_liq_pool.ts 100.00% <0.00%> (ø)
...ckages/jellyfish-transaction/src/script/mapping.ts 95.23% <0.00%> (+0.23%) ⬆️
...ages/jellyfish-transaction/src/script/defi/dftx.ts 96.07% <0.00%> (+0.24%) ⬆️

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 54b3e09...b2c497b. Read the comment docs.

@izzycsy izzycsy marked this pull request as ready for review May 24, 2021 14:52
@fuxingloh fuxingloh enabled auto-merge (squash) May 24, 2021 14:53
@fuxingloh fuxingloh changed the title Add getDifficulty rpc Add blockchaingetDifficulty RPC May 24, 2021
@fuxingloh fuxingloh changed the title Add blockchaingetDifficulty RPC Add blockchain.getDifficulty RPC May 24, 2021
@fuxingloh fuxingloh merged commit 454cd1f into main May 25, 2021
@fuxingloh fuxingloh deleted the izzycsy/getdifficulty branch May 25, 2021 01:56
canonbrother pushed a commit that referenced this pull request Jun 1, 2022
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.

4 participants