Cryptomiester

Results 8 issues of Cryptomiester

how to include csrf token? I couldn't cancel, delete, or interact with the flask app.

Anyone working on it? Need to bump docker solana version to latest. - New transaction [confirmation strategy](https://github.com/solana-labs/solana/blob/752c851070873a180d815f8b4e447e8b83be2a38/web3.js/src/connection.ts#L2847) using blockheights. latest version needed for: - [Compute Budget IX](https://github.com/solana-labs/solana/blob/master/web3.js/src/compute-budget.ts) - Quic/http3 integration...

Hi, this is a temporary fix for making flask 2.2.2 to work. this fixes #10 flask 2.2.2 has deprecated _app_ctx_stack in favor of g. https://github.com/pallets/flask/pull/4682 I needed this to work...

We have experienced tickets that users could not send NFTs to ANS or SNS domains. I went through the code and found that the [useIsValidAddress](https://github.com/coral-xyz/backpack/blob/dcf709a41783c28b40b79cb4b54fb23c743a6db1/packages/app-extension/src/components/Unlocked/Nfts/Detail.tsx#LL409C11-L409C25) while sending the nft does...

help wanted
good first issue
priority 2

#### Problem Add ANS Protocol domain search and show owned domains #### Summary of Changes Added ANS (Alternative Name Service) Protocol domains to the Explorer - search by domain -...

hi, can you please add license on the repo.

updated the api with two functions: - update the primary sale happened for the token - unverified creators can sign the token please try it out before merging.

## Description - We had problem of rent epoch (18446744073709551615) being higher than Long (9223372036854775807) ## Work Completed - changing the type from Long to ULong made it work. idk...