Skip to content
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

Merged
merged 19 commits into from
Jun 9, 2022
Merged

Using a config file #91

merged 19 commits into from
Jun 9, 2022

Conversation

ryukzak
Copy link
Contributor

@ryukzak ryukzak commented Apr 8, 2022

Rebased with external plutus-config library:

@ryukzak ryukzak force-pushed the aleksandr/config-2 branch from 2c7a479 to 7a2993f Compare April 8, 2022 11:36
@ryukzak ryukzak force-pushed the aleksandr/config-2 branch from 7a2993f to b27072a Compare April 8, 2022 11:36
@ryukzak ryukzak requested a review from szg251 April 18, 2022 14:16
@ryukzak ryukzak requested a review from nazrhom April 22, 2022 12:57
@ryukzak
Copy link
Contributor Author

ryukzak commented Apr 22, 2022

@nazrhom Thank you for the review.

@ryukzak ryukzak force-pushed the aleksandr/config-2 branch from 949ebfd to 95f4d90 Compare April 22, 2022 13:04
@ryukzak
Copy link
Contributor Author

ryukzak commented Apr 27, 2022

Currently, CI was broken after migration to hercules due to access to the private repo.

@ryukzak ryukzak force-pushed the aleksandr/config-2 branch 3 times, most recently from abcd793 to 8bd1e42 Compare April 27, 2022 11:10
@ryukzak ryukzak force-pushed the aleksandr/config-2 branch from 8bd1e42 to 6993843 Compare April 27, 2022 23:52
@ryukzak ryukzak force-pushed the aleksandr/config-2 branch from 52ba058 to 32d2aa6 Compare May 12, 2022 02:47
@nazrhom nazrhom mentioned this pull request Jun 3, 2022
5 tasks
@szg251 szg251 requested review from szg251 and mikekeke June 3, 2022 12:41
Aleksandr Penskoi added 4 commits June 4, 2022 00:55
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}
Copy link
Collaborator

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

@szg251 szg251 mentioned this pull request Jun 6, 2022
2 tasks
instance HasSpec SlotConfig where
anySpec = slotConfigSpec

slotConfigSpec :: ValueSpec SlotConfig
Copy link
Collaborator

@mikekeke mikekeke Jun 6, 2022

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

@ryukzak ryukzak merged commit 1ab405a into master Jun 9, 2022
@ryukzak ryukzak deleted the aleksandr/config-2 branch June 9, 2022 11:00
@mikekeke mikekeke mentioned this pull request Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants