Commit 88b0c23
authored
feat(cli, 2.0.0-rc.1): add
* fix: un-flatten enum `Level` to serialize
* feat(cli): add `iroha transaction get` and other important commands
* ci: exclude from coverage `iroha_cli` `iroha_torii` covered by pytests
* ci: complement #4605: tag not `iroha2:*` but `iroha:*`
* docs: fix invalid links
* docs: fix lints
* chore: remove `scripts/tests/tick.json`
* chore: update CHANGELOG.md
* chore: minor version bump to `2.0.0-rc.1.1`
Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>iroha transaction get and other important commands (#5290)1 parent 13d953d commit 88b0c23
29 files changed
Lines changed: 3262 additions & 1152 deletions
File tree
- .github/workflows
- crates
- iroha_cli
- docs
- samples
- src
- iroha_core/src/smartcontracts/wasm
- iroha_data_model/src
- iroha_smart_contract_utils/src
- hooks
- pytests/iroha_cli_tests
- src/iroha_cli
- test/events
- scripts/tests
- wasm
- samples/mint_rose_trigger
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | | - | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
163 | | - | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
168 | | - | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
0 commit comments