Add support for idiomatic error handling to BPF instruction processors (#7968)

This commit is contained in:
Jack May
2020-01-30 09:47:22 -08:00
committed by GitHub
parent 0c55b37976
commit dd276138c2
25 changed files with 515 additions and 108 deletions

View File

@@ -69,9 +69,10 @@ fn main() {
"alloc",
"dep_crate",
"dup_accounts",
"error_handling",
"external_spend",
"iter",
"many_args",
"external_spend",
"noop",
"panic",
"param_passing",