Skip to content

Releases: TimeleapLabs/unchained

Unchained v0.7.1

17 Dec 21:27
Compare
Choose a tag to compare

Unchained is a decentralized, peer-to-peer network for data validation. Unchained nodes work to validate data together and are rewarded in KNS tokens. The validated data can then be queried by consumer in exchange for KNS tokens. Learn more about Unchained here.

Have any questions? Ask in the forum, in our chat, or send us an email.

Changes

  • Configuration Changes in conf.yaml File
    The level of logging details has been increased, removing redundancies related to 'store field' and introducing a lighter version with 'lite' property active.

  • Quickstart Documentation Improvements
    Updated the Quickstart guide to incorporate instructions related to setting up the Lite version.

  • Command-line Interface Updates in src/index.ts File
    A new '--lite' option has been added providing more command choices to the user.

  • Parameter Updates in src/lib/cli/actions/start.ts File
    The 'store' parameter is now redefined as 'lite', thus providing a simplified implementation with boolean type.

  • Constant Updates in src/lib/constants.ts File
    Application version advanced to 0.7.1, with 'lite' added to the configurations for more streamlined operations.

  • Database Verification in src/lib/db/db.ts File
    A new database setting verification check has been added for improved security and stability.

  • Database Update Changes in src/lib/plugins/uniswap/uniswap.ts File
    Conditional checks have been incorporated to enforce database updates only if Lite mode is enabled.

  • Configuration Update in src/lib/types.ts File
    The configuration interface now includes a field 'lite' to manage the newly introduced lite mode.