program log pubkey as base58 (bp #12901) (#12911)

* program log pubkey as base58 (#12901)

(cherry picked from commit 3f9e6a600b)

# Conflicts:
#	programs/bpf/benches/bpf_loader.rs
#	programs/bpf/c/src/tuner/tuner.c

* resolve conflicts

* fix bench conflict

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-10-15 19:40:20 +00:00
committed by GitHub
parent e8c86ed3e5
commit 3df811348f
9 changed files with 139 additions and 30 deletions

View File

@@ -612,6 +612,7 @@ mod tests {
sha256_byte_cost: 1,
max_call_depth: 20,
stack_frame_size: 4096,
log_pubkey_units: 100,
},
Rc::new(RefCell::new(Executors::default())),
None,