-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conversation
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") |
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.
Will set this back to main
once it's merged.
9ff4a44
to
2adc8df
Compare
2adc8df
to
1fc0368
Compare
e11fdbf
to
21b8b5f
Compare
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, |
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.
You got it right away. Awesome
This is awesome. It works and de serialize with beet and solita. I am very very happy |
No description provided.