Skip to content

Commit

Permalink
Merge pull request #6 from allbridge-io/eof/validation_tests_refactor
Browse files Browse the repository at this point in the history
Refactoring of validation tests
  • Loading branch information
YaroslavNekryach authored Aug 18, 2023
2 parents fe484c9 + bf073de commit 7cd46cf
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 265 deletions.
3 changes: 3 additions & 0 deletions evm_loader/program/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ pub enum Error {
#[error("EVM container not found")]
ContainerNotFound,

#[error("EVM function metadata not found at index {0}")]
FunctionMetadataNotFound(usize),

#[error("Opcode not supported, opcode {0:X}")]
UnsupportedOpcode(u8),

Expand Down
Loading

0 comments on commit 7cd46cf

Please sign in to comment.