Skip to content

Latest commit

 

History

History
85 lines (39 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

85 lines (39 loc) · 3.46 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.0-alpha.4 (2020-12-21)

Bug Fixes

  • Add devnet support (4177caa)
  • Fix variable has already been declared (99e8f53)
  • remove cell deps leave null dialog (bc4fc03)
  • update indexer_url const (2124eee)
  • Use blake2b encrypt message (1be4e29)

Features

  • add sign message rpc interface (599d378)
  • return networkId after auth (f12ef9a)
  • support vscode debug (e631353)

0.1.0-alpha.3 (2020-12-11)

Bug Fixes

  • Add devnet support (4177caa)
  • Fix variable has already been declared (99e8f53)
  • remove cell deps leave null dialog (bc4fc03)
  • update indexer_url const (2124eee)
  • Use blake2b encrypt message (1be4e29)

Features

  • add sign message rpc interface (599d378)
  • support vscode debug (e631353)

0.1.0-alpha.2 (2020-09-28)

Bug Fixes

  • fix the type of keystore version which should be number (4b7f203)

0.1.0-alpha.1 (2020-08-19)

Note

👉 Keypering is still under active development and considered to be a work in progress 👈

While Neuron is a mature desktop wallet in Nervos CKB ecosystem and is more suitable for users who are not quite familiar with CKB.

Features

  • add notification of leaving cell deps empty (69b3975)

0.1.0-alpha.0 (2020-08-18)

Features

  • Add basic user interface in @keypering/ui
  • Add service for @keypering/ui in @keypering/app
  • Add service for DApp in @keypering/app
  • Add Channel module and Keypering Agency Module in @keypering/specs