Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format extends Keep a Changelog. At the moment this project DOES NOT adhere to Semantic Versioning.

Until MAJOR version 1; All MINOR versions are breaking changes and all patch versions are bug fixes and features.

Version header format: [version] Name - year-month-day (entropy-core compatibility: version [range])

[0.0.3] Blade - 2024-07-17 (entropy-core compatibility: 0.2.0)

Fixed

  • HOT-FIX programmatic balance error 183

[0.0.2] AntMan - 2024-07-12 (entropy-core compatibility: 0.2.0)

Added

  • new: './src/flows/balance/balance.ts' - service file separated out of main flow containing the pure functions to perform balance requests for one or multiple addresses
  • new: './tests/balance.test.ts' - new unit tests file for balance pure functions
  • new: './src/common/logger.ts' - utility file consisting of the logger used throughout the entropy cli
  • new: './src/common/masking.ts' - utility helper file for EntropyLogger, used to mask private data in the payload (message) of the logging method

Fixed

  • keyring retrieval method was incorrectly returning the default keyring when no keyring was found, which is not the intended flow

Changed

  • conditional when initializing entropy object to only error if no seed AND admin account is not found in the account data, new unit test caught bug with using OR condition

Broke

Meta/Dev

  • new: ./dev/README.md
  • ./.github: their is now a check list you should fill out for creating a PR