Skip to content

Commit

Permalink
feat: CLI: add claim-extend cli (filecoin-project#11711)
Browse files Browse the repository at this point in the history
* add claim-extend cli

* fix arg usage

* add missing question

* fix client addr, datacap prompt

* replace waitGrp with errGrp

* use promptUI

* replace fmt.ErrorF with xerror

* apply var name suggestion

* GST rc3, update types

* add itest

* make gen

* add changelog
  • Loading branch information
LexLuthr authored and ribasushi committed May 11, 2024
1 parent 068004a commit 761bae6
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# UNRELEASED

## New features
- feat: CLI: add claim-extend cli (#11711) ([filecoin-project/lotus#11711](https://github.com/filecoin-project/lotus/pull/11711))

## Improvements

Expand Down
Loading

0 comments on commit 761bae6

Please sign in to comment.