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
I've fetched TransactionReceipt for multiple transactions on my own node, and the transactionHash returned by all of them is 0xe79e4719c6770b41405f691c18be3346b691e220d730d6b61abb5dd3ac9d71f0, which is a non-existent transaction
The correct values should be the values of the parameters I passed in, I tried requesting the external nodes and they are correct
Start bor using these flags: ./bor server -config=/conf/bor/config.toml -rpc.gascap=0 -rpc.txfeecap=0 -rpc.batchlimit=0 -rpc.returndatalimit=0 -db.engine=leveldb -state.scheme=hash
System information
Bor client version:
v1.3.0
Heimdall client version:
v1.0.5
OS & Version:
Linux
Environment:
Polygon Mainnet
Type of node:
Sentry
Overview of the problem
I've fetched TransactionReceipt for multiple transactions on my own node, and the transactionHash returned by all of them is
0xe79e4719c6770b41405f691c18be3346b691e220d730d6b61abb5dd3ac9d71f0
, which is a non-existent transactionThe correct values should be the values of the parameters I passed in, I tried requesting the external nodes and they are correct
external node:
Reproduction Steps
Start bor using these flags:
./bor server -config=/conf/bor/config.toml -rpc.gascap=0 -rpc.txfeecap=0 -rpc.batchlimit=0 -rpc.returndatalimit=0 -db.engine=leveldb -state.scheme=hash
Logs / Traces / Output / Error Messages
There aren't any relevant logs.
Additional Information
My nodes sync fine, I don't understand what's wrong?
My node was restored by using the snapshot provided by vaultstaking: https://snapshots.vaultstaking.com/guides
The text was updated successfully, but these errors were encountered: