Skip to content

Commit

Permalink
feat(molecule): support the latest mol grammar (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
homura authored Aug 6, 2024
1 parent 66bbbfd commit ae45845
Show file tree
Hide file tree
Showing 24 changed files with 2,114 additions and 1,518 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-steaks-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ckb-lumos/molecule": minor
---

feat: completely support the Molecule 0.8 syntax
5 changes: 5 additions & 0 deletions .changeset/rich-guests-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ckb-lumos/lumos": minor
---

feat: export missing `HashType`, `Byte32` and `DepType` for `blockchain`
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docusaurus/*
docusaurus/*
packages/molecule/src/grammar/*
1 change: 1 addition & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ comment:
ignore:
- "packages/base/lib/core.js"
- "**/blockchain.umd.js"
- "packages/molecule/src/grammar/grammar.js"
Loading

1 comment on commit ae45845

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.0.0-canary-ae45845-20240806053619

npm install @ckb-lumos/lumos@0.0.0-canary-ae45845-20240806053619

Please sign in to comment.