Skip to content

Releases: CheesecakeLabs/stellar-plus

v0.8.4

10 May 16:47
09458fd
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

What's Changed

  • fix: simulation fails for tx missing soroban auth entry by @fazzatti in #146

Full Changelog: v0.8.3...v0.8.4

v0.8.3

07 May 16:29
38b68db
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

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

01 May 20:37
c715a46
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

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

30 Apr 20:17
bf5ac05
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

What's Changed

  • Update Stellar SDK
  • Add getSecretKey to DefaultAccountHandler

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Apr 20:08
b7a18c3
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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

28 Mar 20:09
a1b3158
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

@Brunonascdev 🚀

Full Changelog: v0.6.2...v0.7.0

v0.6.2

02 Feb 18:56
2c6b358
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

What's Changed

  • Fix: E2E testing minor fixes by @fazzatti
    • Invoke contract returning full object instead of value
    • Fee Bump Wrapper Plugin doesn't verify the inner source
  • Improvement: add export to channel accounts plugin for classic by @fazzatti

v0.6.1

01 Feb 20:21
4e4b674
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

v0.6.0

01 Feb 20:11
2dcdb50
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

Major refactor into the core pipelines to introduce conveyor belt pattern and middleware plugins.

v0.5.7

31 Jan 18:31
5db075a
Compare
Choose a tag to compare
v0.5.7 Pre-release
Pre-release

What's Changed