FEVM Deal Making #625
wildanvin
started this conversation in
Developers
Replies: 1 comment 2 replies
-
Hi @wildanvin , did you solve your issue with 0 ID? Have the same one( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to make a deal with a Storage Provider in the Hyperspace network through the fevm. I am following this starter-kit. I was able to compile the contract and deploy it to hyperspace, though I had to use this Pull Request to make it work.
I am using Ligthhouse to get the required info that the contract needs to make a deal (link to car file, commP, piece size, car size).
I am able to propose the deal but I think it never gets accepted by a SP. I am pretty sure of it because when I query the
pieceStatus
mapping of theDealClient
contract it always gives meRequestSubmitted
but neverDealPublished
orDealActivated
. Also the front end tells me that the deal ID is 0 which is obviously wrong (right?).So I don´t know how to make the SP accept my deal. Should I add some FIL so it will pick it up? Is the SP Boost not working?
Also is this the best way to make a deal in the FEVM?
This is my slightly modified version of the repo.
Any help or guidance would be much appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions