The newest version of stellar-sdk contains breaking changes, so we've taken this opportunity to switch to true semver! 🎉
- [1.0.0] Breaking change Stellar Protocol 11 compatibility
- Rename
Operation.manageOffertoOperation.manageSellOffer. - Rename
Operation.createPassiveOffertoOperation.createPassiveSellOffer. - Add
Operation.manageBuyOffer.
- Rename
- [1.0.0] Breaking change The
feeparameter toTransactionBuilderis now
required. Failing to provide a fee will throw an error. - [1.0.1] The new renamed operations,
Operation.manageOfferandOperation.createPassiveOffer, will still work; they'll just issue a deprecation warning to the console, and they'll return the output of the new operation names (so their returnedtypeproperties will be "manageSellOffer" and "createPassiveSellOffer" respectively).