lotus/cli
Steven Allen 2857f6c0ed fix: use a consistent tipset in commands
It's very easy to write an incorrect command that operates over
different heads by using the "empty" tipset. This change makes the
`LoadTipSet` command helper get the latest head from the lotus daemon if
its unset.

The cost is an extra call to get the head. That should be trivial in
most cases.
2021-04-29 08:50:08 -07:00
..
test Revert "feat: deals - show data transfer %" 2021-02-16 12:32:45 +01:00
util gateway: Fix api getter 2021-04-20 18:42:12 +02:00
auth.go Merge apistruct with the api package 2021-03-25 15:10:08 +01:00
backup.go Metadata datastore log 2021-03-09 22:33:01 +01:00
chain.go fix: use a consistent tipset in commands 2021-04-29 08:50:08 -07:00
client_test.go feat: lite-mode - CLI tests for lotus client commands 2020-10-23 15:02:49 +02:00
client.go add "expected duration" label to inspect-deals output 2021-04-26 13:02:29 -04:00
cmd.go Make gateway work with v1 api 2021-04-05 13:47:10 +02:00
disputer.go cli: fix build with v1 api changes 2021-04-03 12:55:29 +02:00
helper.go feat: lite-mode - CLI tests for lotus client commands 2020-10-23 15:02:49 +02:00
log.go chore: export log cli commands 2021-03-23 16:19:22 -07:00
mpool.go chore: Move lotus mpool clear to lotus-shed 2021-03-29 12:54:08 -04:00
multisig_test.go no message 2021-03-04 19:15:31 +08:00
multisig.go Merge pull request #5718 from Rennbon/master 2021-03-04 19:20:44 +01:00
net.go chore: export Net commands 2021-03-23 16:15:02 -07:00
params.go chore: export fetch cli command 2021-03-23 16:27:34 -07:00
paych_test.go consolidate all blockstores in blockstore package. 2021-01-29 20:01:00 +00:00
paych.go update even more imports 2020-09-28 14:25:58 -07:00
pprof.go chore: export pprof cli commands 2021-03-23 16:26:59 -07:00
send_test.go Revert "Revert "Refactor send command for better testability"" 2021-02-23 15:50:47 +01:00
send.go Revert "Revert "Refactor send command for better testability"" 2021-02-23 15:50:47 +01:00
services_send_test.go Fix tests 2021-04-06 12:24:58 +02:00
services.go cli: fix build with v1 api changes 2021-04-03 12:55:29 +02:00
servicesmock_test.go Make gateway work with v1 api 2021-04-05 13:47:10 +02:00
state.go fix: use a consistent tipset in commands 2021-04-29 08:50:08 -07:00
sync.go cli: fix build with v1 api changes 2021-04-03 12:55:29 +02:00
util.go cli: fix build with v1 api changes 2021-04-03 12:55:29 +02:00
version.go miner: Command to dump all miner info 2020-08-04 20:57:48 +02:00
wait.go chore: export wait cli command 2021-03-23 16:26:12 -07:00
wallet.go feat: better CLI for wallet market withdraw and client info 2021-01-07 10:18:29 +01:00