File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,18 +120,17 @@ Targets:
120
120
chain-init Initialize the blockchain with default settings.
121
121
chain-start Start the blockchain with existing configuration (see chain-init)
122
122
chain-stop Stop the blockchain
123
- chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION
123
+ chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION. You can pass also the proposal json file on PROPOSAL var
124
124
Clean:
125
125
clean Remove all the files from the target folder
126
126
Proto:
127
127
proto Generate all resources for proto files (go, doc, etc.)
128
- proto-format Format Protobuf files
129
- proto-build Build all Protobuf files
130
128
proto-gen Generate all the code from the Protobuf files
131
129
Documentation:
132
130
doc Generate all the documentation
133
131
doc-proto Generate the documentation from the Protobuf files
134
132
doc-command Generate markdown documentation for the command
133
+ doc-predicate Generate markdown documentation for all the predicates (module logic)
135
134
Mock:
136
135
mock Generate all the mocks (for tests)
137
136
Release:
You can’t perform that action at this time.
0 commit comments