Skip to content
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

Fixed error when new is used in internal tx #120

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

ironbeer
Copy link
Collaborator

@ironbeer ironbeer commented Dec 6, 2024

A similar sync issue to #119 occurred while syncing with the mainnet.

Error

mainnet-sync-1  | ########## BAD BLOCK #########
mainnet-sync-1  | Validator: 0x9d1abbdd9acd80f6e8ac087e8cfd5a6b2b1c4043
mainnet-sync-1  | Number: 5211119
mainnet-sync-1  | Hash: 0xbca2195d1bcda0a1031554b5aa0cfdfe82ce5659426294ede5b734d1d090eb93
mainnet-sync-1  | ParentHash: 0x78fe242c5fa46f37781f4e37c886ed7006a47323c094ff40b6220f98dbc7dc10
mainnet-sync-1  | Time: 1732608875
mainnet-sync-1  | Difficulty: 30000
mainnet-sync-1  | ReceiptHash: 0x5d3bc018604f8ab7faa66bda9b388087997e93917f3552c9d4f350d089d4b18d
mainnet-sync-1  | Root: 0xe4beafb4c01d924cf352860758ee9c62eaf262951d2c11bee71fb69ea5d50df5
mainnet-sync-1  | Extra: 0xd983010600846765746889676f312e32312e3133856c696e7578000000000000a1562539ecb2a9197912a50bca254b7673fd593260ca350e92fed53a3c8e38c00a6761915ed5d0bbfcca3bb003ea6a2ea95c57cd75decf72ef3e219bf7f380d501
mainnet-sync-1  | Transactions: 3
mainnet-sync-1  | Error: invalid gas used (remote: 8543772 local: 19761741)
mainnet-sync-1  | Platform: geth (devel) go1.21.13 arm64 linux
mainnet-sync-1  | VCS: 377cbe3d-20241205
mainnet-sync-1  | Chain config: &params.ChainConfig{ChainID:248, HomesteadBlock:0, DAOForkBlock:<nil>, DAOForkSupport:false, EIP150Block:0, EIP155Block:0, EIP158Block:0, ByzantiumBlock:0, ConstantinopleBlock:0, PetersburgBlock:0, IstanbulBlock:0, MuirGlacierBlock:0, BerlinBlock:0, LondonBlock:0, ArrowGlacierBlock:<nil>, GrayGlacierBlock:<nil>, MergeNetsplitBlock:<nil>, ShanghaiTime:(*uint64)(0x4000473f78), CancunTime:(*uint64)(0x4000473f80), PragueTime:(*uint64)(nil), VerkleTime:(*uint64)(nil), TerminalTotalDifficulty:<nil>, TerminalTotalDifficultyPassed:false, Ethash:(*params.EthashConfig)(nil), Clique:(*params.CliqueConfig)(nil), Oasys:(*params.OasysConfig)(0x3dc7790)}
mainnet-sync-1  | Receipts:
mainnet-sync-1  |   0: cumulative: 25356 gas: 25356 contract: 0x0000000000000000000000000000000000000000 status: 1 tx: 0x60c21c353cfca712a411da366819492b18cf886ccbcf4794400eaf9851e3a3f8 logs: [] bloom: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 state:
mainnet-sync-1  |   1: cumulative: 19716465 gas: 19691109 contract: 0x0000000000000000000000000000000000000000 status: 0 tx: 0x8fcdb7a94d39c35707ff0cc453d7694b687b1ebcb8f57de86acee58c8e9a784b logs: [] bloom: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 state:
mainnet-sync-1  |   2: cumulative: 19761741 gas: 45276 contract: 0x0000000000000000000000000000000000000000 status: 1 tx: 0xf4f56029236a0d6ede90f7e017424f1dbed60852a56a46a22af8c4ef5af6c0d4 logs: [] bloom: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 state:
mainnet-sync-1  | ##############################

@tak1827 tak1827 merged commit f9f501e into oasysgames:main Dec 6, 2024
@ironbeer ironbeer deleted the fix-create-error branch December 17, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants