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