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

soroban-rpc: Replace getLedgerEntry with getLedgerEntries #66

Merged
merged 6 commits into from
May 23, 2023

Conversation

stellarsaur
Copy link
Contributor

@stellarsaur stellarsaur commented Apr 19, 2023

Replaces instances of getLedgerEntry with getLedgerEntries.

Related to this issue

Need to wait until this PR is deployed to merge this. Tests will fail in the meantime due to them using live endpoints.

@stellarsaur stellarsaur added the enhancement New feature or request label Apr 19, 2023
@stellarsaur stellarsaur self-assigned this Apr 19, 2023
@stellarsaur stellarsaur marked this pull request as ready for review May 23, 2023 18:42
@stellarsaur stellarsaur requested a review from Shaptic May 23, 2023 18:43
Copy link
Contributor

@Shaptic Shaptic left a comment

Choose a reason for hiding this comment

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

Nice, can you add the breaking change to the changelog?

@stellarsaur
Copy link
Contributor Author

Nice, can you add the breaking change to the changelog?

Thanks for the review! Done

CHANGELOG.md Outdated
Comment on lines 5 to 9
A breaking change should be clearly marked in this log.

#### 0.6.2
* replaced `getLedgerEntry` with `getLedgerEntries`. `getLedgerEntry` is deprecated and should no longer be used.

Copy link
Contributor

Choose a reason for hiding this comment

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

lol sorry, this isn't ready for release / a final decision on version bump. you should keep it in the "Unreleased" section and we'll tag it when we're ready. also marking it as breaking more explicitly!

Suggested change
A breaking change should be clearly marked in this log.
#### 0.6.2
* replaced `getLedgerEntry` with `getLedgerEntries`. `getLedgerEntry` is deprecated and should no longer be used.
A breaking change should be clearly marked in this log.
* **Breaking Change**: Replaced `getLedgerEntry` with `getLedgerEntries`. `getLedgerEntry` is deprecated and should no longer be used ([#66](https://github.com/stellar/js-soroban-client/pull/66)).

@Shaptic Shaptic merged commit da4e0bf into main May 23, 2023
@Shaptic Shaptic deleted the get-ledger-entries branch May 23, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants