Skip to main content

All Questions

0 votes
1 answer
71 views

Deploying program with sol_remaining_compute_units() gives "invalid account data"

Including something like msg!("remaining compute: {}", solana_program::compute_units::sol_remaining_compute_units()); will lead to error when deploying RPC URL: https://api.devnet.solana....
Pun's user avatar
  • 1
3 votes
1 answer
104 views

How to clone all the account of a given slot?

How could I download all the accounts at a given slot. Like Snapshot of all the Solana accounts at a recent given slot
d4rkshad0w's user avatar