-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ckb2021 changes * feat(base): Update ckb core to v0.100.0 * fix: Update OutputsValidator * feat: supported new full address format * test: supported new full address format * test: invalid hash type * fix: invalid predefined validation * feat: friendly for ts autocomplete * feat: acp into short_id * style: prettier * fix: pre-compute pow bigint to compatible with some bundles * refactor: refactor address format with TS * style: prettier * chore: update workspace version * chore: upgrade ckb-js-toolkit version to ckb2021 * 0.18.0-rc2 * 0.18.0-rc2 * chore: use https when publishing to be more secure * chore: update deps * fix: missing hash_type data1 * feat: added encodeToAddress the `generateAddress` is deprecated , lumos will remove it in the future * feat: deprecated CKB2019 address related config * fix: uncle_hash to extra_hash * chore: skip lint and fmt in exmaple * chore: update lerna version * v0.18.0-rc3 * fix: keep the deprecated APIs behavior * fix: independent version * v0.18.0-rc4 * add toolkit files * change toolkit dep in base, ckb-indexer, common-scripts * integrate toolkit into ckb2021 * add tools page * feat(website): fix lumos require path * chore(website): fix webpack not include polyfills for node.js core modules by default error * feat(website): add buffer support and fix lumos import path * chore(website): update yarn lock * chore: remove useless dependencie * feat(website): delete useless sidebar meun * docs: integrate API docs into website * test: update test cases * chore: append docusaurus to workspace * fix(website): website build error cause wrong lumos dependence * chore(website): add fmt and lint script * chore: update dependencies * style: prettier * fix: website build failed * refactor(docusaurus): more ts types for components * feat(website):add pw lock ,cheque and omni lock named lock * refactor(website): use ts type instand "as" * chore: merge develop into ckb2021 * chore: publish packages only * v0.18.0-rc5 * revert: workspace wrong for docusaurus * fix(docusaurus): wrong lumos version * fix(examples): examples run lint error * ci: add publish ckb2021 workflow * test(ckb-indexer): download ckb-indexer 0.3.2 before test ckb2021 * ci: remove ckb-indexer download and start * chore: add bi dependency to testkit * ci(ckb-indexer): fix ckb2021 test * ci: remove set ckb-indexer version step * test(ckb-indexer): get ckb indexer version from indexer class * fix(testkit): wrong private and version setting in package.json * fix(ckb-indexer): wrong testkit dependency version * fix: sync dependencies version * test(helper): remove unused API * chore: update dependencies * refactor!: remove deprecated CKB2021 API * test(config-manager): test uncovered * chore: publish 0.18.0-rc6 * chore: update dependencies * chore: release 0.18.0-rc7 * chore(examples): change version * chore: ckb2021 as latest version * test: ignore codegen files * chore: publish only merged * refactor: remove unuse website and workflow file (#346) * chore: bump version * chore: bump version to 0.18.0 * chore: fix docusaurus version to avoid error * chore: update codecov@v2 to v3 * chore: install example deps on demand Co-authored-by: classicalliu <[email protected]> Co-authored-by: homura <[email protected]> Co-authored-by: beiqian <[email protected]> Co-authored-by: wangximing <[email protected]>
- Loading branch information
1 parent
c967aa6
commit 732d60f
Showing
63 changed files
with
8,315 additions
and
3,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "lumos-examples", | ||
"private": true, | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"workspaces": [ | ||
"../", | ||
"../packages/*", | ||
"./*" | ||
], | ||
"devDependencies": { | ||
"parcel": "^2.2.1" | ||
}, | ||
"alias": { | ||
"process": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
732d60f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lumos-website – ./
lumos-website.vercel.app
lumos-website-git-develop-cryptape.vercel.app
lumos-website-cryptape.vercel.app