-
Notifications
You must be signed in to change notification settings - Fork 156
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
Refactor delegationTransition
#3129
Conversation
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.
Love the deduplication. ❤️ Suggested even further improvement
I'll make this work and adapt the suggestions when I'm back on Friday! |
64919db
to
5b2cd23
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.
great cleanup, thank you @teodanciu !
The darwin cicero build is failing with something I don't understand:
F copying 2 paths...
F cardano-protocol-tpraos-lib-cardano-protocol-tpraos> Connection to 10.10.0.2 closed by remote host
F error: unexpected end-of-file
bf5c6e9
to
bd12967
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.
Thank you for reducing duplication. Great stuff!!
Just one minor stylistic comment
There was a lot of code copy which was in the way of @teodanciu and me figuring out what changes if `allowMIRTransfer` is true or not. We took this as an opportunity for some refactoring. Co-authored-by: teodanciu <teodora.danciu@tweag.io>
to avoid duplication and apply suggested further refactorings
Co-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>
846fca8
to
9b8e195
Compare
There was a lot of code copy which was in the way of @teodanciu and me figuring out what changes if
allowMIRTransfer
is true or not. We took this as an opportunity for some refactoring.