developer-content
developer-content copied to clipboard
Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
### Problem Re: content/guides/dapps/journal.md [The CRUD app tutorial] while defining the account for creating a journal entry, init_if_needed is one of the account constraints, which I don't think is needed...
### Problem ``` "i18n/ru/content/guides/getstarted/local-rust-hello-world.md" of type "GuideRecord" has the following incompatible fields: • date: "" ``` ### Proposed Solution Have some way to avoid this error in the future. Maybe...
### Problem All the RPC docs use curl to give examples of making RPC requests. curl by default will show the progress, loading, and bytes transferred which clutters the cli...
### Following guides, https://solana.com/developers/guides/token-extensions/non-transferable#build-instructions and https://solana.com/developers/guides/token-extensions/immutable-owner#conclusion They can work separately well. However, if I put them together, immutable-owner always show Error processing Instruction 2: invalid account data for instruction. My...
### Problem Converting the code to use the most recent versions of the necessary tooling. I avoided editing the lesson itself, and focused on the lab, but I can definitely...
### Problem Outdated lesson on token program covering the process of a token creation - token transfer. ### Summary of Changes - Improved the code snippets - Updated some outdate...
### Problem no try/catch for async/await calls, which is not following CONTRIBUTING.md. [Token Extensions Program] link is wrong. [add a second account on devnet] link is wrong. wrong ts command...
### Problem #### signer-auth.md The way to get the seed "*ctx.bumps.get("vault").unwrap()" is outdated for the latest anchor version. Unnecessary parameters in "accounts()" in the test typescript. #### reinitialization-attacks.md Magic number...
### Problem #### token-program.md no try/catch for async/await calls, which is not following CONTRIBUTING.md. [Token Extensions Program] link is wrong. [add a second account on devnet] link is wrong. wrong...
### Problem The `update_movie_review` function did not include any check on the rating input, allowing ratings to be set outside the valid range of 1-5. ### Summary of Changes -...