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

Support protocol 7 #10

Merged

Conversation

Victor-N-Suadicani
Copy link
Contributor

Purpose

Supports the new fields in protocol 7, in particular in the AccountInfo.

Changes

Updated the GRPC API submodule to the grpc-api/7.0 tag, which supports protocol 7. Then, regenerated the protobuf code based on the new protobuf definitions. This process was previously undocumented - I've now documented how to do this in the README.

Also got rid of various warnings and deprecations that were previously present in the code.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

Copy link

@soerenbf soerenbf left a comment

Choose a reason for hiding this comment

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

Looks good 😄

README.md Show resolved Hide resolved
v2/client.go Show resolved Hide resolved
v2/types.go Show resolved Hide resolved
@Victor-N-Suadicani Victor-N-Suadicani merged commit 02723ed into main Sep 4, 2024
1 check passed
@Victor-N-Suadicani Victor-N-Suadicani deleted the vs/gos-1-support-protocol-7-api-in-the-go-sdk branch September 4, 2024 07:29
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