abort()
(cherry picked from commit 923720f529) Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
923720f529
The program_id is not needed on "Program return data: " because it always preceeded by the program invoke message, so no need to repeat the program id. Also rename this to "Program return: " since "data" is redundant.
This consists of: - syscalls - passing return data from invoked to invoker - printing to stable log - rust and C SDK changes