dirkmc
dirkmc
@stuberman reports > I am using lotus v1.15.3 + Boost > > Problem #1 - Evergreen deals use the legacy format (GraphSync) when I retrieve those CAR files they do...
@stuberman provided us with access to one of the original files on disk (in unsealed fr32-encoded format). I wrote a script to remove fr32 padding and parse the file. After...
Yes, as you say we haven't come across this issue because we use a specific mount type
Agreed we need to fix it 👍 Thanks for the catch 🎣
Thanks Hannah! Fixed in https://github.com/filecoin-project/go-fil-markets/pull/622 I also pushed a commit to this branch with the same fix.
The reason there is a difference between the cids is that when you call proposal.Cid() it's calculated in one way in specs-actors: https://github.com/filecoin-project/specs-actors/blob/7f44654d2f07d08178f2aa034e5354db49656edf/actors/builtin/market/deal.go#L73-L79 However `resp.Response.Proposal` is calculated differently in go-fil-markets:...
https://app.circleci.com/pipelines/github/filecoin-project/go-fil-markets/1270/workflows/e9153041-8bfb-489d-9b7e-790b5b38eaf4/jobs/6782 ``` Failed === RUN TestRestartClient/ClientEventFundingComplete 2020-11-19T08:52:46.275Z �[31mERROR�[0m dt-impl impl/receiver.go:87 normal shutdown of state machine --- FAIL: TestRestartClient/ClientEventFundingComplete (0.01s) integration_test.go:508: storage deal proposed integration_test.go:476: event ClientEventFundingComplete has happened on client,...
Let's not merge right now as we're in the middle of testing a release, and I want to make sure the variadic arguments work across the API boundary.
Do we need to change the signature of `ListLocalDeals` so that it doesn't take variadic params?
> We timeout when no bytes are received, even if we're still chatting with the peer. In this case it looks from the logs like the last data is sent...