ordian on ao-github-actions
initial github actions (compare)
s3krit on mp-de-parityify
sed magic find . -type f -exec… (compare)
ordian on perf
ordian on master
Faster kill_garbage (#11514) *… (compare)
ordian on na-engine-signer-dont-use-msg-only-zeroes
ordian on master
[EngineSigner]: don't sign mess… (compare)
niklasad1 on na-engine-signer-dont-use-msg-only-zeroes
forgot formatting change (compare)
Hello, Running with version Parity-Ethereum/v2.7.2-stable-2662d19-20200206/x86_64-unknown-linux-gnu/rustc1.41.0 :
and having trouble with failed block #24770900 :
Tried to kill db and resynch, it got some peers but unable to bypass bad blocks.
Any clues or tricks to by pass this block and repair the chain ?
May 31 15:50:02 parity[2551]: Bad block detected: Block(InvalidStateRoot(Mismatch { expected: 0x80a7adf3c55446b075aa689a7ad2acae58a39eb0c20280c6a50a07ca3addc8ee, found: 0x23b734615004126115cd9eab510bce5aaee0d5498dc57a9598f8134fa20ebce7 }))
May 31 17:32:35 parity[2551]: 2021-05-31 17:32:35 UTC Syncing #24770899 0x39f3…c4d0 0.00 blk/s 0.0 tx/s 0.0 Mgas/s 0+ 0 Qed #24771010 10/25 peers 3 MiB chain 55 MiB db 0 bytes queue 12 MiB sync RPC: 0 conn, 0 req/s, 0 µs
TX mentioned in logs : https://kovan.etherscan.io/tx/0x81dd80a7dd31f7e534ca635af7d5c088b4a19d2d9e53db87be7bc5c88cbb5898
Thank you!
i have the same error on my compile try(with Mac OS X 10.13.6, rustc 1.58.1, cargo 1.58.0):
Compiling vergen v3.0.4
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:55:20
|
55 | extras.insert(util::ident(&ext), |_| panic!("Only one #[extras] attribute can be declared."));
| ^^^^^^ ----------------- ----------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:89:23
|
89 | error.insert(variant, |_| panic!("Only one #[error] variant can be declared."));
| ^^^^^^ ------- -------------------------------------------------------- supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.7.7/src/lib.rs:93:21
|
93 | end.insert(variant, |_| panic!("Only one #[end] variant can be declared."));
| ^^^^^^ ------- ------------------------------------------------------ supplied 2 arguments
| |
| expected 1 argument
|
note: associated function defined here
Compiling rand v0.7.2
For more information about this error, try rustc --explain E0061
.
error: could not compile logos-derive
due to 3 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
I hope someone knows the best way to fix this?
openethereum export blocks --chain ropsten ./ropsten-blocks.rlp
is the command I'm using, based on the docs. Does that work, at least?