Skip to content

Commit

Permalink
Merge pull request #15 from nervina-labs/claim-header-deps
Browse files Browse the repository at this point in the history
Claim header deps
  • Loading branch information
duanyytop authored Apr 22, 2022
2 parents 09f2512 + 3896a5a commit cb96abc
Show file tree
Hide file tree
Showing 11 changed files with 7,955 additions and 23 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
cfg-if = "1.0"
blake2b-ref = "0.3"
ckb-std = {version = "0.9.0", optional = true}
ckb-types = {version = "0.103.0", optional = true}
ckb-types = {version = "0.101.1", optional = true}
molecule = {version = "0.7.2", default_features = false, optional = true}
sparse-merkle-tree = {version = "0.5.3", default_features = false}

Expand Down
1 change: 1 addition & 0 deletions src/common.mol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
array Byte32 [byte; 32];
array Uint16 [byte; 2];
array Uint32 [byte; 4];
array Uint64 [byte; 8];
vector Bytes <byte>;

array CotaId [byte; 20];
Expand Down
Loading

0 comments on commit cb96abc

Please sign in to comment.