raulk
raulk
For point 1, I think the first thing we'll want to do is write several Solidity contracts that are write and read intensive in terms of data volume and dispersion...
@Stebalien — could you review this issue for correctness of approach, and provide thoughts and guidance to guide @aakoshh's work?
^^ Solidity calculates storage slots by hashing, so unfortunately optimizing for sequential keys will probably not help much: https://docs.soliditylang.org/en/v0.8.13/internals/layout_in_storage.html
> NEAR's Aurora also allows EVM transactions to run on the blockchain with Wasm. They kept both gas: [doc.aurora.dev/compat/gas](https://doc.aurora.dev/compat/gas) This is because NEAR allows for payment of transactions with wrapped...
> Currently, we send EVM messages around as raw bytes. Do you mean the input data? (We are not sending the RLP-encoded EVM message anywhere for now, we might do...
We need to make a choice when implementing the `eth_getStorageAt` JSON-RPC method. This method queries a storage slot in an Ethereum contract and returns the U256 value in it. The...
As you note, we don't have any metrics/facts that would warrant pursuing the linkstore _as of today_. Without a clear picture of what other functionalities the linkstore would power (e.g....
(Didn't intend to close, not sure what happened!)
Ok, GitHub broke Cmd+Enter.
Confirmed.