Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: AstarNetwork/api

v1.0.4

24 Nov 05:43
Compare
Choose a tag to compare

1.0.4 (2021-11-24)

Note: Version bump only for package root

v1.0.2

05 Nov 13:23
Compare
Choose a tag to compare

1.0.2 (2021-11-05)

Note: Version bump only for package root

v1.5.4-3

06 Jun 12:48
Compare
Choose a tag to compare
v1.5.4-3 Pre-release
Pre-release

1.5.4-3 (2021-06-06)

Note: Version bump only for package root

v1.5.4-2

01 Jun 09:36
Compare
Choose a tag to compare

1.5.4-2 (2021-06-01)

Note: This is an emergency patch that fixes the @plasm/types export type definitions.

The recommended syntax for importing this package is as the following:

import { ApiPromise, WsProvider } from '@polkadot/api';
import type { RegistryTypes } from '@polkadot/types/types';
import typeDefs from '@plasm/types';

const types = typeDefs.dustyDefinitions;

 const api = new ApiPromise({
    provider,
    types: {
      ...(types as RegistryTypes),
    },
 });

v1.5.4

31 May 10:20
Compare
Choose a tag to compare

1.5.4 (2021-05-31)

Note: Version bump only for package root

v1.5.3

26 May 06:48
Compare
Choose a tag to compare

1.5.3 (2021-05-26)

Note: Version bump only for package root

v1.5.2

26 May 05:41
Compare
Choose a tag to compare

1.5.2 (2021-05-26)

Note: Version bump only for package root

v1.5.0-alpha

26 May 03:52
2538199
Compare
Choose a tag to compare
v1.5.0-alpha Pre-release
Pre-release

Changed the project structure and added type support for Dusty 1.9.3

@plasm/[email protected]

26 May 05:27
Compare
Choose a tag to compare
Pre-release

1.5.1-alpha.3 (2021-05-26)

Note: Version bump only for package @plasm/types

@plasm/[email protected]

26 May 05:24
Compare
Choose a tag to compare
Pre-release

1.5.1-alpha.2 (2021-05-26)

Note: Version bump only for package @plasm/types