Releases: algorand/js-algorand-sdk
Releases · algorand/js-algorand-sdk
v1.14.0-beta.1
v1.13.1
v1.13.0
Added:
- Create dryrun (#478)
- Support ABI reference types and other improvements (#482)
- Improve HTTP error messages (#485)
- Enabling a custom client for Algod and Indexer (#477)
- Export sdk subclasses to typedoc (#479)
- ABI Support for JS library (#454)
- ABI interaction support (#466)
- Wait for confirmation function (#469)
- Add freezeAccount encoding in display method (#460)
- Regenerate code from specification file (#456)
Changed:
Fixed:
v1.13.0-beta.2
v1.13.0-beta.1
v1.12.0
Added
- Support AVM 1.0
- Support deserializing nonparticipating and offline keyreg
- Support deserializing nonparticipating transaction
Fixed
- Key registration transaction with nonParticipation=true
v1.11.1
v1.11.0
Added
- Signing support for rekeying to LogicSig/MultiSig account
v1.10.1
Added
- Add missing fields
msig
andlsig
toEncodedSignedTransaction
type - Add the missing type
SignedTransaction
, which helped fix theany
return value forTransaction.from_obj_for_encoding
- More internal types are now exported
- Support the new base64 asset fields in algod models
- Add ability to install the package from a git URL with npm
Fixed
- Remove BigInt literals from package
- Support encoding transactions with a first round of zero
- Fix msgpack encoding of dryrun objects
v1.10.0
Added
- Support for dynamic opcode accounting, backward jumps, loops, callsub, retsub
- Ability to pool fees
- Ability to pay for extra pages
Changed
- Add link to docs in readme
- Update examples on getting
suggestedParams
- Grammatical fixes
Fixed
- Fix asset creation transaction types that should be optional
- Remove synthetic default imports
- Use DryrunRequest instead of DryrunSource in constructor