You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Hydra moves towards using Blockfrost as a chain layer, we need to extend the functionality to publish Hydra scripts via the Blockfrost API. This follows up on #1305 and builds upon our initial exploration on #1631.
What
Introduce the capability to publish Hydra scripts using Blockfrost as follows:
Just to double check - is this issue not suppose to include adding a new chain layer for blockfrost? We should only extend hydra-node/Main.hs and not do anything in Run.hs related to new addition of BlockfrostConfig in ChainConfig type and we should have another issue to add new chain component? (like Hydra.Chain.Direct but for blockfrost)
Just to double check - is this issue not suppose to include adding a new chain layer for blockfrost? We should only extend hydra-node/Main.hs and not do anything in Run.hs related to new addition of BlockfrostConfig in ChainConfig type and we should have another issue to add new chain component? (like Hydra.Chain.Direct but for blockfrost)
Yes, this is only about publishing scripts, which is not integrated with the headlogic / Chain interface. The full integration should happen in the "Blockfrost chain layer" issue.
Uh oh!
There was an error while loading. Please reload this page.
Why
As Hydra moves towards using Blockfrost as a chain layer, we need to extend the functionality to publish Hydra scripts via the Blockfrost API. This follows up on #1305 and builds upon our initial exploration on #1631.
What
Introduce the capability to publish Hydra scripts using Blockfrost as follows:
How
Taking the inception spike as inspiration, we need to:
PublishOptions
to support Blockfrost options:hydra-node/Main.hs
to support publishing scripts using the modules above.The text was updated successfully, but these errors were encountered: