刘林欣
|
4bf932a4d7
|
show deal list when StateMarketStorageDeal not found deal
|
2020-08-07 19:43:38 +02:00 |
|
hannahhoward
|
a89c290f62
|
feat(markets): update to 0.5.4
|
2020-08-05 15:35:59 -07:00 |
|
Łukasz Magiera
|
e4f475ee59
|
gofmt
|
2020-08-04 19:07:31 +02:00 |
|
Łukasz Magiera
|
adee59c795
|
client cli: improve lit-deals output
|
2020-08-04 19:07:17 +02:00 |
|
Łukasz Magiera
|
b6c9169a87
|
client cli: Interactive deal command
|
2020-07-31 18:23:36 +02:00 |
|
whyrusleeping
|
e19ff4c958
|
sprinkle in some color
|
2020-07-31 01:50:12 -04:00 |
|
whyrusleeping
|
5f091411c3
|
some client improvements
|
2020-07-31 01:33:44 -04:00 |
|
whyrusleeping
|
7fa4cd33f0
|
WIP: retrieval pieces inspection command
|
2020-07-31 01:33:30 -04:00 |
|
Łukasz Magiera
|
927ee2406a
|
Downgrade actors, get tests to pass
|
2020-07-28 19:51:58 +02:00 |
|
hannahhoward
|
5a623cccb5
|
feat(markets): update markets mulitple deal stores
|
2020-07-27 23:13:28 -07:00 |
|
whyrusleeping
|
2cf59a23e7
|
working on lotus client UX
|
2020-07-23 18:52:29 -07:00 |
|
Whyrusleeping
|
a7bbf56cae
|
Update cli/client.go
|
2020-07-21 16:52:48 -07:00 |
|
whyrusleeping
|
fda0651bb5
|
a few improvements and fixes for the retrieval CLI
|
2020-07-21 16:43:57 -07:00 |
|
Łukasz Magiera
|
217890c822
|
client: Pretty print fil amounts in list-deals
|
2020-07-20 19:02:52 +02:00 |
|
Jakub Sztandera
|
cc1d23a94c
|
Use single multi ds
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-17 22:14:37 +02:00 |
|
Łukasz Magiera
|
2e4ed57363
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-13 13:34:56 +02:00 |
|
Aayush Rajasekaran
|
1a5c20ca75
|
CLI/API improvements
|
2020-07-13 01:13:56 -04:00 |
|
Łukasz Magiera
|
3fcf7a0344
|
client: Fix an off-by-10^18 error setting retrieval maxPrice
|
2020-07-10 21:18:18 +02:00 |
|
Ingar Shu
|
7929a335c3
|
Add default max price, fix error messaging
|
2020-07-10 10:11:15 -07:00 |
|
Ingar Shu
|
5411ebb806
|
Add maxPrice option to client retrieval
- Use best offer if multiple offers returned
|
2020-07-10 10:04:54 -07:00 |
|
Ingar Shu
|
4aa30c1a51
|
Plumb piece cid in miner-specific query functions
|
2020-07-09 13:14:24 -07:00 |
|
Ingar Shu
|
171ce39e8c
|
Add piece cid to retrieval queries
|
2020-07-09 13:03:17 -07:00 |
|
Łukasz Magiera
|
66237415c5
|
Merge remote-tracking branch 'origin/next' into feat/client-multi-bstore
|
2020-07-08 22:48:47 +02:00 |
|
Łukasz Magiera
|
b049c5a7d1
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-08 14:35:40 +02:00 |
|
Aayush Rajasekaran
|
eac8a909e9
|
Unify all sender flags in CLI under the same name
|
2020-07-07 17:37:43 -04:00 |
|
Dirk McCormick
|
c86e864d55
|
fix: use nil return from StateVerifiedClientStatus for not-found
|
2020-07-07 09:59:14 -04:00 |
|
Łukasz Magiera
|
18fc3337ff
|
client: API/Command to drop imports
|
2020-07-07 13:45:02 +02:00 |
|
Łukasz Magiera
|
f59eb94d92
|
client: Set correct dag builder params
|
2020-07-07 11:14:13 +02:00 |
|
Łukasz Magiera
|
47f0898ce9
|
Wire up client import manager
|
2020-07-07 10:52:19 +02:00 |
|
Dirk McCormick
|
8489fb258a
|
fix: return NotFoundErr from StateVerifiedClientStatus() if addr not found
|
2020-07-02 14:49:08 -04:00 |
|
Dirk McCormick
|
2c7aa318c1
|
feat: state API for verified client data cap
|
2020-07-02 12:10:11 -04:00 |
|
Dirk McCormick
|
5c63581bd5
|
feat: add fast-retrieval flag to lotus client deal
|
2020-07-01 12:27:55 +02:00 |
|
Dirk McCormick
|
00d18ca479
|
fix: change default for lotus client deal --verified-deal to false
|
2020-07-01 12:23:40 +02:00 |
|
Dirk McCormick
|
46f07faead
|
feat: add verified-deal flag to lotus client deal
|
2020-07-01 12:23:40 +02:00 |
|
Łukasz Magiera
|
02234d00b7
|
Merge remote-tracking branch 'origin/master' into next
|
2020-06-17 20:50:42 +02:00 |
|
Ignacio Hagopian
|
35d9de6b6e
|
consider response status and err
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
|
2020-06-16 17:32:03 -03:00 |
|
Ignacio Hagopian
|
9d17e0be9d
|
ClientMinerQueryOfer API & CLI support
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
|
2020-06-16 11:14:49 -03:00 |
|
laser
|
fe60ffb6ff
|
display quantities of bytes in human-readable format
- client commP
- client local
- client find
- client query-ask
- client list-deals
- state sector-size
|
2020-06-11 12:31:32 +02:00 |
|
laser
|
2889efb608
|
display quantities of bytes in human-readable format
- client commP
- client local
- client find
- client query-ask
- client list-deals
- state sector-size
|
2020-06-09 12:53:44 -07:00 |
|
Łukasz Magiera
|
3b13397165
|
gofmt
|
2020-06-06 00:59:01 +02:00 |
|
Łukasz Magiera
|
163c2b2544
|
Merge remote-tracking branch 'origin/master' into next
|
2020-06-06 00:58:24 +02:00 |
|
laser
|
a80dce2e3b
|
move to client command
|
2020-06-05 14:22:29 -07:00 |
|
laser
|
b167e73acb
|
allow CLI consumer to specify CID encoding for output
|
2020-06-05 13:33:45 -07:00 |
|
laser
|
55a9c9ae0a
|
client deal command outputs Base32-encoded CID
|
2020-06-05 13:13:33 -07:00 |
|
laser
|
b3eef76cdd
|
client commP outputs Base32-encoded string
|
2020-06-05 13:13:16 -07:00 |
|
Łukasz Magiera
|
3f81ff3507
|
Update specs-actors
|
2020-06-05 22:06:11 +02:00 |
|
laser
|
2347ba6f39
|
print "client"-command CIDs as base32-encoded strs
Fixes #916
|
2020-06-05 13:04:28 -07:00 |
|
Jakub Sztandera
|
29dbc26dbd
|
Update cli
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-06-04 01:01:41 +02:00 |
|
Ignacio Hagopian
|
10753f14d0
|
retrieve: make fileref optional
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
|
2020-05-28 22:11:49 +02:00 |
|
Ignacio Hagopian
|
bcd84cbe9d
|
retrieve: make fileref optional
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
|
2020-05-26 14:52:52 -03:00 |
|