Parse bpf loader instructions (#12998)

* Add parsing for BpfLoader2 instructions

* Skip info if null

* Return account address in info map
This commit is contained in:
Tyera Eulberg
2020-10-19 23:13:02 -06:00
committed by GitHub
parent c7c6c28455
commit 942e4273ba
3 changed files with 111 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ extern crate lazy_static;
extern crate serde_derive;
pub mod parse_accounts;
pub mod parse_bpf_loader;
pub mod parse_instruction;
pub mod parse_token;