DMDcoin / alpha4

Alpha 4 Testnetwork
0 stars 0 forks source link

TooMuchGasUsed - OutOfBounds: Probably since we include gas for system transactions in the block. #7

Open SurfingNerd opened 3 weeks ago

SurfingNerd commented 3 weeks ago
2024-11-08 16:31:53  Worker devp2p2 INFO network  Starting discovery on Endpoint: 192.168.178.55:30301 (port: 30301), ip_filter: IPFilter: All)2024-11-08 16:31:53  Worker devp2p0 INFO network  Public node URL: enode://008242ecc6ae9179c19ebd047bc65ad7fe08419cce57ba5fc5b747109f1bd6a71f5c144261d73a96ffb2bbaa4cbc4fb3fb543df13ca27a097a3bf3e54cbe4e37@192.168.178.55:30301

2024-11-08 16:31:54  Worker devp2p0 WARN client  Stage 1 block verification failed for 0xeb63…9069: Error(Block(TooMuchGasUsed(OutOfBounds { min: None, max: Some(12499999), found: 117627247 })), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
2024-11-08 16:31:54  Worker devp2p0 ERROR client  
Bad block detected: Block error (Block has too much gas used. Value 117627247 out of bounds. Max=12499999)
RLP: f90255f90250a01397410f04961750c186330ccefc600a57f92148f6e141105ce3713df9002608a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347940000000000000000000000000000000000000000a07613db3541142c811bf24aaa864e6c58d1650a73e316064907cf14fc7697231ba056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a08803a488f0e0057f3aa5ec69a963d746b50f6e6fd40cb636f65e04d2818d4f9ab9010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010183bebc1f840702d96f84672e2ee8a0c8f140f871bc6d200372602481c48e99a8ce0a8008c749dfbe74ca02fc639263b8608dd49b4a46e31cc169948cb538b95cb7b69ce37c1f9f7634ad6278e2caa58f936a6e8cee55bf0ec95969b9a73cae0115008067a3a4c6d2b7a276d16448def024ccf538dd8a94c5bc3262b67134a1bce519850ee3d5d65c6976353c857fde5e9bc0c0
Header: Header { parent_hash: 0x1397410f04961750c186330ccefc600a57f92148f6e141105ce3713df9002608, timestamp: 1731079912, number: 1, author: 0x0000000000000000000000000000000000000000, transactions_root: 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, uncles_hash: 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347, extra_data: [200, 241, 64, 248, 113, 188, 109, 32, 3, 114, 96, 36, 129, 196, 142, 153, 168, 206, 10, 128, 8, 199, 73, 223, 190, 116, 202, 2, 252, 99, 146, 99], state_root: 0x7613db3541142c811bf24aaa864e6c58d1650a73e316064907cf14fc7697231b, receipts_root: 0x8803a488f0e0057f3aa5ec69a963d746b50f6e6fd40cb636f65e04d2818d4f9a, log_bloom: 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, gas_used: 117627247, gas_limit: 12499999, difficulty: 1, seal: [[184, 96, 141, 212, 155, 74, 70, 227, 28, 193, 105, 148, 140, 181, 56, 185, 92, 183, 182, 156, 227, 124, 31, 159, 118, 52, 173, 98, 120, 226, 202, 165, 143, 147, 106, 110, 140, 238, 85, 191, 14, 201, 89, 105, 185, 167, 60, 174, 1, 21, 0, 128, 103, 163, 164, 198, 210, 183, 162, 118, 209, 100, 72, 222, 240, 36, 204, 245, 56, 221, 138, 148, 197, 188, 50, 98, 182, 113, 52, 161, 188, 229, 25, 133, 14, 227, 213, 214, 92, 105, 118, 53, 60, 133, 127, 222, 94, 155]], base_fee_per_gas: None, hash: Some(0xeb6390ccb12fa374a58f8b0dd2a61913eb44dfaf6f8889c121933fa4686a9069) }
Uncles: 
Transactions:
cryptonit commented 3 weeks ago

thats the wrong value anyway its 12,5 mgas we should run on 300 mgas

is the dao parameter blockgaslimit respected by node software already or its still in the local config workaround?

in that case maybe u have a node without the proper local blockgaslimit setting?