aurora-is-near / aurora-engine

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

feat: extend standalone storage api #913

Closed aleksuss closed 3 months ago

aleksuss commented 4 months ago

Description

The PR extends the standalone storage API by adding two new methods, set_custom_data and get_custom_data, which allow saving and retrieving arbitrary data outside the crate. This allows us to use storage not only for storing blocks and transactions.