You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
eth_getTransactionByHash should be fork type not perma, now that i think of it
bc if the block the tx was included in is "forked out", the tx will settle in another block
but have the same tx hash
its quite an edge case but eth_getCode result could also change if the contract constructor included something like a blockNumber or coinbase opcode and there was a fork
The text was updated successfully, but these errors were encountered:
kumavis
changed the title
caching strategies and forks
cache - forks
Feb 7, 2016
from the chats:
eth_getTransactionByHash
should be fork type not perma, now that i think of itbc if the block the tx was included in is "forked out", the tx will settle in another block
but have the same tx hash
its quite an edge case but
eth_getCode
result could also change if the contract constructor included something like a blockNumber or coinbase opcode and there was a forkThe text was updated successfully, but these errors were encountered: