Port BPFLoader2 activation to FeatureSet and rework built-in program activation
This commit is contained in:
@@ -89,6 +89,7 @@ mod tests {
|
||||
vec![accounts_dir.path().to_path_buf()],
|
||||
&[],
|
||||
None,
|
||||
None,
|
||||
);
|
||||
bank0.freeze();
|
||||
let mut bank_forks = BankForks::new(bank0);
|
||||
@@ -143,6 +144,7 @@ mod tests {
|
||||
CompressionType::Bzip2,
|
||||
old_genesis_config,
|
||||
None,
|
||||
None,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
Reference in New Issue
Block a user