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

Fix MultiAsset generation #3347

Merged
merged 11 commits into from
Apr 14, 2023
Merged

Fix MultiAsset generation #3347

merged 11 commits into from
Apr 14, 2023

Conversation

aniketd
Copy link
Contributor

@aniketd aniketd commented Mar 22, 2023

Description

Closes #3312

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated
  • Any changes are noted in the CHANGELOG.md for affected package
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

@aniketd aniketd requested a review from lehins March 22, 2023 15:15
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch 2 times, most recently from e29049b to 9bfd2e2 Compare March 22, 2023 15:48
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.

looks great to me, thank you @aniketd !

Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

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

Great job on investigating this problem and figuring out the value of 910. Taking a quick peek at the compaction implementation it does seem to be the correct value indeed.

There are some problems that I commented on in the PR itself, but the overall direction is totally correct.

We are still missing fixes to the deserializer, but I am sure you knew this already anyways.

@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch 2 times, most recently from c6807d3 to e20ec44 Compare March 23, 2023 18:27
@aniketd aniketd requested a review from lehins March 23, 2023 18:29
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from e20ec44 to 368b1a2 Compare March 23, 2023 18:41
@aniketd aniketd mentioned this pull request Mar 24, 2023
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

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

More work is needed in order to get this right.

@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from ea040f7 to dcd5ed6 Compare March 28, 2023 20:04
@aniketd aniketd requested a review from lehins March 28, 2023 20:14
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch 2 times, most recently from b22ea27 to 88c70d6 Compare March 28, 2023 20:19
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

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

Couple of minor changes are still needed, but other than that this looks awesome!

eras/mary/impl/src/Cardano/Ledger/Mary/Value.hs Outdated Show resolved Hide resolved
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from 88c70d6 to e37889d Compare April 3, 2023 11:02
@aniketd aniketd requested a review from lehins April 3, 2023 11:02
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from e37889d to 4228466 Compare April 3, 2023 11:05
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from 4228466 to f362139 Compare April 11, 2023 08:22
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

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

Two final comments. This is awesome stuff! Thank you Aniket!

eras/mary/impl/src/Cardano/Ledger/Mary/Value.hs Outdated Show resolved Hide resolved
@aniketd aniketd force-pushed the aniketd/ci-failure-asset-name branch from f362139 to 1a77632 Compare April 14, 2023 13:54
@aniketd aniketd enabled auto-merge April 14, 2023 13:55
@aniketd aniketd disabled auto-merge April 14, 2023 13:57
@lehins lehins force-pushed the aniketd/ci-failure-asset-name branch from 1a77632 to a018a68 Compare April 14, 2023 19:15
@lehins lehins enabled auto-merge April 14, 2023 19:15
@lehins lehins merged commit 4b5eb84 into master Apr 14, 2023
@iohk-bors iohk-bors bot deleted the aniketd/ci-failure-asset-name branch April 14, 2023 20:29
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.

Test failure on CI
3 participants