Program may not exit (#1669)

Cap max executed instructions, report number of executed instructions
This commit is contained in:
jackcmay
2018-10-31 10:59:56 -07:00
committed by Jack May
parent e2660f2ac1
commit 3a1285ebe5
3 changed files with 39 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ elf = "0.0.10"
env_logger = "0.5.12"
libc = "0.2.43"
log = "0.4.2"
rbpf = "0.1.0"
solana_rbpf = "0.1.2"
serde = "1.0.27"
serde_derive = "1.0.27"
solana-sdk = { path = "../../../sdk", version = "0.10.0" }