Gus

Results 6 issues of Gus

I deployed a program that works fine on tests and Devnet, but on Solana Mainnet, I get an error which I haven't found info by Googling it: ``` Raw transaction...

Using: ``` "@project-serum/anchor": "^0.24.2", "@solana/wallet-adapter-base": "^0.9.5", "@solana/wallet-adapter-react": "0.15.4", "@solana/wallet-adapter-react-ui": "^0.9.6", "@solana/wallet-adapter-wallets": "^0.16.1", "@solana/web3.js": "^1.42.0", ``` on a NextJS application, I'm trying to instantiate an `AnchorProvider` in order to sign a...

I know a proposal can be created to add a member, but can add multiple members at the initialization of the contract? Or is there a special function to do...

C-discussion
T-Paused

In my typescript tests, this works fine: ```typescript async function getGamePDA(setupArgs: { amount: anchor.BN; feePercentage: number; houseWallet: anchor.web3.PublicKey }) { const [pdaPubKey, _] = await PublicKey.findProgramAddress( [ anchor.utils.bytes.utf8.encode("game"), setupArgs.amount.toBuffer("le", 8),

So, `.tsx` extension is listed in the languages.yml file, this is my TODO comment: ``` {/* @TODO complete the FAQs labels: 100 USDT */} ``` I already added the `IDENTIFIERS`...

### Issue Using the `/ask` command creates unwanted empty files: ```bash > /ask are you aware of TheGraph, the blockchain tool for querying with GraphQL? Creating empty file database-sequelize/models/Prompt.ts Creating...

question