lambdaclass / era_vm

EraVM implementation
MIT License
19 stars 3 forks source link

Refactor pc increment #144

Closed MarcosNicolau closed 1 month ago

MarcosNicolau commented 1 month ago

Centralizes the pc increment logic in a single function so that it is not managed across the whole codebases. Closes #141.