Releases: torusresearch/fetch-node-details
v6.0.0
What's Changed
- Feat/torus scripts update by @chaitanyapotti in #38
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #35
Drop Node.js 12 support.
Use webpack 5
Full Changelog: v5.1.0...v6.0.0
v5.0.1
What's Changed
- fix cached network details on cyan by @chaitanyapotti in #34
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Feat/polygon by @chaitanyapotti in #33
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
Update deps
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Update deps
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Esm release by @chaitanyapotti in #32
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
What's Changed
- Feat/torus cli by @chaitanyapotti in #30
New build process + use torus lint
Full Changelog: v3.0.2...v3.1.0
v3.0.2
Fix link for types
Full Changelog: v3.0.1...v3.0.2
v3.0.1
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
The following changes have been made in this release:
What's Changed
- Add a rollup build by @chaitanyapotti in #29
Full Changelog: v2.7.1...v3.0.0
Migration Notes:
- Existing users can simply continue using the package without any code changes