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

Protocol 22 Soroban RPC changes #984

Merged
merged 6 commits into from
Oct 11, 2024
Merged

Protocol 22 Soroban RPC changes #984

merged 6 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    000900c View commit details
    Browse the repository at this point in the history
  2. chore: createdAt field in getTransaction response is now encoded as s…

    …tring instead of int64, update test
    overcat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc1b999 View commit details
    Browse the repository at this point in the history
  3. refactor!: The legacy cost field has been removed from SimulateTran…

    …sactionResponse.
    
    The correct resource costs can now be retrieved from the transaction_data XDR in the response.
    overcat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5c1e119 View commit details
    Browse the repository at this point in the history
  4. refactor!: The paging_token field has been removed from EventInfo

    …, use the `cursor` in `GetEventsResponse` instead.
    overcat committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    644d555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44ddbaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fda91cd View commit details
    Browse the repository at this point in the history