lotus/cli
Florian Ruen 196030bee2
fix: cli: Reset miner/ask lists in interactive deal 'miner' step (#8155)
* Update client.go

Bug fixed : if hitting return instead of filling with a valid value, the CLI crashed (line 796)
Change return err by continue to ask a valid value again

* Fix #8100

Bug fixed : if hitting return instead of filling with a valid value, the CLI crashed (line 796)
Change return err by continue to ask a valid value again

* lint reported errors on CircleCI

Commit to fix lint reported errors during tests on CircleCI
(remove blank lines x2)

* lint reported errors on CircleCI

Commit to fix lint reported errors during tests on CircleCI
(remove trailling whitespace)

* Fix #8095
Clear the list of miner addresses and successfull get-asked before asking for new ones
Previous behavior : if get-ask failed for miner(s), the faulty miner will be retried each time,
so you have to stop the command and start again to change this faulty miner (instead of removing from the list on the new attempt)

* Clear the list of miner addresses and successfull get-asked before asking for new ones
Previous behavior : if get-ask failed for miner(s), the faulty miner will be retried each time,
so you have to stop the command and start again to change this faulty miner (instead of removing from the list on the new attempt)
2022-03-25 17:05:19 -04:00
..
util move APIInfoEnvVars, RepoFlags, APIFlags under RepoType 2022-03-03 16:45:11 +01:00
auth.go move APIInfoEnvVars, RepoFlags, APIFlags under RepoType 2022-03-03 16:45:11 +01:00
backup.go Plumb contexts through 2021-12-11 17:04:00 -05:00
chain_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
chain.go test: chain gas-price cli command 2022-02-10 21:55:09 +01:00
client_retr.go unexport repo types; use a global var for every repo type 2022-03-03 15:37:23 +01:00
client.go fix: cli: Reset miner/ask lists in interactive deal 'miner' step (#8155) 2022-03-25 17:05:19 -04:00
cmd.go remove commented code. 2021-08-12 15:38:19 +01:00
disputer.go feat: log dispute rate 2021-05-24 16:31:50 -07:00
filplus.go Review fixes 2022-02-24 12:40:13 -05:00
helper.go feat: lite-mode - CLI tests for lotus client commands 2020-10-23 15:02:49 +02:00
init_test.go introduce message prototypes 2021-05-07 15:30:05 +02:00
log.go cli for checking alerts 2021-08-26 15:45:17 +02:00
mocks_test.go test: chain sethead cli command 2022-02-09 20:46:51 +01:00
mpool_manage.go Plug in InteractiveSend to all adopted commands 2021-05-07 15:30:05 +02:00
mpool_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
mpool.go Add cli tests for mempool 2022-02-21 11:28:45 +01:00
multisig.go Print "waiting for confirmation.." in msigCreateCmd 2022-03-24 16:11:24 +01:00
net.go ping: Match go-ipfs in cmd output 2022-03-21 15:11:19 +01:00
params.go WIP: Integrate FIP0013 2021-05-11 22:10:29 -04:00
paych.go paychmgr: AvailableAmt -> NonReservedAmt 2022-02-16 20:39:43 +01:00
pprof.go unexport repo types; use a global var for every repo type 2022-03-03 15:37:23 +01:00
send_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
send.go Plug in InteractiveSend to all adopted commands 2021-05-07 15:30:05 +02:00
sending_ui.go Add function to display nanoFIL 2021-05-07 15:30:05 +02:00
services_send_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
services.go stmgr: drop MethdosMap 2021-09-02 18:58:34 +02:00
servicesmock_test.go remove read task type and run gen and docsgen 2021-06-07 15:03:06 +05:30
state.go Print sector key in state sector command 2022-03-08 21:01:57 -07:00
status.go implement NodeStatus API 2021-05-07 15:30:04 +02:00
sync_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
sync.go test: sync check-bad cli command 2022-02-11 18:08:36 +01:00
util.go Handle the --color flag via proper global state 2021-07-13 12:22:29 +02:00
version.go miner: Command to dump all miner info 2020-08-04 20:57:48 +02:00
wait.go add timeout flag to wait-api command 2021-11-02 17:28:11 +00:00
wallet_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
wallet.go add assert to output for wallet sign 2022-03-01 02:34:52 +01:00