Skip to content

Releases: orca-so/orca-sdks

common-v0.3.0

23 Jun 04:30
5a933ce
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Breaking changes are from the spl-token v0.1.8 -> v0.3.0 upgrade.

  • u64 rename / type change to BN -Percentage, DecimalUtil, Ata-utils
  • removed deriveATA - use spl-token's getAssociatedTokenAddressSync instead
  • removed TokenUtil functions to use better spl-token alternatives
  • Rename createWSOLAccountInstructions to TokenUtil.createWrappedNativeAccountInstruction
  • EntityParsing now takes in an additional address: PublicKey field during parsing
  • Updated API for account-request methods getMultipleAccounts, getMultipleAccountsInMap, getMultipleParsedAccounts

Full Changelog: common-v0.2.1...common-v0.3.0

common-v0.2.1

23 Apr 23:55
d656b9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: common-v0.1.9...common-v0.2.1

common-v0.1.9

28 Jan 04:06
83315db
Compare
Choose a tag to compare

What's Changed

  • Reject failed transactions in TransactionProcessor + commitment fix by @odcheung in #24

Full Changelog: common-v0.1.7...common-v0.1.9

common-v0.1.7

26 Jan 12:08
c9c1d63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: common-v0.1.4...common-v0.1.7

[Common-SDK] Release v0.1.4

24 Nov 05:07
8c44b87
Compare
Choose a tag to compare
  • Revert breaking changes, back to commonjs link
  • Add an option to avoid on-chain call for estimating txn size link

[Common-SDK] Release v0.1.2

23 Nov 06:47
Compare
Choose a tag to compare
  • Changed from CommonJs module to ES6 module [link] (5b45183)
  • Add add/prepend and estimate transaction size functions in TransactionBuilder link

[Common-SDK] Release v0.1.0

22 Jul 13:43
9c86581
Compare
Choose a tag to compare
  • Updated package dependency to use anchor v0.25
  • Updated the TransactionBuilder & Processor to decouple from the AnchorProvider class

[Orca-SDK] v0.0.2

09 Jun 03:20
1bf36ce
Compare
Choose a tag to compare

Expose some common constants for the Orca environment

[Common-SDK] Release v0.0.6

09 Jun 03:21
1bf36ce
Compare
Choose a tag to compare
  • Add payer parameter to the resolveOrCreateATA functions

[Common-SDK] Release v0.0.5

26 May 20:44
888983b
Compare
Choose a tag to compare
  • Initial Release for common-SDK
  • Transaction Processor
  • Math helpers
  • Associated Token Address helpers