issues
search
yeagerai
/
genlayer-simulator
MIT License
16
stars
8
forks
source link
Rework `eth_call` endpoint
#621
Open
kp2pml30
opened
2 days ago
kp2pml30
commented
2 days ago
it should return contracts return value without transforming it (right now we have
to_string . decode
)
it should be able to return jsonrpc error on error, right now it returns Receipt.to_dict with successful status
to_string . decode
)