Check that the program was granted access to program_id (#13890)

This commit is contained in:
Jack May
2020-12-01 07:35:07 -08:00
committed by GitHub
parent 57dd60f671
commit 733fcbaa6c
9 changed files with 3539 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "solana-bpf-rust-caller-access"
version = "1.5.0"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "1.5.0" }
[lib]
crate-type = ["cdylib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]