Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ckb-js/ckit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: ckb-js/ckit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 54 files changed
  • 5 contributors

Commits on Mar 31, 2022

  1. release: v0.2.0 (#101)

    homura authored Mar 31, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    025d222 View commit details

Commits on Apr 19, 2022

  1. feat: supported upgradable cellDep detection (#102)

    * feat: add new rc lock binary
    
    * feat: adapt upgradable rc lock
    
    * refactor: pass outPoint provider to getCellDep
    
    * docs: add changelog
    
    * refactor: move cellOutPointProvider implementation to mercury package
    
    * feat: provide upgradable contract names when creating mercuryProvider
    
    * test: add test case for CellOutPointProvider
    
    * test: implement cellOutPointProvider test
    
    * refactor: add FUTURE_SCRIPTS to config
    
    * test: add test for updated rc lock
    
    * test: add unit test for latestOutPointProvider
    
    * test: check cell deps when testing upgrade rc lock
    
    * docs: update changelog
    
    * refactor: remove verbose code
    
    * test: use pure ckb cell to provide ckb when sending tx
    
    * refactor: make celldep provider more independent
    
    * chore: fix lint errors
    
    * test: update cell provider when upgrade script
    
    * test: change complete tx strategy
    
    * test: fix test
    
    * feat: fix test
    
    * test: fix test
    
    * refactor: remove unused   upgradableContracts
    
    * feat: toPwCellDep only accept cell dep other than undefined
    
    * refactor: remove depOutpoitProvider from abstrac provider
    
    * refactor: remove unused code in dummy provider
    
    * chore: rename new rc lock binary to apend with commit version
    
    * docs: remove CHANGELOG.md
    zhangyouxin authored Apr 19, 2022
    Copy the full SHA
    59a23fa View commit details

Commits on Apr 21, 2022

  1. Copy the full SHA
    ff5e370 View commit details

Commits on Apr 27, 2022

  1. feat: omnilock wallet support issue sudt & acp (#105)

    * feat: omnilock wallet support issue sudt & acp
    
    * remove issue sudt for omnilock acp
    
    * optimize: optimize checkRcLockFlag func for readable
    PainterPuppets authored Apr 27, 2022
    Copy the full SHA
    18f5a15 View commit details

Commits on Jul 3, 2022

  1. Copy the full SHA
    503ce5a View commit details

Commits on Jul 4, 2022

  1. Copy the full SHA
    2acabef View commit details

Commits on Aug 15, 2022

  1. feat: exchange sudt for ckb (#109)

    * feat: exchange sudt for ckb
    
    * chore: refactor
    
    * chore: modify annotation
    
    * chore: refactor
    felicityin authored Aug 15, 2022
    Copy the full SHA
    5fecc65 View commit details

Commits on Aug 22, 2022

  1. feat: give an option to allow duplicate recipients (#110)

    * feat(acpBuilder): give an option to allow duplicate recipients
    
    * feat(acpBuilder): test for allowance of creating duplicate cells while transfer sudt
    
    * fix(acpBuilder): fix testcase to test whether the duplicated cells are merged while option is off
    Daryl-L authored Aug 22, 2022
    Copy the full SHA
    2398fe0 View commit details

Commits on Aug 25, 2022

  1. Copy the full SHA
    79e1655 View commit details

Commits on Aug 29, 2022

  1. Copy the full SHA
    342896f View commit details
Loading