Reimpl vanilla validator

This commit is contained in:
Sergey Pepyakin
2017-12-01 20:06:43 +03:00
parent 41e74eb889
commit 5b921b6cf9
3 changed files with 848 additions and 1 deletions

View File

@ -129,6 +129,7 @@ impl From<::common::stack::Error> for Error {
}
}
mod validator;
mod native;
mod imports;
mod memory;