Skip to content

Latest commit

 

History

History
307 lines (165 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

307 lines (165 loc) · 9.38 KB

@axelarjs/api

0.3.15

Patch Changes

0.3.14

Patch Changes

0.3.13

Patch Changes

0.3.12

Patch Changes

0.3.11

Patch Changes

  • 2011bbf4ee3200f1799752bc65147cd2f5325e11 Thanks @alanrsoares! - apps/maestro:

    • optimize searchGMP calls
    • fix token details line height
    • fix search results to center lookup token to origin token
    • move direct calls to searchGMP to trpc queries
    • upgrade dependencies

    packages/api:

    • update searchGMP params to support array of contract methods

0.3.10

Patch Changes

0.3.9

Patch Changes

0.3.8

Patch Changes

0.3.7

Patch Changes

0.3.6

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

0.3.3

Patch Changes

  • Updated dependencies [7376c166]:
    • @axelarjs/core@0.2.9

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

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

Patch Changes

  • Updated dependencies [4b8adb6f]:
    • @axelarjs/core@0.2.7

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

  • a7457a7b Thanks @canhtrinh! - update build settings for deposit-address module

  • Updated dependencies [a7457a7b]:

    • @axelarjs/core@0.2.6

0.2.7

Patch Changes

0.2.6

Patch Changes

  • 2d76167d Thanks @canhtrinh! - fix regression issues related to deposit-address-api rename

0.2.5

Patch Changes

0.2.4

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
  • Updated dependencies [c2b0fa7c]:
    • @axelarjs/core@0.2.3

0.2.3

Patch Changes

0.2.2

Patch Changes

  • initial release of deposit-address package

  • Updated dependencies []:

    • @axelarjs/core@0.2.1

0.2.1

Patch Changes

  • 0075481: Avoid circular references between browser and node clients

0.2.0

Minor Changes

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

Patch Changes

  • Updated dependencies [aac5d21]
    • @axelarjs/core@0.2.0

0.1.15

Patch Changes

  • add getRecentLinkTransactions endpoint to axelarscan client

0.1.14

Patch Changes

  • Updated dependencies
    • @axelarjs/core@0.1.3

0.1.13

Patch Changes

  • trigger rebuild

0.1.12

Patch Changes

  • update SearchGMPResponse with SearchGMPGasPaid types; change logic that checks for valid base fee

0.1.11

Patch Changes

  • trigger rebuild

0.1.10

Patch Changes

  • converting base fee to wei

0.1.9

Patch Changes

  • fix bigint issue

0.1.8

Patch Changes

  • wrapping bigint class to BigNumberUtils

0.1.7

Patch Changes

  • updating api package.json to include wildcard exports

0.1.6

Patch Changes

  • adding typesVersions entry to api package.json

0.1.5

Patch Changes

  • export browser and node clients in axelar-query api

0.1.4

Patch Changes

  • add estimateGasFee query

0.1.3

Patch Changes

  • 0346444: upgrade dependencies

0.1.2

Patch Changes

  • Initial release

0.1.1

Patch Changes

  • ded7e8f: Validating the integration with changesets