Stellar RPC: Protocol 28
Added
- XDR has been updated to support Protocol 28 (CAP-0083, CAP-0085) (#913).
- The preflight hosts have been rotated to soroban-env-host 28.0.1 (27.0.1 for the previous protocol) and integration tests now run against stellar-core 28.0.0 (#913).
Fixed
- Backfill ingestion is significantly faster: the bulk load defers index creation and batches its writes (#854).
- Bumped dependencies to latest versions, and the release image no longer installs recommended packages (#928).
- Bumped
go-stellar-sdkto v0.7.2, so strkeys in requests are validated against their SEP-23 payload length: an address, contract ID or claimable balance ID whose checksum is valid but whose payload length is wrong is now rejected instead of accepted (#929). - Fixed getEvents missing events on multi-filter requests (#832).
- Bumped internal dependencies and reduced Docker image size (#928).
Contributors
- @satyamz made their first contribution in #790
- @sisuresh @urvisavla @karthikiyer56 @Shaptic @cjonas9 @marwen-abid
Full Changelog: v27.1.0...v28.0.0