Skip to content

Releases: torusresearch/fetch-node-details

v6.0.0

13 May 04:40

Choose a tag to compare

What's Changed

Drop Node.js 12 support.
Use webpack 5

Full Changelog: v5.1.0...v6.0.0

v5.0.1

09 Feb 15:26

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

27 Jan 13:27

Choose a tag to compare

What's Changed

Torus is scaling horizontally now by using sharding.
That means, based on your verifier + verifierId, you will be randomly assigned a deterministic nodeset.

  • Add support for cyan torus network.

Full Changelog: v4.0.2...v5.0.0

Migration notes:

  • Fetch node details now requires verifier and verifierId to get the nodeset you want to target.
  • Requires a single call to Blockchain to fetch the nodeset.

v4.0.2

02 Dec 00:13

Choose a tag to compare

Update deps

Full Changelog: v4.0.1...v4.0.2

v4.0.1

17 Nov 11:08

Choose a tag to compare

Update deps

Full Changelog: v4.0.0...v4.0.1

v4.0.0

10 Nov 07:23

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

Migration Notes:

please make the following changes

umd build:

change from

const nodeDetailManager = new FetchNodeDetails();

to

const nodeDetailManager = new FetchNodeDetails.default();

node build:

change from

const FetchNodeDetails = require("@toruslabs/fetch-node-details");

to

const FetchNodeDetails = require("@toruslabs/fetch-node-details").default;

The default build is now esm which would be picked by bundlers

v3.1.0

10 Nov 06:26

Choose a tag to compare

What's Changed

New build process + use torus lint

Full Changelog: v3.0.2...v3.1.0

v3.0.2

18 Oct 11:52

Choose a tag to compare

Fix link for types

Full Changelog: v3.0.1...v3.0.2

v3.0.1

14 Oct 12:40

Choose a tag to compare

Fix bug related to project id being undefined

Full Changelog: https://github.coma/torusresearch/fetch-node-details/compare/v3.0.0...v3.0.1

v3.0.0

14 Oct 08:17

Choose a tag to compare

The following changes have been made in this release:

What's Changed

Full Changelog: v2.7.1...v3.0.0

Migration Notes:

  • Existing users can simply continue using the package without any code changes