This is the deprecated Lilypad v1. See https://github.com/bacalhau-project/lilypad for v2. Previous FEVM-Bacalhau bridge (v0): https://github.com/bacalhau-project/lilypad-v0
GNU General Public License v3.0
12
stars
8
forks
source link
Mediator and job creator accounts are the same #19
We made this change in order to fix a bug with the solver but it now means that the mediator address will always be the same as the job creator address - which will change when the user supplies their own private key.
We need to deloy the mediator against a fixed account and then both the resource provider and job creator should reference that static mediator address
We made this change in order to fix a bug with the solver but it now means that the mediator address will always be the same as the job creator address - which will change when the user supplies their own private key.
We need to deloy the mediator against a fixed account and then both the resource provider and job creator should reference that static mediator address