horizonclient-v9.0.0
版本发布时间: 2022-01-11 10:05:53
stellar/go最新发布版本:horizon-v22.0.0-rc1(2024-10-16 03:33:50)
- Enable Muxed Accounts (SEP-23) by default (#4169):
- Remove
TransactionParams.EnableMuxedAccounts
- Remove
TransactionFromXDROptionEnableMuxedAccounts
- Remove
FeeBumpTransactionParams.EnableMuxedAccounts
- Remove parameter
withMuxedAccounts bool
from all methods/functions. - Remove
options ...TransactionFromXDROption
parameter fromTransactionFromXDR()
- Rename
SetOpSourceMuxedAccount()
to (pre-existing)SetOpSourceAccount()
which now accepts bothG
andM
(muxed) account strkeys.
- Remove
- Use xdr.Price to represent prices in txnbuild instead of strings (#4167).