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
BREAKING: Use ChangeTrustAsset for ChangeTrust operation
BREAKING: Use TrustLineAsset instead of Asset in LedgerKey::Trustline
BREAKING: Update xdr_generated.rs from the current stellar X files.
BREAKING: Use traits from the ed25519 crate to allow using any ed25519
backend (libsodium, dalek, etc or even a custom signing implementation). The
use of sodiumoxide is now behind the feature sodium_oxide, which is enabled
by default.
Update dependency's versions
Fixed
Fix ChangeTrustOperationBuilder to allow explicitly passing limit 0.