-
Notifications
You must be signed in to change notification settings - Fork 995
Change requests to use flat encoding #7771
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
Changes from 10 commits
49a4411
cdc9bd5
cee6abc
8f346f4
4e12780
42e6865
f0d5a24
0424317
86f5049
722823e
24a33e7
24de847
532cb9d
079bcfd
eff46b0
1fdf0db
9c2a623
afd9023
20ca19e
3ee1b31
21b7aae
7574c84
ac812b2
95d1606
4c62cae
985f4bf
f298d46
9114f4d
3d4f2ec
f1b412d
8783ab7
3833701
2be3c0f
dd72a27
64d7ed3
157749a
7b31ed0
09a1cf7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,5 +38,5 @@ public enum JsonRpcResponseKey { | |
| TRANSACTION_ROOT, | ||
| BASEFEE, | ||
| WITHDRAWALS_ROOT, | ||
| REQUESTS_ROOT | ||
| REQUESTS_HASH | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,6 +106,7 @@ public JsonRpcResponse process( | |
| case INVALID_PROPOSAL_PARAMS: | ||
| case INVALID_REMOTE_CAPABILITIES_PARAMS: | ||
| case INVALID_REWARD_PERCENTILES_PARAMS: | ||
| case INVALID_REQUESTS_PARAMS: | ||
|
||
| case INVALID_SEALER_ID_PARAMS: | ||
| case INVALID_STORAGE_KEYS_PARAMS: | ||
| case INVALID_SUBSCRIPTION_PARAMS: | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Enjoying the removal of lots of code, esp in this class :) |
Uh oh!
There was an error while loading. Please reload this page.