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

Changed from enum to struct, moved variant as a variant which allo… #4901

Conversation

zajko
Copy link

@zajko zajko commented Oct 3, 2024

…wed to promote to a field directly on

Please consider the following when creating a PR:

  • Provide a useful description of this PR, suitably verbose, aimed at helping reviewers and contributors
  • Update all relevant changelogs
  • Provide a link to the GitHub issue relating to this PR
  • Identify if any downstream impact as in to, SDKs, SmartContracts etc

…of GetRequest which allowed to promote state_identifier to a field directly in GlobalStateRequest
pub struct GlobalStateRequest {
/// Global state identifier, `None` means "latest block state".
state_identifier: Option<GlobalStateIdentifier>,
/// ualifier that points to a specific item (or items) in the global state.
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing leading q for qualifier

Copy link
Collaborator

Choose a reason for hiding this comment

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

lgtm, gj

@zajko
Copy link
Author

zajko commented Oct 21, 2024

bors r+

Copy link
Contributor

Build succeeded:

@casperlabs-bors-ng casperlabs-bors-ng bot merged commit b875b1e into casper-network:feat-2.0 Oct 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rc-5 Release Candidate 5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants