Pull in hardened BPF virtual machine (#9931)

This commit is contained in:
Jack May
2020-05-08 12:37:04 -07:00
committed by GitHub
parent 57a9996921
commit 84885d79d5
8 changed files with 342 additions and 688 deletions

View File

@@ -18,9 +18,12 @@ num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "1.2.0" }
solana-runtime = { path = "../../runtime", version = "1.2.0" }
solana-sdk = { path = "../../sdk", version = "1.2.0" }
solana_rbpf = "=0.1.26"
solana_rbpf = "=0.1.27"
thiserror = "1.0"
[dev-dependencies]
rand = "0.7.3"
[lib]
crate-type = ["lib", "cdylib"]
name = "solana_bpf_loader_program"