-
Notifications
You must be signed in to change notification settings - Fork 185
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 Create Bid to Auction House #172
Conversation
zaxozhu
commented
Jul 18, 2022
- Includes loading of LazyBid & Bid.
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.
Thank for that! You followed the structure very well. The base is here but I'm afraid we're not quite there yet. Have a look at the comments below.
ef07b36
to
76d9baf
Compare
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.
That's much better thank you. I've left some more comments. When are you planning on supporting Auctioneer instructions? It should be quite simple as you just need to swap the instruction factory based on the input.
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.
Nice! I've just left two little comments and then LGTM. 🍺
@zaxozhu Thanks for the changes. Not sure why the tests aren't passing. You can run a local Solana validator with the right programs loaded by running Then you can run
|
@lorisleiva thanks! That time I was on a different machine, where I don't have the solana test validator, so just pushed the changes to check tests here :) |
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.
Almost there! 🙂
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.
LGTM! 🚀
Thank you!