migrate to steel

This commit is contained in:
Hardhat Chad
2024-09-25 06:45:37 +00:00
parent e8f0721fca
commit 7814e28847
21 changed files with 34 additions and 22 deletions

View File

@@ -9,7 +9,6 @@ use ore_api::{
loaders::*,
state::{Bus, Config, Proof},
};
use ore_utils::*;
use solana_program::program::set_return_data;
#[allow(deprecated)]
use solana_program::{
@@ -24,6 +23,7 @@ use solana_program::{
slot_hashes::SlotHash,
sysvar::{self, Sysvar},
};
use steel::*;
/// Mine validates hashes and increments a miner's collectable balance.
pub fn process_mine(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResult {