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

@@ -4,12 +4,12 @@ use ore_api::{
loaders::*,
state::{Bus, Config},
};
use ore_utils::*;
use solana_program::{
account_info::AccountInfo, clock::Clock, entrypoint::ProgramResult,
program_error::ProgramError, program_pack::Pack, sysvar::Sysvar,
};
use spl_token::state::Mint;
use steel::*;
/// Reset tops up the bus balances, updates the base reward rate, and sets up the ORE program for the next epoch.
pub fn process_reset(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResult {