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 new API and types in SUI RPC API 0.19.0 #46

Closed
FrankC01 opened this issue Dec 17, 2022 · 0 comments
Closed

Support new API and types in SUI RPC API 0.19.0 #46

FrankC01 opened this issue Dec 17, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@FrankC01
Copy link
Owner

FrankC01 commented Dec 17, 2022

Update has two flavors:

  1. Change breaks return value types, immediate fix: coin balance (pushed in 0.4.1)
  2. Various other breaking changes: Will address in 0.4.2 weekend of Dec 17th, 2022
  • The main issue is in transactions submitted for execution have a new data structure that needs to be encapsulated with the txbytes from the Builder execution. It also requires serializing/deserializing the txbytes using BCS.
  • Other minor changes
  1. New API altogether to add support in Builders and RPC interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant