tonton
tonton
Is there a reason why you are using 1.74.0? Cannot build using Solana 1.18.9 release.
Bump tool chain to support laters Solana version
It appears that the Cargo.lock is lagging behind the Cargo.toml version. When cloning from source, rust automatically generates the correct Cargo.lock file which creates an automatic change. Would be good...
I am trying to test using the transfer-fee extension in conjunction with the transfer-hook extension. The transfer-hook is the provided example program given in this repository. The transfer hook extra...
#78 Changes the `MineEvent` struct to include the balance.
The current log for mine events includes the difficulty, rewards, and timing. This allows for easy event based analysis. I propose to add the staked ore amount for the proof...