Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Latest commit

Β 

History

History
224 lines (177 loc) Β· 8.1 KB

CHANGELOG.md

File metadata and controls

224 lines (177 loc) Β· 8.1 KB

v1.0.0-beta.39 - 2020-02-11

Chore

  • update v1.0.0-beta.39

Fix

  • print count 0 date for nft rpc
  • dayjs calculation

v1.0.0-beta.38 - 2020-02-07

Chore

  • update v1.0.0-beta.38
  • change integration usage endpoint
  • modify rpc/config and name

Feat

  • add integration usage command
  • add dayjs library
  • add nft usage command

Fix

  • handling the case when there is no hourly stats

v1.0.0-beta.37 - 2019-12-05

Chore

  • change console output to updated version

Fix

  • handling the case when there is no hourly stats

v1.0.0-beta.36 - 2019-12-03

Fix

  • empty stat list handling

v1.0.0-beta.35 - 2019-12-03

Chore

  • update v1.0.0-beta.34

Feat

  • add trusted node commands

v1.0.0-beta.34 - 2019-11-18

Chore

  • remove websocket ack timeout
  • separate TN commands from henesis cli
  • change description to updated spec

Feat

  • add apiVersion field in henesis.yaml

v1.0.0-beta.33 - 2019-10-29

Chore

  • update v1.0.0-beta.33
  • update v1.0.0-beta.32

Feat

  • support delegatecall event listening (#116)

v1.0.0-beta.32 - 2019-10-18

Chore

  • add min-threshold, default-threshold per platform

v1.0.0-beta.31 - 2019-10-16

Chore

  • update v1.0.0-beta.31
  • fix template for updated spec (#118)

Feat

  • collecting logs and errors to Google Analytics and Sentry (#105)

v1.0.0-beta.30 - 2019-09-29

Chore

  • update v1.0.0-beta.30
  • fix typos
  • apply autocomplete (#66)
  • change to init command available in existing directory (#103)

Feat

  • add custom webSocket timeout
  • add account:describe command

Fix

  • add timeout paramter to update command create function

v1.0.0-beta.29 - 2019-09-23

Chore

  • update v1.0.0-beta.29

Feat

  • add node:status

v1.0.0-beta.28 - 2019-09-17

Chore

  • update v1.0.0-beta.28
  • refine compiler version error messages (#89, #90)
  • update v1.0.0-beta.27

v1.0.0-beta.27 - 2019-09-09

Chore

  • update v1.0.0-beta.25

v1.0.0-beta.25 - 2019-09-07

Chore

  • update readme for yaml config
  • remove blockchain interval property in yaml file (#85)
  • format help commands desc
  • add CI (#13)
  • delete .vscode/ and ignore it

Docs

  • update readme

Feat

  • catch sol compiler error
  • 1.0.0-beta.22
  • support http protocol in config -e
  • add 503 error catcher
  • update integration class
  • update template and init command based on new IntegrationSpec
  • update integration deploy command based on new IntegrationSpec
  • update integration type and status command
  • init with force (#62)
  • specific anon user, dimension (#59)
  • git clone use template. (#56)
  • relocated base command & customized endpoint (#55)
  • improvement Testcase (#54)
  • evm version fix (#52)
  • improve error message (#46)
  • add more info at subcommand example
  • ignore solidity compile warning message (#35)
  • latest beta (#34)
  • add analytics. (#25)
  • impl init command. (#24)
  • update hook. (#22)
  • implementation login command. (#21)
  • implemetation User RPC (#20)
  • implements analytics check hook. (#19)
  • implements config store (#18)
  • implement deploy command
  • implement getIntegrationById, refactor: change integrationRpc patch to put
  • implement example contract, spec, handler
  • implement compiler module
  • implement integration:status, integration:describe, integration:delete command
  • add init hook for wretch
  • implement intergrationRpc

Fix

  • when error some evm version. (#51)
  • fix evmVersion bug (#50)
  • change compiler cache directory name (#49)
  • 2space to 1sapce
  • fix load dep file error and add more detailed error (#33)
  • latest publish (#32)
  • latest publish
  • version up
  • delete user config when get unauthorized error
  • fix conflict
  • fix typo and prettify console msg
  • add nock to package.json and fix typo

Mod

  • dashboard link (#42)
  • template upgrade (#38)
  • update version (#37)
  • move configstore path (#30)
  • use cli-ux table (#29)
  • readme, cli to henesis. (#28)

Refactor

  • remove provider connectionlimit property
  • add default error catcher and refine rpc error message
  • dynamically test integration id
  • dynamically test integration id
  • change promise to await/async (#11)

Style

  • apply lint (#41)
  • apply lint, lint script and husky (#14)