-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a config file #91
Conversation
2c7a479
to
7a2993f
Compare
7a2993f
to
b27072a
Compare
@nazrhom Thank you for the review. |
949ebfd
to
95f4d90
Compare
Currently, CI was broken after migration to hercules due to access to the private repo. |
abcd793
to
8bd1e42
Compare
8bd1e42
to
6993843
Compare
52ba058
to
32d2aa6
Compare
plutus-config right now is a closed source project, so this commit remove this dependency.
Right _ -> loadPABConfig fn | ||
| otherwise -> | ||
return $ pparamsError pcProtocolParamsFile err | ||
Right pcProtocolParams -> return $ Right conf {pcProtocolParams} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a new issue for protocol params handling. I think with Misha's node querying work, we could just query for the params each time (or store in memory): #112
src/PlutusConfig/Ledger.hs
Outdated
instance HasSpec SlotConfig where | ||
anySpec = slotConfigSpec | ||
|
||
slotConfigSpec :: ValueSpec SlotConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SlotConfig
should not be required anymore. It was used for slot <-> time
conversions before and was removed in #105
Rebased with external plutus-config library: