[evm-tracing-3] implement RPC side#1568
Merged
dmitrylavrenov merged 1 commit intoevm-debug-tracefrom Oct 1, 2025
Merged
Conversation
ac15c9b to
8e88fc4
Compare
1af48b3 to
b252024
Compare
77cef61 to
aad33db
Compare
d6bd3dd to
927ad05
Compare
aad33db to
0ed24bb
Compare
38271e0 to
bf986d6
Compare
aa73f0f to
34a6656
Compare
7b340fc to
8896f2e
Compare
34a6656 to
7ca11a0
Compare
8896f2e to
c19a1a1
Compare
MOZGIII
reviewed
Aug 27, 2025
MOZGIII
reviewed
Aug 27, 2025
c96a13c to
c6ebe33
Compare
c19a1a1 to
29a811c
Compare
c50b976 to
8e9df68
Compare
1ca9192 to
31cf5eb
Compare
31cf5eb to
b0b30c2
Compare
2fc258a to
a64acaf
Compare
MOZGIII
reviewed
Sep 21, 2025
7cfa37d to
4f114fd
Compare
4f114fd to
423461b
Compare
MOZGIII
approved these changes
Sep 25, 2025
quasiyoke
approved these changes
Sep 30, 2025
Contributor
quasiyoke
left a comment
There was a problem hiding this comment.
In the upstream, the declaration of the public RPC API resides in crates named -core. We have them in modules also named core. In my view, the "core" name assumes that modules should implement business logic directly, without concern for the transport or infrastructure layer. In our case, these modules describe a public interface accessible over the JSON RPC. I would name the ::core modules as ::api or ::protocol.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 4, 2025
* Add CI check for build with evm-tracing feature * Add evm-tracing feature to humanode-runtime * [evm-tracing-0] add evm-tracing test suite to e2e ts tests (#1574) * Add build for evm-tracing at e2e code job * Skip bash tests for evm-tracing test suite * Add template for evm-tracing test suite * [evm-tracing-0-1] add debug e2e tests logic implementation (#1575) * [evm-tracing-1] runtime level implementation (#1544) Runtime level implementation * [evm-tracing-2] сlient-side implementation (#1565) Client-side implementation * [evm-tracing-3] implement RPC side (#1568) Implement RPC side * [evm-tracing-4] cli part implementation (#1572) * [evm-tracing] Add more e2e tests (#1622)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.