aurora-is-near / aurora-engine

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

Chore: make ContractError Send + Sync #836

Closed birchmd closed 10 months ago

birchmd commented 10 months ago

Description

This is needed to allow ContractError to be used easily in async Rust applications.

Performance / NEAR gas cost considerations

N/A

Testing

Existing tests.