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

Consensus Error with Grandpa #103

Closed
freehere107 opened this issue Nov 22, 2019 · 2 comments · Fixed by #133
Closed

Consensus Error with Grandpa #103

freehere107 opened this issue Nov 22, 2019 · 2 comments · Fixed by #133
Assignees

Comments

@freehere107
Copy link
Contributor

freehere107 commented Nov 22, 2019

block stuck at 1000

7|darwinia | 2019-11-22 06:03 +00:00: 2019-11-22 06:03:24 Encountered consensus error: ClientImport("Execution(Wasmi(Trap(Trap { kind: Unreachable })))")
7|darwinia | 2019-11-22 06:03 +00:00: 2019-11-22 06:03:27 Starting consensus session on top of parent 0x6bd22ebc9daf5385a353137ea65e454ba7e97a14db3b68768840a6306e71d588
@hackfisher hackfisher added this to the Darwinia Ice Frog Testnet milestone Nov 22, 2019
@hackfisher
Copy link
Contributor

hackfisher commented Nov 22, 2019

Related issue: paritytech/substrate#2834


Unrelated

@AurevoirXavier AurevoirXavier self-assigned this Nov 27, 2019
@AurevoirXavier AurevoirXavier changed the title develop branch client get error Consensus Error Nov 29, 2019
@AurevoirXavier AurevoirXavier changed the title Consensus Error Consensus Error with Grandpa Nov 29, 2019
This was referenced Dec 2, 2019
@AurevoirXavier
Copy link
Member

Fixed: #133.

alfredgit220 pushed a commit to alfredgit220/darwinia that referenced this issue Nov 8, 2021
boundless-forest pushed a commit that referenced this issue Aug 1, 2023
* Pubsub service setup

* Add LatestHeader StorageValue, change Module name

* Implement Kind::NewHeads for eth_subscribe

* Styling fix

* Add .cargo-remote.toml to .gitignore

* Update Cargo.lock

* pallet_ethereum LatestHeader to LatestBlock

* Refactor to accommodate new Kinds

* Implement Kind::Logs

* Move Vec<Log> build to its own function

* Added missing fields from Log response

* Implement Kind::NewPendingTransactions

* Implement eth_unsubscribe

* Implement filtering for Kind::Logs

* Small fixes

* Add stream_build macro

* Adapt to frontier consensus

* Indentation cleanup

* Formatting and cleanup

* Remove unused imports

* Remove Pending.take and add on_initialize

* Fix Kind:NewPendingTransactions

* Add NetworkService to pubsub rpc handler

* Implement Kind::Syncing

* Fix checker

* pallet_ethereum handle Log response from evm execution

* Runtime update substrate#12d0b7e

* Return Vec<Log> in handle_exec

* Fix checker

* Runtime update substrate#93b2c36

* Bump jsonrpc-ore and jsonrpc-pubsub version

* Update Cargo.lock

* Update pallet-ethereum mock

* Add missing const

* Move internal error handler to crate root

* Update pubsub to one-to-many

* Skip previous block hash as parent test
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 a pull request may close this issue.

3 participants