-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
There was a problem hiding this 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?
Thanks for the review! Done |
CHANGELOG.md
Outdated
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. | ||
|
There was a problem hiding this comment.
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!
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)). | |
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.