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

feat: relayer function call keys #792

Closed aleksuss closed 1 year ago

aleksuss commented 1 year ago

Description

The PR adds new types of transactions for adding and removing functional keys used by our relayer.

High-level requirements:

Performance / NEAR gas cost considerations

There are no changes in performance.

Testing

Added integration tests.

Additional information

!!! The base branch should be changed to develop after merging #777 !!!

Also, these changes along with changes from #779 require updating borealis-engine. cc @mandreyel.