Releases: CheesecakeLabs/stellar-plus
Releases · CheesecakeLabs/stellar-plus
v0.8.4
v0.8.3
What's Changed
- feat: remove spec requirement for contract engine
- feat: export contract spec from stellar-sdk
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- fix proper returned valued when reading from contract in contract engine
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Update Stellar SDK
- Add getSecretKey to DefaultAccountHandler
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Standardized and implemented unit test up to 70% coverage.
- Refactor ContractEngine specific errors.
- Removed issuer requirement for classic assets.
- Simplified Account Handlers by removing helpers and directly incorporating functionalities.
- Standardized the network configuration object and provided objects for common networks.
- Minor bug fixes
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Feat: Soroban auth pipeline:
- Feat add error handling for submit transaction pipeline
- chore: add husky and conventional commit
- refactor: remove unnecessary comments
- Adjustments to release library as open source 🚀
New Contributors
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.7
What's Changed
- fix: add validation in extract result Xdr function by @AlexandreNicolas
- feat: add restore footprint to contract engine by @lucasmagnus