60 Commits

Author SHA1 Message Date
1bc8a8b32c chore: remove (deprecated) deps on build/ proxy-constants
This is a large diff, yet should have exactly zero functional changes

Ideally as a result of this some parts of the depchain will become lighter,
with downstream reaping the same benefits as the team that initiated this split.

P.S. work was done while forming better intuition of current dependency graph
2024-07-22 17:36:12 +04:00
730c96ecaf src: lint: bump golangci-lint to 1.59, address unchecked fmt.Fprint* 2024-06-06 19:51:39 +10:00
469960ce0e cleanup: Lotus client: remove markets and deal-making from Lotus Client (#11999)
* remove client CLI

* remove markets CLI from miner

* remove markets from all CLI

* remove client API

* update go mod

* changes as per review
2024-06-05 09:56:25 +04:00
b95e95f4d6 feat: SPTool (#11788)
* sptool: Initial structure

* sptool: Port lotus-miner actor withdraw

* sptool: Make cli docsgen happy

* actors are done

* info

* proving

* sptool the rest

* fixed gitignore

* lints

* oops

* 2

* terminate

* fixes

* sptool: improve sectors list

---------

Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2024-04-01 10:30:35 -05:00
4f75e2041c Add helper function to print usage when wrong number of arguments are supplied 2022-09-14 15:38:15 -04:00
3ca9b1e331 wait.Receipt.ExitCode != 0 to wait.Receipt.ExitCode.IsError() 2022-09-14 14:53:11 -04:00
308cef950b cctx.Args().Len() to cctx.NArg() 2022-09-14 14:33:29 -04:00
e65fae28de chore: fix imports 2022-06-14 17:00:51 +02:00
c661d247e5 Merge pull request #8810 from filecoin-project/asr/feat-into-master
Merge nv16 changes into master
2022-06-09 16:09:35 -04:00
Phi
0444563e65 fix: paych: Print "waiting for confirmation.."
Prints an "waiting for confirmation.." when running `lotus paych [fromAddress toAddress amount]` to indicate that the command is waiting for the msg to be confirmed and not just hanging.
2022-06-08 10:43:49 +02:00
8cca9b1970 Use new go-state-types accessors 2022-05-17 15:21:27 -04:00
384999556c paychmgr: AvailableAmt -> NonReservedAmt 2022-02-16 20:39:43 +01:00
f61eb23f8f api: separate method for paych funding 2022-02-14 19:56:02 +01:00
8b19b84140 paych: option to force off-chain get 2022-01-20 18:19:26 +01:00
533349cc0d paych: Fix cli tests 2022-01-20 18:17:18 +01:00
ff8b95df93 paych: Reserve flag for add-funds cli 2022-01-20 18:16:00 +01:00
8f6f21c94c paych: Print available amounts in paych status 2022-01-20 18:16:00 +01:00
7a938b2dea paych: Output FIL in cli 2022-01-20 18:16:00 +01:00
233d8a9b72 update even more imports 2020-09-28 14:25:58 -07:00
ac8ef29d35 fix(paych): add paych status from to cmd
add missing from to status to list
2020-09-14 18:42:10 -07:00
48e47ddc23 fix(paych): fix paych status command line 2020-09-14 18:42:10 -07:00
56b237e7b8 fix(paych): add status command to list
Add paych status cmd to list of payment channel sub commands
2020-09-10 16:00:23 -07:00
2db4b57013 feat(markets): upgrade markets 0.6.0 2020-09-07 15:48:42 -04:00
51ef39592f feat: paych - get available funds by address or by from/to 2020-09-04 13:44:09 +02:00
a081dc7674 Merge pull request #3520 from filecoin-project/feat/paych-cli-add-funds
paych: rename CLI command from "paych get" to "paych add-funds"
2020-09-04 04:21:54 +02:00
930be3d0e5 feat: paych CLI - lotus paych status <from> <to> 2020-09-03 18:11:11 +02:00
f84b1d0de9 feat: paych - rename CLI command from "paych get" to "paych add-funds" 2020-09-03 15:45:53 +02:00
2c98bf0cc7 feat: PaychAvailableFunds API method 2020-09-02 14:31:32 +02:00
340d11be38 fix: check voucher spendable should take into account submitted vouchers 2020-08-25 12:51:29 +02:00
d1592b01c3 feat: paych cli voucher tests 2020-08-18 11:33:04 -04:00
043b63d8d8 feat: payment channel CLI tests 2020-08-18 11:26:08 -04:00
a881e58cd6 refactor: use special type for paych wait sentinel 2020-08-11 10:45:45 -04:00
2de0c9cb1a fix: make 'lotus paych get' block until funds available 2020-08-06 14:54:17 -04:00
fdfccf0466 WIP: fix payment channel locking 2020-08-06 12:04:10 -04:00
64e67df881 Merge remote-tracking branch 'origin/master' into next 2020-07-27 14:00:59 +02:00
b409c8f2be Parse amount as FIL in paych get 2020-07-25 01:54:21 +00:00
7e760f956a Merge pull request #2522 from filecoin-project/feat/paych-settle
Add CLI commands to settle & collect payment channels
2020-07-23 22:04:57 +02:00
fcef3696bc sprinkle some nice helptext returns around 2020-07-23 12:31:28 -07:00
e8ed47410f feat: payment channels CLI commands to settle / collect 2020-07-22 18:05:09 -07:00
5aafa91e22 Merge pull request #1898 from filecoin-project/deps/update
Update CLI lib
2020-06-04 23:45:39 +02:00
f9f0d86ddf Merge pull request #1913 from acruikshank/feat/1853-confirmations-in-StateWaitMsg2
Add confidence and timeout to message wait
2020-06-04 23:23:15 +02:00
29dbc26dbd Update cli
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-04 01:01:41 +02:00
04f0130530 remove timeout 2020-06-03 17:42:06 -04:00
5574e4f11b add confidence and timeout to message wait 2020-06-03 15:38:37 -04:00
d6615b6286 Cleanup many lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-05-27 22:53:20 +02:00
3cab8bd5d1 gofmt 2020-03-06 20:01:28 +01:00
e9afba3490 Add ArgsUsages to the CLI where missing
- This commit also standardises some notation
2020-03-04 16:58:46 -08:00
0a9e0acc6f types: Drop some redundant alias types 2020-02-25 22:09:22 +01:00
74bf9119cc spects-actors: More type propagation 2020-02-13 04:50:45 +01:00
8418464d91 refactor(address): use extracted address library
Switch to using extracted address library
2020-01-07 14:53:27 +01:00