Boost v3 cutover (#118)

* steel v4

* scaffold boost v3 integration

* fix build

* enforce rotation duration

* update interface

* update deps

* bump version

* boost v3

* rsut version

* deps

* silent error

* remove version flag
This commit is contained in:
Hardhat Chad
2025-03-19 12:19:44 -05:00
committed by GitHub
parent b0145c202c
commit fa1bb1c05b
9 changed files with 405 additions and 293 deletions

View File

@@ -17,7 +17,7 @@ pub fn process_claim(accounts: &[AccountInfo<'_>], data: &[u8]) -> ProgramResult
beneficiary_info
.is_writable()?
.as_token_account()?
.assert(|t| t.mint == MINT_ADDRESS)?;
.assert(|t| t.mint() == MINT_ADDRESS)?;
let proof = proof_info
.as_account_mut::<Proof>(&ore_api::ID)?
.assert_mut_err(