-
Notifications
You must be signed in to change notification settings - Fork 217
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
Light Mode: implement getPoolLifeCycleStatus #3320
Conversation
b565375
to
174c1f0
Compare
33bf6e8
to
f396b1c
Compare
f396b1c
to
645593b
Compare
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.
Looks good to me! 😊 Small style comments. Thanks for removing the unnecessary liftIO
.
@@ -1,10 +1,8 @@ | |||
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-} | |||
|
|||
{-# LANGUAGE BlockArguments #-} |
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.
(I'm still not foo fond of it, as it messes up the "whitespace separates function arguments" property. 😅)
968fa7b
to
a61918b
Compare
bors r+ |
Build succeeded: |
I have implemented
getPoolLifeCycleStatus
function of theStakePoolLayer
for the light mode.Tested in REPL on Testnet:
Issue Number
ADP-1511