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

* 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
#	programs/bpf_loader/src/syscalls.rs
#	runtime/src/process_instruction.rs

* fix conflicts

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-10-15 19:21:27 +00:00
committed by GitHub
parent 0da2f73eb4
commit 782ed192b6
9 changed files with 135 additions and 27 deletions

View File

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