nearcore
nearcore copied to clipboard
Run node with modified gas costs on one day of mainnet traffic
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
andwasm_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