Skip to content

Latest commit

Β 

History

History
396 lines (228 loc) Β· 14.7 KB

CHANGELOG.md

File metadata and controls

396 lines (228 loc) Β· 14.7 KB

v0.0.19 (Thu May 04 2023)

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-provider): support payFee and signTransaction in sendTransaction #272 (@IronLu233)

🏠 Internal

πŸ§ͺ Tests

  • feat: a ckb node wrapper in js #239 (@IronLu233 @homura)
  • refactor(e2e): make the config more clear #273 (@homura)
  • @nexus-wallet/detect-ckb, @nexus-wallet/ownership-providers
    • chore: fix incorrect coverage in code cov #269 (@homura)

Authors: 2


v0.0.18 (Fri Apr 28 2023)

πŸ› Bug Fix

  • feat: find out ownedLocks when signTransaction #270 (@pygman)

🏠 Internal

  • chore: move testkit to devDependencies #274 (@pygman)

Authors: 1


v0.0.17 (Thu Apr 27 2023)

Release Notes

feat(detect-ckb): a module for detecting injected ckb (#249)

Added a module for detecting ckb object in window

import { detectCkb } from '@nexus-wallet/detect-ckb';

// will detect if the `ckb` object is injected to window
// an error will be thrown after more than 3s of detection
const ckb = await detectCkb({ timeout: 3000 });

πŸ”¨ Breaking Minor Change

  • @nexus-wallet/detect-ckb
    • feat(detect-ckb): detecting injected ckb test cases #250 (@pygman)

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-provider): supported send transaction #255 (@IronLu233)
  • @nexus-wallet/detect-ckb

πŸ› Bug Fix

  • @nexus-wallet/ownership-providers

🏠 Internal

  • @nexus-wallet/detect-ckb
    • chore: example for using ownership provider in a dapp #252 (@homura)

πŸ“ Documentation

πŸ”© Dependency Updates

Authors: 5


v0.0.16 (Tue Apr 25 2023)

πŸš€ Enhancement

  • @nexus-wallet/protocol

πŸ› Bug Fix

  • fix(extension-chrome): receiving end does not exist #253 (@homura)

πŸ“ Documentation

  • docs: nexus works with custody unlocking #152 (@homura)

πŸ§ͺ Tests

  • feat(testkit): a testkit pkg for unit test #161 (@homura)

πŸ”© Dependency Updates

Authors: 3


v0.0.15 (Thu Apr 20 2023)

πŸ› Bug Fix

  • fix: network changed event does'n trigger #244 (@homura)

πŸ”© Dependency Updates

Authors: 2


v0.0.14 (Mon Apr 17 2023)

πŸš€ Enhancement

🏎 Performance

🏠 Internal

Authors: 1


v0.0.13 (Fri Apr 14 2023)

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers
    • feat(ownership-providers): intro an accent color to inputs and buttons #186 (@IronLu233)

πŸ”© Dependency Updates

Authors: 2


v0.0.12 (Fri Apr 14 2023)

πŸš€ Enhancement

  • feat: serial notif windows to avoid confusion from multiple notif #189 (@zhangyouxin)

🏠 Internal

  • chore: avoid canary for renovate pr #212 (@homura)
  • @nexus-wallet/ownership-providers

Authors: 3


v0.0.11 (Thu Apr 13 2023)

πŸš€ Enhancement

  • @nexus-wallet/ownership-providers, @nexus-wallet/protocol, @nexus-wallet/utils

πŸ› Bug Fix

  • @nexus-wallet/utils

🏠 Internal

πŸ“ Documentation

Authors: 2


v0.0.10 (Mon Apr 10 2023)

πŸ”¨ Breaking Minor Change

πŸ› Bug Fix

  • fix: getLiveCells returns specified change type cells #183 (@zhangyouxin)
  • feat(extension-chrome): optimize displaying amount of asset #187 (@IronLu233)

Authors: 3


v0.0.9 (Tue Apr 04 2023)

πŸ› Bug Fix

Authors: 1


v0.0.8 (Fri Mar 31 2023)

πŸš€ Enhancement

  • feat: supported get blockchain info rpc #168 (@homura)

πŸ› Bug Fix

  • chore(extension-chrome): remove unnecessary accessible #173 (@homura)
  • fix: return cells with invalid lock args #171 (@zhangyouxin)
  • fix(extension-chrome): enable for http and local site #174 (@homura)

πŸ“ Documentation

Authors: 2


v0.0.7 (Tue Mar 28 2023)

πŸ› Bug Fix

Authors: 1


v0.0.6 (Tue Mar 28 2023)

πŸ› Bug Fix

  • feat(extension-chrome): Use Chrome extension favicon API for whitelist and grant #122 (@IronLu233)

Authors: 1


v0.0.5 (Tue Mar 28 2023)

πŸ› Bug Fix

🏠 Internal

πŸ“ Documentation

Authors: 2


v0.0.4 (Mon Mar 27 2023)

πŸ”¨ Breaking Minor Change

🏠 Internal

  • chore: prevent canary release in PR from forked repo #147 (@homura)

Authors: 2


v0.0.3 (Thu Mar 23 2023)

πŸ› Bug Fix

  • fix(extension-chrome): fix typo and whitelist UI overflow #142 (@IronLu233)

Authors: 1


v0.0.2 (Thu Mar 23 2023)

πŸ”¨ Breaking Minor Change

  • feat(extension-chrome): validate RPC methods input parameters #110 (@IronLu233)

πŸš€ Enhancement

  • feat: a protocol pkg to standardize communication #126 (@homura)

🏠 Internal

Authors: 2