Skip to content

Releases: torusresearch/fetch-node-details

v5.0.0

27 Jan 13:27
Compare
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
Compare
Choose a tag to compare

Update deps

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

v4.0.1

17 Nov 11:08
Compare
Choose a tag to compare

Update deps

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

v4.0.0

10 Nov 07:23
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix link for types

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

v3.0.1

14 Oct 12:40
Compare
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
Compare
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

v2.7.1

21 Aug 08:35
Compare
Choose a tag to compare

Update deps

v2.7.0

07 Jul 03:52
Compare
Choose a tag to compare

The following changes have been made in this release:

  • Update deps + Move to node 14
  • Move repo to typescript