Skip to content

Commit

Permalink
Update Agave version
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Mar 30, 2024
1 parent b3e7e9b commit 6914a68
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ clap = { version = "4.5.2", features = ["derive"] }
lazy_static = "1.4.0"
prost = "0.11.9"
prost-types = "0.11.9"
solana-address-lookup-table-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-bpf-loader-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-compute-budget-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-config-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-loader-v4-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-program-runtime = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-system-program = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-sdk = { git = "https://github.com/anza-xyz/agave", rev = "b27c80a92077de291986a15a8440dfcf27f4b57c" }
solana-address-lookup-table-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-bpf-loader-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-compute-budget-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-config-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-loader-v4-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-program-runtime = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-system-program = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
solana-sdk = { git = "https://github.com/anza-xyz/agave", rev = "e56d314df52cecc00bd8d30b56ca75adef159985" }
thiserror = "1.0.57"

[build-dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
enable_chained_merkle_shreds,
// These two were force-activated, but the gate remains on the BPF Loader.
disable_bpf_loader_instructions,
deprecate_executable_meta_update_in_bpf_loader,
];

pub mod proto {
Expand Down

0 comments on commit 6914a68

Please sign in to comment.