Skip to content

Releases: xray-network/cardano-web3-js

CW3js v2.3.4

20 Jul 09:14
Compare
Choose a tag to compare
  • XRAY/Graph Output endpoints changed, added /services/ route (https://graph.xray.app/output/nftcdn/mainnet/api/v1 replaced with https://graph.xray.app/output/services/nftcdn/mainnet/api/v1)

CW3js v2.3.3

04 Jun 18:53
Compare
Choose a tag to compare
  • Fixed: correct cardano-wasm-libs/web package to cardano-web3-js/web package

CW3js v2.3.2

02 Jun 12:45
Compare
Choose a tag to compare
  • Governance actions: utils fixed
  • Governance actions: docs added
  • Governance actions: tests added

CW3js v2.3.1

01 Jun 14:11
Compare
Choose a tag to compare
  • Fixed WASM import: now use new CardanoWeb3() instead of await CardanoWeb3.init()
  • utils (and other libs) direct import
  • Governance methods added
  • PlutusV3 support added
  • Updated WASM library versions (CML, MSL, UPLC)
  • Enhanced and rewrote documentation for clarity and completeness

CW3js v2.1.5

11 Jan 10:19
Compare
Choose a tag to compare

Changelog

  • Lovelace key replaced by Value everywhere to be more compatible with CML and Koios

CW3js v2.1.4

08 Jan 18:32
Compare
Choose a tag to compare

Changelog

  • Token decimals in balance (for Koios provider, in other case undefined)
  • Pricing API temporary disabled (WIP)

CW3js v2.1.3

21 Dec 17:59
Compare
Choose a tag to compare

Minor update: updated CML version, added read-only account

Changelog

  • PlutusCostModels V3
  • Create a read-only account using the account.fromAddress() method
  • Make any type of account exportable
  • CML version upgrade (5.3.1 to 6.0.1)
  • CMS version upgrade (1.0.1 to 1.1.0)

CW3js v2.1.2

23 Sep 10:17
Compare
Choose a tag to compare

Cardano-koios-client v1.0.6 bump (Koios Schema v1.2.0)

CW3js v2.1.0

27 Jun 00:06
Compare
Choose a tag to compare

Docusaurus + Typedoc. Minor bugfixes

CW3js v2.0.2

20 Jun 18:15
Compare
Choose a tag to compare

This release enables efficient account derivation, transaction building, and blockchain exploration.

Key release features:

  • TxBuilder
  • TxFinalizer
  • Plutus Data
  • Accounts approach
    • FromMnemonic
    • FromXprvKey
    • FromConnector (wallet connector)
    • Import / Export
  • Explorers (Koios, NFTCDN, Pricing)
  • Providers (Koios, Kupmios)
  • Unit tests