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 a few modules to the template #20

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Add a few modules to the template #20

merged 3 commits into from
Sep 16, 2024

Conversation

zliu41
Copy link
Member

@zliu41 zliu41 commented Sep 12, 2024

Added AuctionMintingPolicy.hs, GenAuctionValidatorBlueprint.hs and app/GenMintingPolicyBlueprint.hs, to make it compatible with IntersectMBO/plutus#6477.

auctionParams :: AuctionParams
auctionParams =
AuctionParams
{ apSeller = error "Replace with seller public key"
Copy link
Collaborator

Choose a reason for hiding this comment

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

sellerh phk -> seller public key

Copy link
Member Author

Choose a reason for hiding this comment

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

I changed it to "public key hash".

@@ -6,9 +6,9 @@ The `main` function in `Main.hs` does two things:
* Serialise the instantiated validator and write it to a file

Copy link
Collaborator

Choose a reason for hiding this comment

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

@zliu41 This entire file must be revisited as it is now obsolete.

Copy link
Member Author

Choose a reason for hiding this comment

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

Once IntersectMBO/plutus#6477 is merged, I'll remove most content of this file, and point to the docusaurus site instead.

auctionParams :: AuctionParams
auctionParams =
AuctionParams
{ apSeller = error "Replace with seller public key"
Copy link
Member Author

Choose a reason for hiding this comment

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

I changed it to "public key hash".

@@ -6,9 +6,9 @@ The `main` function in `Main.hs` does two things:
* Serialise the instantiated validator and write it to a file

Copy link
Member Author

Choose a reason for hiding this comment

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

Once IntersectMBO/plutus#6477 is merged, I'll remove most content of this file, and point to the docusaurus site instead.

-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-09-12T00:00:00Z
Copy link
Member Author

@zliu41 zliu41 Sep 15, 2024

Choose a reason for hiding this comment

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

@zeme-wana I wasn't sure whether or not these timestamps were automatically set, but it didn't work for me. It led to

Error: [Cabal-7159]
Latest known index-state for 'cardano-haskell-packages' (...) is older than the requested index-state (...).

Hence the update.

@zeme-wana zeme-wana merged commit 9431070 into main Sep 16, 2024
7 checks passed
@zliu41 zliu41 deleted the zliu41/auction-e2e branch September 16, 2024 13:45
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.

2 participants