Changelog
Fixed
- Fix claimable_balance_claimants subquery in GetClaimableBalances() 5207
Added
- New optional config
SKIP_TXMETA(5189). Defaults toFALSE, whenTRUEthe following will occur:- history_transactions.tx_meta column will have serialized xdr that equates to empty for any protocol version, such as for
xdr.TransactionMeta.V3,Operations,TxChangesAfter,TxChangesBeforewill be empty arrays andSorobanMetawill be nil.
- history_transactions.tx_meta column will have serialized xdr that equates to empty for any protocol version, such as for
Breaking Changes
- Removed
DISABLE_SOROBAN_INGESTconfiguration parameter, use the newSKIP_TXMETAparameter instead.