Skip to content

Releases: AvaProtocol/oak.js

@oak-network/types@2.0.6

11 Sep 02:36
ae541d6
Compare
Choose a tag to compare

Patch Changes

@oak-network/api-augment@2.0.6

11 Sep 02:36
ae541d6
Compare
Choose a tag to compare

Patch Changes

@oak-network/types@2.0.5

24 Aug 06:34
78c8308
Compare
Choose a tag to compare

Description

This release of @oak-network/types is designed to ensure compatibility with oak-blockchain version 2.0.0, as well as with Turing Network runtime versions 295 and beyond.

NPM package: https://www.npmjs.com/package/@oak-network/types?activeTab=versions

What's Changed

New Contributors

Full Changelog: https://github.com/OAK-Foundation/oak.js/compare/v1.9.0-rc.4...@oak-network/types@2.0.5

@oak-network/api-augment@2.0.5

24 Aug 06:33
78c8308
Compare
Choose a tag to compare

Description

This release of @oak-network/api-augment is designed to ensure compatibility with oak-blockchain version 2.0.0, as well as with Turing Network runtime versions 295 and beyond.

NPM package: https://www.npmjs.com/package/@oak-network/api-augment?activeTab=versions

What's Changed

New Contributors

Full Changelog: https://github.com/OAK-Foundation/oak.js/compare/v1.9.0-rc.4...@oak-network/types@2.0.5

v1.9.0-rc.4

10 Jul 18:45
f5ef74c
Compare
Choose a tag to compare

This release of oak.js is compatible with the blockchain version of v1.9.0.1 in OAK-blockchain Releases.

The packages of this release are published at npmjs.com/@oak-network/api-augment, and npmjs.com/@oak-network/types.

Check out running versions from Polkadot Telemetry
Turing Network collators

Turing Staging(testnet) collators

What's Changed

  • Major changes of polkadot.js common API due to the upgrade of the chain’s relevant dependencies to Polkadot v0.9.38. Please refer to the below Full Changelog for all code changes.
  • Added more detailed error code to Turing’s automationTime pallet
  • Added elaborate comments to API functions and parameters
  • Added Updating the Packages instructions to README.md

Full Changelog: v1.8.1-rc.1...v1.9.0-rc.4

v1.8.0

27 Dec 03:15
c745a04
Compare
Choose a tag to compare

This release of oak.js is compatible with v1.8.0 of OAK-blockchain Releases.

Check out running versions from Polkadot Telemetry
Turing Network collators

Turing Staging(testnet) collators

What's Changed

  • Added RPC support to automationTime.queryFeeDetails to support cross-chain auto-compound with Mangata.finance.

Full Changelog: v1.7.0...v1.8.0

v1.7.0 (including v1.7.0.1 and v1.7.0.2)

27 Dec 01:36
Compare
Choose a tag to compare

This release of oak.js is compatible with v1.7.0, v1.7.0.1 and v1.7.02 in OAK-blockchain Releases.

Check out running versions from Polkadot Telemetry
Turing Network collators

Turing Staging(testnet) collators

Usage

First, install the packages by running npm i @oak-network/api-augment@1.7.0 @oak-network/types@1.7.0.

Then, adding the below references to your Javascript code to be able to call timeAutomation pallet with polkadot.js library. Check out the full details in our demo at ./demo/src

require('@oak-foundation/api-augment');
const { rpc, types } = require('@oak-foundation/types');
const { ApiPromise, WsProvider, Keyring } = require('@polkadot/api');

What's Changed

  • Added publish instructions to README.md by @chrisli30 in #10
  • Added Dynampic Dispatch support to timeAutomation and future pallets

Full Changelog: v0.1.0...v1.7.0