Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Return implicit delay visibility tombstone #31493

Merged
merged 3 commits into from
May 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix clippy
pgarg66 committed May 4, 2023
commit 568405abf34dae41e1c466a24c381da86426a01d
3 changes: 1 addition & 2 deletions program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
@@ -539,11 +539,10 @@ impl solana_frozen_abi::abi_example::AbiExample for LoadedPrograms {

#[cfg(test)]
mod tests {
use crate::loaded_programs::DELAY_VISIBILITY_SLOT_OFFSET;
use {
crate::loaded_programs::{
BlockRelation, ForkGraph, LoadedProgram, LoadedProgramMatchCriteria, LoadedProgramType,
LoadedPrograms, LoadedProgramsForTxBatch, WorkingSlot,
LoadedPrograms, LoadedProgramsForTxBatch, WorkingSlot, DELAY_VISIBILITY_SLOT_OFFSET,
},
percentage::Percentage,
solana_rbpf::vm::BuiltInProgram,