Skip to content

Releases: CheesecakeLabs/stellar-plus

v0.5.6

23 Jan 18:53
9e117b9
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

What's Changed

v0.5.5

19 Jan 16:22
9078110
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

What's Changed

  • feat: Improved error STP007 for transaction not found to include transactionHash
  • feat: added dynamic wait interval to soroban pipeline based on transaction timeout. Defaults to 15 seconds if not defined.

v0.5.4

18 Jan 18:58
b99f9b2
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

What's Changed

  • fix: use soroban namespace to import assemble transaction by @lucasmagnus

New Contributors

v0.5.3

18 Jan 16:26
4948064
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

What's Changed

  • fix: add missing buffer imports: Following up on the approach taken in v0.5.2 to a broader coverage to support Frontend projects.

v0.5.2

18 Jan 16:08
b0c28a8
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

What's Changed

  • fix: add Buffer imports: This fixes issues in Frontend projects that failed to identify the Buffer object and would throw an error indicating Buffer was not initialized.

v0.5.1

18 Jan 14:00
e2c834b
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

What's Changed

  • feat: Add common Types export

v0.5.0

18 Jan 13:43
f76a4fd
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • feat: Auto restore contract footprint
  • feat: Introduced unified pipeline for processing a built transaction, which ensures the same flow for any transaction other than a readfromcontract. Profiling and debug now covers all contract engine workflows.
  • feat: restore footprint function for soroban transaction processor
  • feat: user-friendly restoreContractFootprint to contract engine
  • feat: Added get contract footprint to contract engine
  • feat: Added auto restore workflow when a restoreTransactionInvocation is provided through options
  • feat: Added resourcing to transactions other than invoking (upload, deploy and wrap sac)
  • feat: Added a getter function to fetch the contract instance liveUntilLedgerSeq
  • feat: Added a getter function to fetch the contract code liveUntilLedgerSeq

v0.4.4

15 Jan 12:11
06a9f56
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

What's Changed

  • feat: Add Fee Charged field on profiler by @alessandrak
  • fix: Get the CPU Instructions from TransactionData by @alessandrak

v0.4.3

02 Jan 19:09
abac52f
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

What's Changed

v0.4.2

27 Dec 17:05
b63cee4
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

What's Changed

  • Build: Remove crypto lib dependency to avoid webpack 5 or higher conflicts