You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# smoelius: `solana` is not used directly, but it is called by `anchor`.
103
103
sed -i '/^binArgs=()$/i BINS=(cargo-build-sbf solana-test-validator solana); DCOU_BINS=()' scripts/cargo-install-all.sh
104
+
105
+
sed -i '/match &executor.program/i dbg!(&executor.program);' programs/bpf_loader/src/lib.rs
106
+
sed -i '/ic_logger_msg!(log_collector, "Program is not deployed");/i println!("{}", std::backtrace::Backtrace::force_capture());' programs/bpf_loader/src/lib.rs
0 commit comments