Add support for deprecated loader (bp #11946) (#12114)

* Add support for deprecated loader (#11946)


(cherry picked from commit ae0fd3043a)

* fix version

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-09-08 18:41:29 +00:00
committed by GitHub
parent a5cad340ed
commit d1fdc96969
14 changed files with 479 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ pub use solana_sdk_macro::respan;
// On-chain program specific modules
pub mod account_info;
pub mod entrypoint;
pub mod entrypoint_deprecated;
pub mod log;
pub mod program;
pub mod program_error;