You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
## Unreleased
4
4
5
+
**This release includes a database migration.** This migration may take up to an hour to build new indices, depending on your hardware; please deploy accordingly.
6
+
5
7
### Added
6
8
- The RPC's `Client` now has a new method `LoadAccount` which returns an SDK-compatible `Account` interface for a public key ([#481](https://github.com/stellar/stellar-rpc/pull/481/)).
7
9
10
+
### Fixed
11
+
-`getLedgers` performance has been improved ([#505](https://github.com/stellar/stellar-rpc/pull/505)).
12
+
-`getEvents` performance has been drastically improved ([#510](https://github.com/stellar/stellar-rpc/pull/510)).
0 commit comments