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: get rid of the byte-slice-cast crate in engine #789

Closed aleksuss closed 1 year ago

aleksuss commented 1 year ago

Description

The PR removes the redundant byte-slice-cast crate from aurora-engine as it is used only in one place in the code. Also, vectors have been replaced by fixed-size arrays.

Performance / NEAR gas cost considerations

No performance changes.

Testing

It doesn't require adding new tests.