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: Updated design document to include JSON RPC support. #2183

Closed
wants to merge 4 commits into from

Conversation

ebadiere
Copy link
Collaborator

Design document update. Add JSON RPC calls to the relay from the webSocketServer.ts

Related issue(s): #2117

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@ebadiere ebadiere added documentation Improvements or additions to documentation enhancement New feature or request design Design, pilot and prototyping exploration work labels Mar 10, 2024
@ebadiere ebadiere added this to the 0.44.0 milestone Mar 10, 2024
@ebadiere ebadiere self-assigned this Mar 10, 2024
@ebadiere ebadiere requested a review from a team as a code owner March 10, 2024 02:47
Copy link

github-actions bot commented Mar 10, 2024

Tests

    1 files    35 suites   3s ⏱️
194 tests 193 ✔️ 1 💤 0
197 runs  196 ✔️ 1 💤 0

Results for commit 6d5bf77.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.15%. Comparing base (3612aed) to head (52b11a6).
Report is 1 commits behind head on main.

❗ Current head 52b11a6 differs from pull request most recent head bff4dc4. Consider uploading reports for the commit bff4dc4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2183   +/-   ##
=======================================
  Coverage   75.15%   75.15%           
=======================================
  Files          13       13           
  Lines         644      644           
  Branches      118      118           
=======================================
  Hits          484      484           
  Misses        115      115           
  Partials       45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Mar 10, 2024

Acceptance Tests

  14 files  184 suites   18m 0s ⏱️
396 tests 390 ✔️ 4 💤 2
488 runs  478 ✔️ 4 💤 6

Results for commit 6d5bf77.

♻️ This comment has been updated with latest results.

acuarica
acuarica previously approved these changes Mar 12, 2024
Copy link
Contributor

@acuarica acuarica left a comment

Choose a reason for hiding this comment

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

lgtm

"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0xf8b483dba2c3b7176a3da549ad41a48bb3121069",
"nonce": "0x084149998194cc5f",
"number": "0x1348c9",
"parentHash": "0x7736fab79e05dc611604d22470dadad26f56fe494421b5b333de816ce1f25701",
"receiptRoot": "0x2fab35823ad00c7bb388595cb46652fe7886e00660a01e867824d3dceb1c8d36",
"receiptsRoot": "0x2fab35823ad00c7bb388595cb46652fe7886e00660a01e867824d3dceb1c8d36",
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Our blocks contain receiptsRoot, plural.

described the need for JSON-RPC over websockets support in
other words.

Signed-off-by: ebadiere <[email protected]>
Copy link

sonarcloud bot commented Mar 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
B Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@ebadiere
Copy link
Collaborator Author

Replaced by #2230

@ebadiere ebadiere closed this Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Design, pilot and prototyping exploration work documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants