Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add test #237

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

test: add test #237

wants to merge 16 commits into from

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    39ddfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc4b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b8803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d13e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f86c1d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. test: change https url

    gpBlockchain committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b686822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aff73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a28559 View commit details
    Browse the repository at this point in the history
  4. test: add search todo

    gpBlockchain committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    37c5e08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1c1941 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    2a0046f View commit details
    Browse the repository at this point in the history
  2. test: remove todo func

    gpBlockchain committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8f1675a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f012539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c79d402 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Pr/gp blockchain/237 (#6)

    * docs: rule-based ownership skeleton
    
    Signed-off-by: homura <[email protected]>
    
    * docs: example for p2sh upgrade
    
    Signed-off-by: homura <[email protected]>
    
    * feat: a testkit pkg for unit test
    
    Signed-off-by: homura <[email protected]>
    
    * docs(testkit): jest example
    
    Signed-off-by: homura <[email protected]>
    
    * docs: custody-unlocking and serialization
    
    * fix(deps): update dependency zustand to v4.3.7
    
    * chore(deps): update jest monorepo
    
    * chore(deps): update dependency @types/chrome to v0.0.233
    
    * chore(deps): update dependency @auto-it/upload-assets to v10.45.0
    
    * feat(detect-ckb): a module for detecting injected ckb
    
    * fix(ownership-providers): inject witness and cellDeps auto
    
    * chore: unnecessary root babel config
    
    * chore: examples with provider
    
    * chore: update lock file
    
    * fix: eslint
    
    * feat(detect-ckb): detecting injected ckb test cases
    
    * test(ownership-providers): update failed test cases
    
    * chore(detect-ckb): consistent nexus pkg version
    
    * chore(example): tip when nexus is not installed
    
    * chore: update lock file
    
    * fix(ownership-providers): inject witness and cellDeps auto
    
    * test(ownership-providers): update failed test cases
    
    * fix(extension-chrome): receiving end does not exist
    
    * feat(extension-chrome): add method `signTransaction`
    
    * fix: protocol doc not generated
    
    * refactor: refactor code
    
    * fix: not works on real world data
    
    * test: refine unit tests
    
    * refactor: simplify rpc object parse
    
    * docs: tutorial
    
    * chore: update lock file
    
    * chore(deps): update dependency prettier to v2.8.8
    
    * feat: remove witness from existing input lock
    
    * Update CHANGELOG.md [skip ci]
    
    * Bump manifest version to: 0.0.16 [skip ci]
    
    * Bump version to: v0.0.16 [skip ci]
    
    * refactor(detect-ckb): customizable types of detected ckb
    
    * test(detect-ckb): eslint error since no floating promise
    
    * chore: show tx hash after sending tx in example
    
    * chore: update lock file
    
    * chore: update lock file
    
    * refactor: rm unnecessary code
    
    * test: rm unused cases
    
    * feat(ownership-provider): Ownership provider send transaction
    
    * revert(ownership-provider): revert payFee and sign
    
    * chore: fix incorrect coverage in code cov
    
    * chore: fix release error
    
    * chore: run e2e test before release
    
    * docs: explain for `byOutputIndexes` when `payFee`
    
    * Update CHANGELOG.md [skip ci]
    
    * Bump manifest version to: 0.0.17 [skip ci]
    
    * Bump version to: v0.0.17 [skip ci]
    
    * fix(ownership-provider): add method  `isOwnedByWallet`
    
    * feat: a ckb node wrapper in js
    
    * fix(ownership-provider): support unsigned transaction
    
    * fix: e2e CI error
    
    * feat(ownership-providers): support payFee and signTransaction in send transaction
    
    * chore: the real ts coverage
    
    * refactor: Top-to-bottom implementation
    
    * feat: find out ownedLocks when signTransaction
    
    * chore: avoid chrome extension error
    
    * fix: filter type script cell when pay fee
    
    * refactor(e2e): make the config more clear
    
    * chore: extract `isDerivedLocks` move into ScriptInfoDb
    
    * test(e2e): added a transfer test
    
    * docs(e2e): how to launch an e2e node
    
    * test: add unit test for send transaction
    
    * fix: @nexus-wallet/testkit depended on extension-chrome move to `devDependencies`
    
    * Update CHANGELOG.md [skip ci]
    
    * Bump manifest version to: 0.0.18 [skip ci]
    
    * Bump version to: v0.0.18 [skip ci]
    
    * test: modify code for coverage
    
    * chore: avoid merge failures
    
    * refactor: modify toml config
    
    * refactor: use lodash.random instead of random
    
    * refactor: remove unused choose-port
    
    * fix: logic bug
    
    * chore: update package-lock
    
    * test: make txWithFee calculation more clear
    
    * refactor: use extended map for clearify code
    
    * refactor: optimize Map structures
    
    * chore: fix release error in pipeline
    
    * Update CHANGELOG.md [skip ci]
    
    * Bump manifest version to: 0.0.19 [skip ci]
    
    * Bump version to: v0.0.19 [skip ci]
    
    * test: refine e2e test case name
    
    ---------
    
    Signed-off-by: homura <[email protected]>
    Co-authored-by: homura <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: pygman <[email protected]>
    Co-authored-by: zhangyouxin <[email protected]>
    Co-authored-by: github-actions <[email protected]>
    6 people authored May 4, 2023
    Configuration menu
    Copy the full SHA
    2509060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d4b24 View commit details
    Browse the repository at this point in the history