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

engineapi: Fix json unmarshal issue #12465

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

somnathb1
Copy link
Contributor

Fixes the issue when json decoding empty requests in param to newPayload, spefically, the following would keep coming up in Hive tests (EEST)

Exception: Error calling JSON RPC newPayloadV4, code: -32602, message: invalid argument 3: illegal base64 data at input byte 0

@somnathb1 somnathb1 changed the title Fix json unmarshal issue engineapi: Fix json unmarshal issue Oct 24, 2024
@somnathb1 somnathb1 added the pectra The Prague/Electra protocol upgrade label Oct 24, 2024
@somnathb1 somnathb1 enabled auto-merge (squash) October 24, 2024 15:22
@somnathb1 somnathb1 merged commit da79034 into main Oct 24, 2024
11 checks passed
@somnathb1 somnathb1 deleted the som/fix_json_marshal_requests branch October 24, 2024 15:32
yperbasis pushed a commit that referenced this pull request Oct 25, 2024
Fixes the issue when json decoding empty requests in param to
`newPayload`, spefically, the following would keep coming up in Hive
tests (EEST)
```
Exception: Error calling JSON RPC newPayloadV4, code: -32602, message: invalid argument 3: illegal base64 data at input byte 0
```
yperbasis added a commit that referenced this pull request Oct 25, 2024
Cherry pick #12465 into `release/2.61`

Co-authored-by: Somnath <snb895@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pectra The Prague/Electra protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants