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

all: Accounting for protocol 22 related RPC changes #67

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

gouthamp-stellar
Copy link
Contributor

@gouthamp-stellar gouthamp-stellar commented Oct 30, 2024

What

Making sure that the RPC changes listed in protocol 22: https://gist.github.com/Shaptic/6d5c76c5fe2b29e42d1d190241110281 are reflected in the wallet backend

Why

Ensuring that the latest RPC build does not break the wallet backend

Known limitations

N/A

Issue that this PR addresses

#64

Checklist

PR Structure

  • It is not possible to break this PR down into smaller PRs.
  • This PR does not mix refactoring changes with feature changes.
  • This PR's title starts with name of package that is most changed in the PR, or all if the changes are broad or impact many packages.

Thoroughness

  • This PR adds tests for the new functionality or fixes.
  • All updated queries have been tested (refer to this check if the data set returned by the updated query is expected to be same as the original one).

Release

  • This is not a breaking change.
  • This is ready to be tested in development.
  • The new functionality is gated with a feature flag if this is not ready for production.

@gouthamp-stellar gouthamp-stellar changed the title Accounting for protocol 22 related RPC changes all: Accounting for protocol 22 related RPC changes Oct 30, 2024
@@ -31,6 +31,7 @@ type RPCGetTransactionResult struct {
OldestLedger int64 `json:"oldestLedger"`
OldestLedgerCloseTime string `json:"oldestLedgerCloseTime"`
ApplicationOrder int64 `json:"applicationOrder"`
Hash string `json:"txHash"`

Choose a reason for hiding this comment

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

@gouthamp-stellar Do we have any unittests. That way we can ensure all such future changes are working fine.

Copy link

@aditya1702 aditya1702 left a comment

Choose a reason for hiding this comment

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

LGTM

@gouthamp-stellar gouthamp-stellar merged commit b811b91 into main Oct 31, 2024
5 checks passed
@gouthamp-stellar gouthamp-stellar deleted the v22_changes branch October 31, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants