-
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
Move Write.Tx
modules to cardano-balance-tx
#4127
Conversation
17f57d3
to
d4228d5
Compare
d4228d5
to
5daa2ec
Compare
deriving (Show, Eq) | ||
|
||
assumedTxWitnessTag :: UTxOAssumptions -> TxWitnessTag | ||
assumedTxWitnessTag = \case |
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.
Why not leave it in the UtxoAssumptions module?
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.
🤔 TxWitnessTag
is ultimately only needed for SizeEstimation.hs
-functions, and seems more internal to me. I'd favor not putting it in Write.UTxOAssumption
now.
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.
Hi @Anviking
Just some preliminary comments!
2893e4e
to
235222c
Compare
Co-authored-by: Jonathan Knowles <[email protected]>
235222c
to
d0f58df
Compare
std-gen-seed
libraryWrite.Tx
modules tocardano-balance-tx
Comments
Issue Number
ADP-3170