Skip to content

Commit

Permalink
Merge pull request #17 from nervina-labs/develop
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
duanyytop authored Apr 24, 2022
2 parents d449102 + 8b1742d commit c5b8f99
Show file tree
Hide file tree
Showing 11 changed files with 7,960 additions and 28 deletions.
54 changes: 27 additions & 27 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
@@ -1,6 +1,6 @@
[package]
name = "cota-smt"
version = "0.1.0"
version = "0.4.0"
edition = "2018"

[dependencies]
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 c5b8f99

Please sign in to comment.