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

refactor(jsonrpc-primitives): use more appropriate identifiers around changes-related RPC structs #4754

Merged
merged 2 commits into from
Sep 1, 2021

Conversation

miraclx
Copy link
Contributor

@miraclx miraclx commented Aug 31, 2021

The internal data structures for the EXPERIMENTAL_changes and EXPERIMENTAL_changes_in_block methods are a little unintuitive and tricky to understand at a glance. This PR proposes a rename to clear this confusion.

method old new
  • EXPERIMENTAL_changes
  • RpcStateChangesInBlockRequest RpcStateChangesInBlockByTypeRequest
  • EXPERIMENTAL_changes_in_block
  • RpcStateChangesRequest RpcStateChangesInBlockRequest

    @near-bulldozer near-bulldozer bot merged commit 2a51e26 into near:master Sep 1, 2021
    @miraclx miraclx deleted the rename-changes-related-structs branch September 1, 2021 14:01
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants