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

rpc: replace rpc module #42

Merged
merged 7 commits into from Oct 31, 2023
Merged

rpc: replace rpc module #42

merged 7 commits into from Oct 31, 2023

Conversation

0xcb9ff9
Copy link

0xcb9ff9 and others added 4 commits October 27, 2023 14:13
…28358)

The String() version of BlockNumberOrHash uses decimal for all block numbers, including negative ones used to indicate labels. Switch to using BlockNumber.String() which encodes it correctly for use in the JSON-RPC API.
@0xcb9ff9 0xcb9ff9 added the upstream upstream PR label Oct 30, 2023
@0xcb9ff9 0xcb9ff9 self-assigned this Oct 30, 2023
Copy link
Collaborator

@DarianShawn DarianShawn left a comment

Choose a reason for hiding this comment

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

Got some questions.

eth/filters/filter.go Show resolved Hide resolved
Copy link
Collaborator

@DarianShawn DarianShawn left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@DarianShawn DarianShawn left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks for the great work.

rpc/types.go Show resolved Hide resolved
@DarianShawn DarianShawn mentioned this pull request Oct 31, 2023
3 tasks
@DarianShawn DarianShawn added this pull request to the merge queue Oct 31, 2023
Merged via the queue into dev with commit a7208a2 Oct 31, 2023
2 of 5 checks passed
@DarianShawn DarianShawn deleted the upstream/geth-rpc branch October 31, 2023 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream upstream PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants