openethereum icon indicating copy to clipboard operation
openethereum copied to clipboard

ERROR: thread 'main' panicked at 'block header, view rlp is trusted and should be valid: RlpIsTooBig'

Open chicunic opened this issue 4 years ago • 2 comments

  • OpenEthereum version (>=3.1.0): 3.3.0-rc.6
  • Operating system: Linux
  • Installation: github release
  • Fully synchronized: yes
  • Network: kovan
  • Restarted: yes

Error occurs:

2021-08-23 16:48:09 Configured for Kovan Testnet using AuthorityRound engine thread 'main' panicked at 'block header, view rlp is trusted and should be valid: RlpIsTooBig', crates/ethcore/types/src/encoded.rs:290:17 stack backtrace: note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

After setting RUST_BACKTRACE=full, Error occurs:

2021-08-23 16:48:25 Configured for Kovan Testnet using AuthorityRound engine thread 'main' panicked at 'block header, view rlp is trusted and should be valid: RlpIsTooBig', crates/ethcore/types/src/encoded.rs:290:17 stack backtrace: 0: 0x55df4c860b00 - 1: 0x55df4bb3719f - 2: 0x55df4c8603e1 - 3: 0x55df4c85fd85 - 4: 0x55df4c85f178 - 5: 0x55df4c87cc18 - 6: 0x55df4c87cb8c - 7: 0x55df4c87cb3d - 8: 0x55df4b9b6bb0 - 9: 0x55df4bb25fa7 - 10: 0x55df4be59890 - 11: 0x55df4bd076e6 - 12: 0x55df4bf0172b - 13: 0x55df4c4cb509 - 14: 0x55df4c53c798 - 15: 0x55df4c5d8713 - 16: 0x55df4c5d32b3 - 17: 0x55df4c5d5156 - 18: 0x7f3b434a97b3 - __libc_start_main 19: 0x55df4ba84549 - 20: 0x0 -

chicunic avatar Aug 23 '21 07:08 chicunic

Downgrade to 3.3.0-rc.4 works well

chicunic avatar Aug 23 '21 08:08 chicunic

Yes I got this same error.. and I downgraded to rc4

poseidon-j avatar Aug 29 '21 11:08 poseidon-j