-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different versions that have inconsistent return field values when calling receipts #11252
Comments
other rpc: $ curl 'https://rpc.ankr.com/filecoin' curl 'https://api.node.glif.io/' {"jsonrpc":"2.0","result":{"transactionHash":"0x6accb8eb1ef2eb0a0d9a1262dd8dbc94efe4afff8479951d05a6ee65f97991a2","transactionIndex":"0x12","blockHash":"0x8d0220c486c6f3f387245bf63b24ccce069a5f1df9b57ca79189966fcbb87465","blockNumber":"0x30b34f","from":"0xff000000000000000000000000000000001f24c5","to":"0xff000000000000000000000000000000001f43de","root":"0x0000000000000000000000000000000000000000000000000000000000000000","status":"0x1","contractAddress":null,"cumulativeGasUsed":"0x0","gasUsed":"0x39450d1","effectiveGasPrice":"0x21b84","logsBloom":"0xf7ffdffdf3fc5ffafffffffcfdbfffd7ffdfd7ffe7e9fdffdfffbfdefefeffffbfffdffffefbefff9fffffffffffb7ffffcffffffaffffffffdffdf7ff7e9ffbffffffffdebffffddefffffffff3dffffffffffefffffbfffff37fffe777effffffbff7fff93bfef3fffffffffffdffffff5f5ffffbff7fff77fffff7bbffffaffffebfffbff7fbfffe7fffdffdfffffffbbbfbfffffe7fffdfffffefeffefffbf7fdff7dfeebfebffffefffd5fffb7fffffefefffefffffffbfffffdeaedff6eeffdffbffffdf7bbfffebffff6f6e7ddf7fffdfdfffffffffffbffffffbfefbbfbffffffffff7ffdbff7defff7ffffaffffefffffdbff5ffffdbff6fffff6a7","logs":[],"type":"0x2"},"id":1} |
Hey @dubuqingfeng! These seems to be related to the execution traces changes that happened from v1.22.x --> v1.23.x. Check out the |
The
|
@wanyvic you're absolutely right. |
Checklist
Latest release
, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Repro Steps
No response
Describe the Bug
We have two nodes with different versions that have inconsistent return field values when calling receipts
v1.23.3:
"effectiveGasPrice":"0x21b84"
v1.22.1:
"effectiveGasPrice":"0x21b82"
Logging Information
v1.22.1
The text was updated successfully, but these errors were encountered: