blockiosaurus

Results 23 comments of blockiosaurus

Huzzah, we have space now! Can you just change these to use `msg!` to be consistent with our other programs? That should also be a little cleaner as it uses...

Hey @KartikSoneji, are you trying to use receipts? AFAIK that's currently not supported under Auctioneer.

It's weird that this is happening on ExecuteSale since every PDA should already have been utilized and successfully derived. I'll dig into the runtime on find_program_address but I assumed it...

Thanks for pointing this out! Situations like this are why we've added the ability to prevent the highest bidder from canceling. However, I'll add exploration of alternatives to our list...

Token Metadata is not an Anchor program and therefore doesn't export the Instructions in the same way. For details on how to CPI into the program, please see the Metaplex...

@null-prophet all of the PDA helpers should be present in the new clients.

PDA finders now live on their respective accounts. https://docs.rs/mpl-token-metadata/latest/mpl_token_metadata/accounts/struct.MasterEdition.html#method.find_pda

Yes, aura is currently undergoing technical review and future planning and therefore the public testing endpoints are not available.

Do you have a failed transaction example I can take a look at?