v1.0.1
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.manageOffer
toOperation.manageSellOffer
. - Rename
Operation.createPassiveOffer
toOperation.createPassiveSellOffer
. - Add
Operation.manageBuyOffer
.
- Rename
- [1.0.0] Breaking change The
fee
parameter toTransactionBuilder
is now
required. Failing to provide a fee will throw an error. - [1.0.1] The new renamed operations,
Operation.manageOffer
andOperation.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 returnedtype
properties will be "manageSellOffer" and "createPassiveSellOffer" respectively).