Skip to content

Commit

Permalink
docs(cli, testnet/2.0.0-rc.1): fixup #5291 (#5316)
Browse files Browse the repository at this point in the history
* fixup! feat(cli): add `iroha transaction get` and other important commands
* ci: exclude from coverage `iroha_cli` `iroha_torii` covered by pytests
* 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>
  • Loading branch information
s8sato authored Feb 13, 2025
1 parent f348b9a commit a18bd63
Show file tree
Hide file tree
Showing 16 changed files with 926 additions and 670 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
--all-features
--branch --no-report
- name: Generate lcov report
run: cargo llvm-cov report --doctests --lcov --output-path lcov.info
run: cargo llvm-cov report --doctests --ignore-filename-regex 'iroha_cli|iroha_torii' --lcov --output-path lcov.info
- name: Upload lcov report
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [2.0.0-rc.1.1] - 2025-02-12

### Added

- add `iroha transaction get` and other important commands (#5289)

## [2.0.0-rc.1.0] - 2024-12-06

### Added
Expand Down
Loading

0 comments on commit a18bd63

Please # to comment.