aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
325 stars 78 forks source link

chore: move input parameters to aurora-engine-types #772

Closed aleksuss closed 1 year ago

aleksuss commented 1 year ago

Description

The goal of the PR is to allow to use input parameters of the engine without importing the aurora-engine itself.

Performance / NEAR gas cost considerations

There are no changes because it's refactoring only.

Testing

Some tests were moved only.

How should this be reviewed

Pay attention that parameters correctly have been placed in corresponding modules.

Additional information