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

feat(rpc): new rpc get_raw_tx_pool #732

Merged
merged 5 commits into from
Jul 25, 2024
Merged

feat(rpc): new rpc get_raw_tx_pool #732

merged 5 commits into from
Jul 25, 2024

Conversation

homura
Copy link
Collaborator

@homura homura commented Jul 23, 2024

Description

Resolve #719 #703

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Unit test

@homura homura requested a review from Keith-CY July 23, 2024 11:17
Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lumos-website ✅ Ready (Inspect) Visit Preview Jul 23, 2024 11:20am

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

Attention: Patch coverage is 88.57143% with 4 lines in your changes missing coverage. Please review.

Project coverage is 88.10%. Comparing base (58ff5e4) to head (0460507).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #732      +/-   ##
===========================================
+ Coverage    87.20%   88.10%   +0.90%     
===========================================
  Files          133      133              
  Lines        25348    25373      +25     
  Branches      2751     2816      +65     
===========================================
+ Hits         22104    22356     +252     
+ Misses        3203     2976     -227     
  Partials        41       41              
Files Coverage Δ
packages/base/src/api.ts 100.00% <100.00%> (ø)
packages/rpc/src/Base/index.ts 99.81% <100.00%> (+<0.01%) ⬆️
packages/rpc/src/Base/pool.ts 89.47% <100.00%> (+2.80%) ⬆️
packages/rpc/src/exceptions/formatter.ts 98.48% <100.00%> (+0.04%) ⬆️
packages/rpc/src/paramsFormatter.ts 86.69% <100.00%> (+0.45%) ⬆️
packages/rpc/src/resultFormatter.ts 78.33% <69.23%> (+25.73%) ⬆️

Continue to review full report in Codecov by Sentry.

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

@homura homura merged commit 3763977 into develop Jul 25, 2024
9 checks passed
@homura homura deleted the rpc-115-116 branch July 25, 2024 03:29
@github-actions github-actions bot mentioned this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_raw_tx_pool response TxPoolEntries is changed from 115
2 participants