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

Add Memoized and fix AlonzoTxAuxData #3165

Merged
merged 8 commits into from
Nov 30, 2022
Merged

Add Memoized and fix AlonzoTxAuxData #3165

merged 8 commits into from
Nov 30, 2022

Conversation

lehins
Copy link
Collaborator

@lehins lehins commented Nov 23, 2022

Major additions and changes in this PR:

Fixes #3166

@lehins lehins force-pushed the lehins/memoized branch 2 times, most recently from 06a5e61 to c75b2cd Compare November 23, 2022 21:29
@lehins lehins changed the title Lehins/memoized Add Memoized and fix AlonzoTxAuxData Nov 23, 2022
@lehins lehins marked this pull request as ready for review November 23, 2022 21:32
@lehins lehins force-pushed the lehins/memoized branch 5 times, most recently from b355efb to c2233d4 Compare November 29, 2022 01:08
Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks awesome, thanks @lehins ! I only had trivial comments.

This class allows us to abstract away common parts from MemoBytes usage
and reduce duplication. Besides improving safety it also provides us
with an easy way to operate on the underlying raw type.
@lehins lehins merged commit ef81c22 into master Nov 30, 2022
@iohk-bors iohk-bors bot deleted the lehins/memoized branch November 30, 2022 08:56
@lehins lehins mentioned this pull request Dec 2, 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.

Implementation of AlonzoTxAuxData does not roundtrip serialization
2 participants