v1.0.0
Because we're launching two breaking changes, we're taking the opportunity to switch to true semver! 🎉
- Breaking change Stellar Protocol 11 compatibility
- Rename
Operation.manageOffer
toOperation.manageSellOffer
. - Rename
Operation.createPassiveOffer
toOperation.createPassiveSellOffer
. - Add
Operation.manageBuyOffer
.
- Rename
- Breaking change The
fee
parameter toTransactionBuilder
is now
required. Failing to provide a fee will throw an error.