aurora-is-near / aurora-engine

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

feat: add possibility to provide new arguments in json format #871

Closed aleksuss closed 9 months ago

aleksuss commented 10 months ago

Description

The PR adds a new option to pass init arguments in JSON format.

Performance / NEAR gas cost considerations

There are no changes in performance or gas cost.

Testing

A corresponding unit test has been added.

Additional information

The controller contract needs the change to allow passing generic JSON object as initialise arguments.