Top new questions this week: |
In instructionAccountNodesFromAnchorV01() with the IDL below I get:CodamaError: Argument name [poll_id] is missing from the instruction definition.The error doesn't show which instruction handler ... |
As the title says, does the timestamp of the block get set by the clock sysvar or is this just set by the leader / some other method? |
I'm trying to initialize an arcium computation definition but keep getting InvalidAuthority error:Error: AnchorError thrown in programs/arcium/src/instructions/computation_definition.rs:76. Error ... |
As the title says, I'm using anchor v0.32.1 and solana v3.1.1 and when I do anchor localnet it just hangs, while in the .anchor/test-ledger/validator.log I see called Result::unwrap() on an Err value: ... |
I'm tryng to verify user's signature from Rails backend and jQuery frontend but keep getting "Invalid signature". Been trying for days.const signMessage = async (challenge, pubKey) => { ... |
Greatest hits from previous weeks: |
I am following the solana bootcamp on youtube. When I build my anchor for the first time, it shows the following error:anchor builderror: failed to parse lock file at: /home/sarthak/solana/P2-Voting-... |
When I use Rugcheck.xyz to check my token, it says that I did not lock liquidity and that this is dangerous.Therefore, I want to lock liquidity for my token. How do I do this? |
As the title suggest, i need to get Raydium AMM program id, i tried to look for it but found 2 different and im not really sure which one is correct ID, can anyone point me to the right one? thanks |
I have been trying to setup a Solana RPC with Yellowstone GRPC Geyser Plugin for weeks now, but it keeps lagging no matter what provider I use.Even top RPC providers lag behind by 10-12 slots ... |
I have a parsed tx (swap on pumpfun), and I have a amountIn, amountOut, reserves and etc.I know that to compute bonding curve % I need to have current token amount from bonding curve wallet. But is ... |
I am currently trying to figure out how to decode data from a transaction instruction, but whatever i try it doesn't work.Example data base58:... |
Is it possible to sell/send a token when the creator has frozen the account? |