You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the Nimbus EVM isn't yet usable by other EVMC hosts because the execute function here is not implemented correctly. It casts to a nim specific type TransactionHost and it ignores the evmc_message and code parameters.
It also appears that the Nimbus EVM accesses the Nimbus database directly in some places which may become a problem when running the EVM in another host.
The text was updated successfully, but these errors were encountered:
It appears that the Nimbus EVM isn't yet usable by other EVMC hosts because the execute function here is not implemented correctly. It casts to a nim specific type
TransactionHost
and it ignores the evmc_message and code parameters.It also appears that the Nimbus EVM accesses the Nimbus database directly in some places which may become a problem when running the EVM in another host.
The text was updated successfully, but these errors were encountered: