Commit abef2ed
committed
Merge #7: Add
c399257 set release to 0.1 (Andrew Poelstra)
e298e9e simplicity: add `info` command (Andrew Poelstra)
03ff090 lib: introduce simplicity Program object (Andrew Poelstra)
5723826 Cargo.toml: add simplicity dep (Andrew Poelstra)
8ef8782 cli: add regression tests for key generate command (Andrew Poelstra)
bb7b77c hal-simplicity: add `keypair generate` method (Andrew Poelstra)
25d3a39 hal-simplicity: rename toplevel command set from "elements" to "simplicity" (Andrew Poelstra)
Pull request description:
Initial release. Will cut a 1.0.1 with README updates once I learn the `cargo install` syntax for using this tool.
Top commit has no ACKs.
Tree-SHA512: 3cd85d9aee1888958383842b9fcfd28b17b259c3a8288f80724132b4e342b2ef86d7985b11caae0f9ddf8a40a3e111701dd8d89f06feb6b7036b973528a7413ainfo command and prepare 0.1 releaseFile tree
11 files changed
+838
-192
lines changed- src
- bin/hal-simplicity
- cmd
- tests
11 files changed
+838
-192
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments