Releases: xray-network/cardano-web3-js
Releases · xray-network/cardano-web3-js
CW3js v2.3.4
- XRAY/Graph Output endpoints changed, added
/services/
route (https://graph.xray.app/output/nftcdn/mainnet/api/v1
replaced withhttps://graph.xray.app/output/services/nftcdn/mainnet/api/v1
)
CW3js v2.3.3
- Fixed: correct
cardano-wasm-libs/web
package tocardano-web3-js/web
package
CW3js v2.3.2
- Governance actions: utils fixed
- Governance actions: docs added
- Governance actions: tests added
CW3js v2.3.1
- Fixed WASM import: now use
new CardanoWeb3()
instead ofawait 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
Changelog
- Lovelace key replaced by Value everywhere to be more compatible with CML and Koios
CW3js v2.1.4
Changelog
- Token decimals in balance (for Koios provider, in other case undefined)
- Pricing API temporary disabled (WIP)
CW3js v2.1.3
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
Cardano-koios-client v1.0.6 bump (Koios Schema v1.2.0)
CW3js v2.1.0
Docusaurus + Typedoc. Minor bugfixes
CW3js v2.0.2
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