bug: transaction_index
serialized to Null
#459
Labels
bug
Inconsistencies or issues which will cause a problem for users or implementors.
Bug Report
Kakarot RPC version: 9828d4a
Current behavior:
As describe in this issue paradigmxyz/reth#4260,
transaction_index
gets serialized to Null so when we run forge scripts, we get an error. The plan is to make it intou64
in this pr so we will have to set it to 0 for now and write a todo to have an accurate value for it.Expected behavior:
Should serialize/deserialize properly and forge script runs successfully.
Steps to reproduce:
make katana-rpc-up
forge script scripts/PlainOpcodes.s.sol --rpc-url http://127.0.0.1:3030 --broadcast
Related code:
Other information:
The text was updated successfully, but these errors were encountered: