Raúl Kripalani
|
1250f8009f
|
upgrade go-fil-markets.
|
2021-07-27 21:15:24 +01:00 |
|
Raúl Kripalani
|
4b70d13a4b
|
update dependencies.
|
2021-07-27 21:04:59 +01:00 |
|
Raúl Kripalani
|
987fc0b77d
|
Merge branch 'master' into feat/replace-multistore-carv2
|
2021-07-27 21:02:52 +01:00 |
|
Raúl Kripalani
|
80b334d04f
|
upgrade dagstore to v0.3.1.
|
2021-07-27 18:24:23 +01:00 |
|
Raúl Kripalani
|
109a8242ae
|
implement conditional throttling in lotus mount.
|
2021-07-27 17:24:48 +01:00 |
|
Jennifer Wang
|
d24b2acc63
|
update to go-fil-market v1.6.0
|
2021-07-27 04:34:35 -04:00 |
|
Raúl Kripalani
|
9bdbbf33cb
|
Merge branch 'master' into feat/replace-multistore-carv2
|
2021-07-26 22:15:36 +01:00 |
|
Peter Rabbitson
|
20c5dd5bdc
|
Merge remote-tracking branch 'origin/master' into chore/upgrade_go-multihash
|
2021-07-26 21:26:10 +02:00 |
|
Jiaying Wang
|
98c8a2abe5
|
Merge branch 'master' into feat/allow_padding_redux
|
2021-07-26 13:59:33 -04:00 |
|
Peter Rabbitson
|
ed387b43cc
|
Bump go-multihash, adjust test for supported version
|
2021-07-26 17:50:19 +02:00 |
|
aarshkshah1992
|
50e1dc6b6e
|
bubble up markets and dagstore changes for m1.1
|
2021-07-26 19:44:59 +05:30 |
|
Mike Greenberg
|
76a9f4241b
|
feat: Graceful error when api impl is nil
|
2021-07-26 13:51:37 +02:00 |
|
whyrusleeping
|
78f94c4c6b
|
This pulls in forgotten parts properly implementing PR#5988
( previous testing focused exclusively on offline dealflow .cars )
Allows a workflow of:
~$ dd if=/dev/urandom bs=1M count=1 | ~/go-ipfs/cmd/ipfs/ipfs add --pin=false
added QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2 QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2
~$ ~/go-ipfs/cmd/ipfs/ipfs dag export QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2 > test_mib.car
~$ lotus client import --car ~/test_mib.car
Import 2, Root QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2
~$ ~/go/bin/stream-commp -p $(( 256 * 1024 * 1024 )) < test_mib.car
CommP: 54e4e75ddc3fffa8fd33d3ededc06e564603ac0fe62543ec6463d51b553be40b
CommPCid: baga6ea4seaqfjzhhlxod775i7uz5h3pnybxfmrqdvqh6mjkd5rsghvi3ku56icy
Raw bytes: 1049073 bytes
Unpadded piece: 266338304 bytes
Padded piece: 268435456 bytes
CARv1 detected in stream:
Blocks: 5
Roots: 1
1: QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2
~$ curl http://127.0.0.1:1234/rpc/v0 -X POST -H "Authorization: Bearer $(cat ~/.lotus/token)" -H "Content-Type: application/json" --data '
{ "jsonrpc": "2.0", "id":1, "method": "Filecoin.ClientStartDeal", "params": [
{
"Wallet":"t01004",
"Miner":"t01005",
"EpochPrice":"0",
"MinBlocksDuration":518400,
"Data": {
"Root":{ "/":"QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2" },
"PieceCid":{ "/":"baga6ea4seaqfjzhhlxod775i7uz5h3pnybxfmrqdvqh6mjkd5rsghvi3ku56icy" },
"PieceSize": 266338304
}
}
] }
'
~$ ~/go/bin/stream-commp -p $(( 128 * 1024 * 1024 )) < test_mib.car
CommP: ed904105399ed346f6b03844abc14710a1748854c2781824d6bd1100e63b1807
CommPCid: baga6ea4seaqo3ecbau4z5u2g62ydqrflyfdrbilurbkme6ayetll2eia4y5rqby
Raw bytes: 1049073 bytes
Unpadded piece: 133169152 bytes
Padded piece: 134217728 bytes
CARv1 detected in stream:
Blocks: 5
Roots: 1
1: QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2
~$ curl http://127.0.0.1:1234/rpc/v0 -X POST -H "Authorization: Bearer $(cat ~/.lotus/token)" -H "Content-Type: application/json" --data '
{ "jsonrpc": "2.0", "id":1, "method": "Filecoin.ClientStatelessDeal", "params": [
{
"Wallet":"t01004",
"Miner":"t01005",
"EpochPrice":"0",
"ProviderCollateral":"0",
"MinBlocksDuration":518400,
"Data": {
"TransferType": "manual",
"Root":{ "/":"QmcFLqjyh2kvixuuvxgNUoHy55Rb6N6uuSq4CNfvtPoTJ2" },
"PieceCid":{ "/":"baga6ea4seaqo3ecbau4z5u2g62ydqrflyfdrbilurbkme6ayetll2eia4y5rqby" },
"PieceSize": 133169152
}
}
] }
'
{"jsonrpc":"2.0","result":{"/":"bafyreianhjvev3w6q5lteap3h7tkxbe2jaobwlsi7vzbcoobjpicg3foqi"},"id":1}
~$ lotus-miner storage-deals import-data bafyreianhjvev3w6q5lteap3h7tkxbe2jaobwlsi7vzbcoobjpicg3foqi ~/test_mib.car
|
2021-07-24 18:17:13 +02:00 |
|
Peter Rabbitson
|
8d873e3edc
|
Tests for online and offline dealpadding
Also bump the times on several flaky tests that can not complete in time
on a typical laptop ( and fail half the time on CircleCI )
|
2021-07-24 17:46:04 +02:00 |
|
Raúl Kripalani
|
21f9dc8096
|
update graphsync to an actual release.
|
2021-07-22 23:47:47 +01:00 |
|
raulk
|
4ffbb03a82
|
Merge branch 'master' into raulk/merge-gs-fix
|
2021-07-22 23:37:17 +01:00 |
|
ZenGround0
|
3155609304
|
Finalize deps + fix after rebase
|
2021-07-22 09:49:56 -04:00 |
|
ZenGround0
|
56d71a190f
|
Update versions to have more digits
|
2021-07-22 09:49:47 -04:00 |
|
ZenGround0
|
47b5afa84b
|
Add version six and a half
|
2021-07-22 09:49:47 -04:00 |
|
ZenGround0
|
f49a8248f0
|
PriceListByVersion
|
2021-07-22 09:49:47 -04:00 |
|
aarshkshah1992
|
c8d328d386
|
fix bugs in the dagstore wrapper
|
2021-07-22 09:44:14 +05:30 |
|
aarshkshah1992
|
fd879e0426
|
update ds
|
2021-07-22 00:21:39 +05:30 |
|
aarshkshah1992
|
27f3170022
|
update dagstore
|
2021-07-21 23:38:22 +05:30 |
|
aarshkshah1992
|
5b1241d213
|
fix dagstore errors
|
2021-07-21 23:15:39 +05:30 |
|
aarshkshah1992
|
eaee1578dd
|
log more
|
2021-07-21 22:47:31 +05:30 |
|
aarshkshah1992
|
9e5c5b624b
|
update dagstore logs
|
2021-07-21 22:22:26 +05:30 |
|
aarshkshah1992
|
640d69f5cb
|
update dagstire
|
2021-07-21 21:54:28 +05:30 |
|
aarshkshah1992
|
36876c2601
|
update deps
|
2021-07-21 20:50:47 +05:30 |
|
aarshkshah1992
|
ea71e4de60
|
update dagstore fix
|
2021-07-21 17:42:19 +05:30 |
|
aarshkshah1992
|
6bee14d6fa
|
update dagstore and markets
|
2021-07-21 15:34:38 +05:30 |
|
aarshkshah1992
|
213dbc6bc8
|
update dagstore
|
2021-07-21 14:54:33 +05:30 |
|
aarshkshah1992
|
d7827da5bb
|
update deps
|
2021-07-21 09:30:33 +05:30 |
|
Aarsh Shah
|
b2ff2edd0c
|
Merge branch 'master' into feat/replace-multistore-carv2
|
2021-07-20 22:03:18 +05:30 |
|
aarshkshah1992
|
0c90868929
|
get it compiling
|
2021-07-20 21:44:25 +05:30 |
|
Raúl Kripalani
|
c1b304b633
|
update graphsync.
|
2021-07-20 15:43:44 +01:00 |
|
Dirk McCormick
|
b6a7a8c987
|
refactor: move lotus mount, dag store etc from markets to lotus
|
2021-07-19 15:53:34 +02:00 |
|
aarshkshah1992
|
905592a3dc
|
integrate unsealing changes with Lotus
|
2021-07-19 16:12:58 +05:30 |
|
Raúl Kripalani
|
9042429abd
|
Merge branch 'master' into raulk/merge-gs-fix
|
2021-07-16 18:19:50 +01:00 |
|
Raúl Kripalani
|
aeb8e57eef
|
use https://github.com/ipfs/go-graphsync/pull/176.
|
2021-07-16 18:17:34 +01:00 |
|
Raúl Kripalani
|
b2feb7e960
|
upgrade go-fil-markets, go-data-transfer; add logging.
|
2021-07-16 17:30:45 +01:00 |
|
aarshkshah1992
|
ed058ae193
|
update go mod
|
2021-07-15 18:21:35 +05:30 |
|
aarshkshah1992
|
35b39063ac
|
add tests and merge master
|
2021-07-15 17:50:35 +05:30 |
|
vyzo
|
1d9dcef878
|
update go-libp2p-pubsub to v0.5.0
|
2021-07-15 15:07:14 +03:00 |
|
aarshkshah1992
|
33c347956c
|
rebased and fixed tests
|
2021-07-15 14:47:10 +05:30 |
|
Raúl Kripalani
|
cbf281d1ca
|
go mod tidy.
|
2021-07-10 10:49:37 +01:00 |
|
Raúl Kripalani
|
71ddf73f44
|
check if merging ipfs/go-graphsync#177 fixes deal concurrency.
|
2021-07-10 10:48:18 +01:00 |
|
Peter Rabbitson
|
dcfbb1998f
|
Stop outputing ANSI color on non-TTY
No more stuff like: https://circleci.com/gh/filecoin-project/lotus/189136
|
2021-07-07 11:06:20 +02:00 |
|
Raúl Kripalani
|
ec69ac0b2c
|
downgrade libp2p/go-libp2p-yamux to v0.5.1.
|
2021-06-25 22:39:26 +01:00 |
|
Łukasz Magiera
|
ebd746cdec
|
Merge pull request #6406 from filecoin-project/feat/lotus-sim
|
2021-06-24 18:20:43 +02:00 |
|
Łukasz Magiera
|
c3480dc0e8
|
Merge remote-tracking branch 'origin/releases' into chore/merge-release
|
2021-06-24 09:39:11 +02:00 |
|