nearcore icon indicating copy to clipboard operation
nearcore copied to clipboard

Run node with modified gas costs on one day of mainnet traffic

Open aborg-dev opened this issue 11 months ago • 0 comments

This is a part of investigation for changing gas costs for function calls: https://github.com/near/nearcore/issues/10829

We need to:

  • [ ] Modify the action_function_call and wasm_contract_loading_bytes
  • [ ] Build a new neard binary with modified costs
  • [ ] Run the new node with modified binary (probably using https://github.com/PagodaPlatform/tf-near-node)
  • [ ] Replay the last day of mainnet traffic with https://github.com/near/nearcore/tree/master/tools/mirror

After this we need to report:

  • [ ] List of smart contracts that worked in the past but failed with OutOfGas error after the change
  • [ ] The change in apply chunk latency
  • [ ] The change in max size of delayed receipts queue

aborg-dev avatar Mar 21 '24 12:03 aborg-dev