Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Dead loop after starting #7

Closed
hackfisher opened this issue Oct 21, 2020 · 4 comments
Closed

Dead loop after starting #7

hackfisher opened this issue Oct 21, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@hackfisher
Copy link
Contributor

[2020-10-21T07:28:31Z ERROR jsonrpsee::client] Client Error: Inner(Ws(Closed))
clearloop added a commit that referenced this issue Oct 23, 2020
* perf(chain): rename eth to ethereum

* perf(module): rename all eth to ethereum

* refactor(module): rename EthereumHeaderThing to EthereumHeaderParcel

* perf(types): add serialize to ParcelJson

* feat(api): affirm api in relay module

* chore(types): public the proof struct

* feat(dawrinia): adapts new relay API

* bump(v0.0.11): the new relay API

* refactor(api): renmae PendingHeaders to PendingRelayHeaderParcels

* refactor(types): rename Proposals to Affirmations

* refactor(api): rename proposal to affirmations
clearloop added a commit that referenced this issue Oct 23, 2020
* perf(chain): rename eth to ethereum

* perf(module): rename all eth to ethereum

* refactor(module): rename EthereumHeaderThing to EthereumHeaderParcel

* perf(types): add serialize to ParcelJson

* feat(api): affirm api in relay module

* chore(types): public the proof struct

* feat(dawrinia): adapts new relay API

* bump(v0.0.11): the new relay API

* refactor(api): renmae PendingHeaders to PendingRelayHeaderParcels

* refactor(types): rename Proposals to Affirmations

* refactor(api): rename proposal to affirmations
hackfisher added a commit that referenced this issue Oct 24, 2020
* Tales of 1001 Nights

* chore(git): move bridger into crates temporarily

* feat(feature): add rpc feature

* feat(rpc): add block_number rpc

* perf(eth): remove gen_proof function in eth module

* fix(feature): the importing of feature dependencies

* perf(eth): exports rpc response types

* Compose darwinia runtime as runtime feature (#1)

* feat(runtime): add runtime feature

* feat(store): add storage interface for relayer_game

* refactor(frame): reset the structure of ethereum module

* feat(frame): add lastConfirmed API in ethereumRelay

* feat(frame): complete API calls

* perf(ci): slim verbose check

* Complete JSON types for bridger to use shadow API (#2)

* feat(eth): add receipt json type

* perf(eth): perf ethHeader type

* feat(shadow): compelte types of shadow API

* perf(types): use the old mmr_proof structure

* fix(rpc): the types in rpc

* fix(lint): the clippy check shadow API

* Implements store checker for game and backing (#3)

* feat(store): add proposal store

* feat(tx): add shortcut for checking ethereum tx

* fix(darwinia): the typo of redeem

* fix(store): update the api of relay proposals

* fix(store): the backing map

* fix(store): the pendingheader structure

* feat(runtime): use associated trait types

* Iterate darwinia storage (#4)

* perf(store): use store suffix for store query

* perf(frame): remove query suffix

* perf(deps): clean darwinia-common deps

* perf(manifest): clean annotations

* Adapts substrate v2.0.0 (#5)

* Add sudo frame and collective frame (#6)

* feat(frame): customize sudo pallet

* feat(frame): correct the collective name to council

* feat(frame): complete collective frame

* Adapts the new relayer game (#7)

* perf(chain): rename eth to ethereum

* perf(module): rename all eth to ethereum

* refactor(module): rename EthereumHeaderThing to EthereumHeaderParcel

* perf(types): add serialize to ParcelJson

* feat(api): affirm api in relay module

* chore(types): public the proof struct

* feat(dawrinia): adapts new relay API

* bump(v0.0.11): the new relay API

* refactor(api): renmae PendingHeaders to PendingRelayHeaderParcels

* refactor(types): rename Proposals to Affirmations

* refactor(api): rename proposal to affirmations

* Add proxy module to runtime (#9)

* Add proxy module to runtime

* use sustrate_subxt::sp_runtime

* Add and fix docs

* Adjust proxy type

* Fix proxy type

* Add missed docs

* Migrates darwinia-network/bridge-primitives

* rm .DS_Store

Co-authored-by: Aki <wuminzhe@gmail.com>
Co-authored-by: HackFisher <hackfisher@gmail.com>
@hackfisher
Copy link
Contributor Author

[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run] ⛓ Connect to
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run]       Darwinia: wss://crab.darwinia.network
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run]         Shadow: https://testnet.shadow.darwinia.network
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run]       Ethereum: https://ropsten.infura.io/v3/0bfb9acbb13c426097aabb1d81a9d016
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run] 🔨   Proxy account: 5c18b1482cc5136f316caa2d79d82d5af5f875d4d81abe5970aadddacbb2f81f (5E9Tbd7p...)
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run] 🙌🔨  Real account: cec66c9be4c0500c5da90cb87d1d0af693da4d5fc9bf0e43ec6195cf7ee4d650
[2020-10-24T07:30:03Z INFO  darwinia_bridger::cmd::run] Relay from block: 8647036
....
[2020-10-24T07:28:06Z ERROR jsonrpsee::client] Client Error: Inner(Ws(Closed))
....

@hackfisher
Copy link
Contributor Author

paritytech/subxt#66

@hackfisher
Copy link
Contributor Author

Non SSL version ws:// works, does we need any extra config in client to use wss?

AurevoirXavier added a commit that referenced this issue Nov 2, 2020
hackfisher pushed a commit that referenced this issue Nov 2, 2020
* hack: jsonrpsee, substrate-subxt, workround for #7

* suppress: clippy

* remove: async std
@hackfisher hackfisher added the bug Something isn't working label Nov 13, 2020
@songtianyi
Copy link
Contributor

commit d70d76c fixed this issue. should be closed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants