Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

99 lines (54 loc) · 3.6 KB

@axelarjs/core

0.2.11

Patch Changes

  • #363 234f9255090a7bc735b9229d380ab1725b2f0946 Thanks @npty! - - Added manualRelayToDestChain function in the @axelarjs/transaction-recovery module for enhanced transaction recovery capabilities.
    • Added searchBatchedCommands query for the Axelarscan client in the @axelarjs/api module.
    • Added Axelar Recovery client to facilitate server-side signing of Axelar transactions in the @axelarjs/api module.
    • Added AXELAR_LCD_URLS to @axelarjs/core module.
    • Added connectToFirstAvailable function to allow passing multiple rpc urls and connect to first available node in the @axelarjs/cosmos module.

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

  • 4b8adb6f Thanks @alanrsoares! - - Migrage api clients to use minimalistic isomorphic http client based on isomorphic-unfetc
    • upgrade dependencies

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

  • c2b0fa7c Thanks @alanrsoares! - - @axelarjs/cosmos: Implement AxelarSigningStargateClient
    • @axelarjs/utils: Add memoize util to functions module
    • @axelarjs/proto: Upgrade protobuf dependencies
    • all: upgrade vitest

0.2.2

Patch Changes

0.2.1

Patch Changes

  • initial release of deposit-address package

0.2.0

Minor Changes

  • aac5d21: Refactor api, transaction-recovery & core modules to support isomorphic clients

0.1.3

Patch Changes

  • add s3 links for testnet/mainnet

0.1.2

Patch Changes

  • Initial release

0.1.1

Patch Changes

  • ded7e8f: Validating the integration with changesets