@@ -82,7 +82,7 @@ fn assert_cmd(args: &[&str], expected_stdout: impl AsRef<str>, expected_stderr:
8282#[ test]
8383fn cli_help ( ) {
8484 let expected_help = "\
85- hal-simplicity 0.1 .0
85+ hal-simplicity 0.2 .0
8686hal-simplicity -- a Simplicity-enabled fork of hal
8787
8888USAGE:
@@ -126,7 +126,7 @@ For more information try --help
126126#[ test]
127127fn cli_address ( ) {
128128 let expected_help = "\
129- hal-simplicity-address 0.1 .0
129+ hal-simplicity-address 0.2 .0
130130work with addresses
131131
132132USAGE:
@@ -149,7 +149,7 @@ SUBCOMMANDS:
149149#[ test]
150150fn cli_address_create ( ) {
151151 let expected_help = "\
152- hal-simplicity-address-create 0.1 .0
152+ hal-simplicity-address-create 0.2 .0
153153create addresses
154154
155155USAGE:
@@ -587,7 +587,7 @@ For more information try --help
587587#[ test]
588588fn cli_address_inspect ( ) {
589589 let expected_help = "\
590- hal-simplicity-address-inspect 0.1 .0
590+ hal-simplicity-address-inspect 0.2 .0
591591inspect addresses
592592
593593USAGE:
@@ -752,7 +752,7 @@ For more information try --help
752752#[ test]
753753fn cli_block ( ) {
754754 let expected_help = "\
755- hal-simplicity-block 0.1 .0
755+ hal-simplicity-block 0.2 .0
756756manipulate blocks
757757
758758USAGE:
@@ -775,7 +775,7 @@ SUBCOMMANDS:
775775#[ test]
776776fn cli_block_create ( ) {
777777 let expected_help = "\
778- hal-simplicity-block-create 0.1 .0
778+ hal-simplicity-block-create 0.2 .0
779779create a raw block from JSON
780780
781781USAGE:
@@ -931,7 +931,7 @@ ARGS:
931931#[ test]
932932fn cli_block_decode ( ) {
933933 let expected_help = "\
934- hal-simplicity-block-decode 0.1 .0
934+ hal-simplicity-block-decode 0.2 .0
935935decode a raw block to JSON
936936
937937USAGE:
@@ -1008,7 +1008,7 @@ ARGS:
10081008#[ test]
10091009fn cli_keypair ( ) {
10101010 let expected_help = "\
1011- hal-simplicity-keypair 0.1 .0
1011+ hal-simplicity-keypair 0.2 .0
10121012manipulate private and public keys
10131013
10141014USAGE:
@@ -1031,7 +1031,7 @@ SUBCOMMANDS:
10311031#[ test]
10321032fn cli_keypair_generate ( ) {
10331033 let expected_help = "\
1034- hal-simplicity-keypair-generate 0.1 .0
1034+ hal-simplicity-keypair-generate 0.2 .0
10351035generate a random private/public keypair
10361036
10371037USAGE:
@@ -1067,7 +1067,7 @@ FLAGS:
10671067#[ test]
10681068fn cli_simplicity ( ) {
10691069 let expected_help = "\
1070- hal-simplicity-simplicity 0.1 .0
1070+ hal-simplicity-simplicity 0.2 .0
10711071manipulate Simplicity programs
10721072
10731073USAGE:
@@ -1091,7 +1091,7 @@ SUBCOMMANDS:
10911091#[ test]
10921092fn cli_simplicity_info ( ) {
10931093 let expected_help = "\
1094- hal-simplicity-simplicity-info 0.1 .0
1094+ hal-simplicity-simplicity-info 0.2 .0
10951095Parse a base64-encoded Simplicity program and decode it
10961096
10971097USAGE:
@@ -1137,7 +1137,7 @@ For more information try --help
11371137#[ test]
11381138fn cli_tx ( ) {
11391139 let expected_help = "\
1140- hal-simplicity-tx 0.1 .0
1140+ hal-simplicity-tx 0.2 .0
11411141manipulate transactions
11421142
11431143USAGE:
@@ -1160,7 +1160,7 @@ SUBCOMMANDS:
11601160#[ test]
11611161fn cli_tx_create ( ) {
11621162 let expected_help = "\
1163- hal-simplicity-tx-create 0.1 .0
1163+ hal-simplicity-tx-create 0.2 .0
11641164create a raw transaction from JSON
11651165
11661166USAGE:
@@ -1221,7 +1221,7 @@ ARGS:
12211221#[ test]
12221222fn cli_tx_decode ( ) {
12231223 let expected_help = "\
1224- hal-simplicity-tx-decode 0.1 .0
1224+ hal-simplicity-tx-decode 0.2 .0
12251225decode a raw transaction to JSON
12261226
12271227USAGE:
0 commit comments