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

Auction House v0.1 #57

Merged
merged 5 commits into from
Sep 22, 2022
Merged

Auction House v0.1 #57

merged 5 commits into from
Sep 22, 2022

Conversation

mike-metaplex
Copy link
Contributor

No description provided.

Package.swift Outdated
@@ -13,14 +13,16 @@ let package = Package(
targets: ["Metaplex"]),
],
dependencies: [
.package(url: "https://github.com/metaplex-foundation/Solana.Swift.git", branch: "1.3.0"),
.package(url: "https://github.com/metaplex-foundation/metaplex-swift-program-library", branch: "feature/update-auctionhouse")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will set this back to main once it's merged.

@mike-metaplex mike-metaplex marked this pull request as ready for review September 21, 2022 19:06
@ajamaica
Copy link
Contributor

Looks like the lib broke horribly. Thanks for this update.

static func pda(creator: PublicKey, treasuryMint: PublicKey) -> Result<PublicKey, Error> {
let seeds = [
"auction_house".bytes,
creator.bytes,
Copy link
Contributor

Choose a reason for hiding this comment

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

You got it right away. Awesome

@ajamaica
Copy link
Contributor

This is awesome. It works and de serialize with beet and solita. I am very very happy

@mike-metaplex mike-metaplex merged commit 7e331f2 into main Sep 22, 2022
@mike-metaplex mike-metaplex deleted the feature/auction-house branch September 22, 2022 17:20
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