Port BPFLoader2 activation to FeatureSet and rework built-in program activation

This commit is contained in:
Michael Vines
2020-09-24 12:23:09 -07:00
parent 6071d0d206
commit 31696a1d72
26 changed files with 251 additions and 703 deletions

View File

@@ -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();