Releases: orca-so/orca-sdks
Releases · orca-so/orca-sdks
common-v0.3.0
What's Changed
- Update orca-sdk dependency to newest common-sdk by @odcheung in #40
- mintlist-cli: Adding a bump comand that diffs mintlists and overrides by @terranmoccasin in #36
- Adding buildSync method on transaction builder by @terranmoccasin in #41
- fix TransactionBuilder.txnSize by @yugure-orca in #42
- bump common-sdk by @yugure-orca in #43
- Upgrade spl-token to v0.3.8 by @odcheung in #44
- Introduce AccountFetcher to common-sdk by @odcheung in #45
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
What's Changed
- Fix: reject owner changed ATA by @yugure-orca in #25
- bump to v0.1.10 by @yugure-orca in #26
- Adding GetAccount request utils and ParsableEntity by @terranmoccasin in #27
- Adding token-sdk package by @terranmoccasin in #28
- Bump common-sdk to 0.1.11 by @terranmoccasin in #29
- Add mintlist-cli for working with token-sdk mintlists by @terranmoccasin in #32
- token-sdk improvements by @terranmoccasin in #31
- Add AddressUtil.toString methods by @odcheung in #33
- token-sdk: refresh option on find methods, partial cache entry is cache hit by @terranmoccasin in #35
- Upgrade TransactionBuilder, update web3.js & add types supporting Smart-Router by @odcheung in #37
- Use chunking of batch account fetching for resolveOrCreateATAs by @terranmoccasin in #38
- Add TransactionBuilderOptions to set default settings & deprecate TransactionProcessor usage by @odcheung in #39
New Contributors
- @terranmoccasin made their first contribution in #27
Full Changelog: common-v0.1.9...common-v0.2.1
common-v0.1.9
What's Changed
Full Changelog: common-v0.1.7...common-v0.1.9
common-v0.1.7
What's Changed
- Add PublicKeyUtil and bump to v0.15 by @odcheung in #19
- Add modeIdempotent option to resolveOrCreateATA(s) by @yugure-orca in #20
- v0.1.6 by @odcheung in #21
- Reject failed transactions in TransactionProcessor by @rawfalafel in #22
New Contributors
- @rawfalafel made their first contribution in #22
Full Changelog: common-v0.1.4...common-v0.1.7
[Common-SDK] Release v0.1.4
[Common-SDK] Release v0.1.2
[Common-SDK] Release v0.1.0
- Updated package dependency to use anchor v0.25
- Updated the TransactionBuilder & Processor to decouple from the AnchorProvider class
[Orca-SDK] v0.0.2
Expose some common constants for the Orca environment
[Common-SDK] Release v0.0.6
- Add
payer
parameter to the resolveOrCreateATA functions
[Common-SDK] Release v0.0.5
- Initial Release for common-SDK
- Transaction Processor
- Math helpers
- Associated Token Address helpers