Coder Social home page Coder Social logo

hicommonwealth / edgeware-node Goto Github PK

View Code? Open in Web Editor NEW
131.0 11.0 71.0 60.42 MB

Substrate node implementing Edgeware

Home Page: https://edgewa.re

License: GNU General Public License v3.0

Rust 82.55% Shell 2.73% Dockerfile 0.60% JavaScript 1.12% TypeScript 13.00%

edgeware-node's Introduction

edgeware-node

Edgeware is a proof-of-stake smart contract blockchain with a community-managed treasury, decentralized proposal system, and network of DAOs.

A getting started guide can be found at our Github Wiki, including guides for running a node, validating, and setting up basic monitoring tools to keep your node online.

For more details about the project, visit the Edgeware website, or check out the blog or Twitter. Finally, for discussion and governance, campaigns and proposals can be found on Commonwealth.

Quickstart

If your device is clean (such as a fresh cloud VM) you can use this script for an automated setup: ./setup.sh

Install system dependencies:

  • Linux: sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
  • Mac: brew install cmake pkg-config openssl git llvm

Install Edgeware dependencies:

curl https://sh.rustup.rs -sSf | sh
rustup update stable
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

Build Edgeware:

cargo build --release

Build for Edgeware's Beresheet testnet, which uses a different runtime version and EVM chain ID:

cargo build --release --features beresheet-runtime

Build a WASM runtime to be deployed on-chain using srtool:

cargo install --git https://github.com/chevdor/srtool-cli
srtool build --package edgeware-runtime --runtime-dir node/runtime . --app --json

Build a WASM runtime for Beresheet:

srtool build --package edgeware-runtime --runtime-dir node/runtime . --app --json --build-opts="--features=beresheet-runtime"

Ensure you have a fresh start if updating from another version:

./scripts/purge-chain.sh <NETWORK_NAME_ID>

To start up the Edgeware node and connect to the Mainnet, run:

./target/release/edgeware --chain=edgeware --name <INSERT_NAME> --wasm-execution Compiled

To start up the Edgeware node and connect to the Beresheet testnet, run:

./target/release/edgeware --chain=beresheet --name <INSERT_NAME>

Docker

Compile in Docker

To run a local build using docker, run:

docker build -f docker/Dockerfile .

Images that have failed to build typically are hard to remove. The best way to reclaim the wasted space is to uninstall Docker and then reinstall.

If the above image failed to compile edgeware-cli, then it's because your machine doesnt have enough memory; or your docker doesn't have enough memory available. Try and increase Docker's available memory by a few notches, by going to Docker Desktop settings.

Pull image and run (no compile)

If you want to use our previously-built image decentration/edgeware:v3.3.3, you can use docker-compose:

cd docker; docker-compose up

You will have exposed ports 9933, 9944 and 30333.

Then run:

docker run --rm -it decentration/edgeware:v3.3.3 edgeware --chain=edgeware --name <INSERT NAME> --wasm-execution Compiled

Benchmarking

To build in benchmarking mode:

cargo build --features runtime-benchmarks --release

To run benchmarks and output new weight files while still in the node/cli folder (replace signaling with voting to benchmark voting instead):

../../target/release/edgeware benchmark --pallet signaling --extrinsic "*" --steps 50 --repeat 20 --output ../runtime/src/weights/

If the amount of time it takes to run the benchmark is too long, consider reducing the steps and repeat parameters.

edgeware-node's People

Contributors

andresilva avatar apopiak avatar carumusan avatar dependabot[bot] avatar dillchen avatar drewstone avatar harukama avatar jnaviask avatar lcgogo avatar raykyri avatar rchen8 avatar remzrn avatar thomivy avatar yangwao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edgeware-node's Issues

Node stuck in panic loop

Was running a validator node with: edgeware --name=name --chain=edgeware-testnet-v8 --validator

Thread 'import-queue-worker-0' panicked at 'Storage root must match that calculated.', /root/.cargo/git/checkouts/substrate-25d0b09b83fafc89/2a80448/srml/executive/src/lib.rs:319

This is a bug. Please report it at:

	https://github.com/hicommonwealth/edgeware-node/issues/new

2019-09-13 21:34:34 Syncing  0.0 bps, target=#119330 (19 peers), best: #118593 (0xcfdd…532a), finalized #96910 (0x0166…e001), ⬇ 218.3kiB/s ⬆ 722.9kiB/s
Hash not equal
f8b44221c6d1157b17751071dbc42485fcb598dd17d7558168ec8c6aad1aa4b8
0b1f90cd22b37dc70b2d83e5ddd989f899e1cbe7dfcfbcbd3f641b9bd2562477
panicked at 'Storage root must match that calculated.', /Users/drewstone/.cargo/git/checkouts/substrate-25d0b09b83fafc89/4af6124/srml/executive/src/lib.rs:319:3
2019-09-13 21:34:35 Block import error:
Execution(Wasmi(Trap(Trap { kind: Unreachable })))
Hash: given=f8b44221c6d1157b17751071dbc42485fcb598dd17d7558168ec8c6aad1aa4b8, expected=0b1f90cd22b37dc70b2d83e5ddd989f899e1cbe7dfcfbcbd3f641b9bd2562477

====================

stack backtrace:
   0: substrate_panic_handler::set::{{closure}}::he64fa2cdaab64df1 (0x5611388f62fe)
   1: std::panicking::rust_panic_with_hook::h86238c539b0cb6f7 (0x561138a28e9c)
             at src/libstd/panicking.rs:481
   2: std::panicking::begin_panic::hcad6d9e3b85ecda8 (0x561138392e55)
   3: <edgeware_runtime::Runtime as substrate_client::runtime_api::runtime_decl_for_Core::Core<sr_primitives::generic::block::Block<sr_primitives::generic::header::Header<u32,sr_primitives::traits::BlakeTwo256>,sr_primitives::generic::unchecked_extrinsic::UncheckedExtrinsic<<srml_indices::Module<edgeware_runtime::Runtime> as sr_primitives::traits::StaticLookup>::Source,edgeware_runtime::Call,sr_primitives::AnySignature,(srml_system::CheckVersion<edgeware_runtime::Runtime>, srml_system::CheckGenesis<edgeware_runtime::Runtime>, srml_system::CheckEra<edgeware_runtime::Runtime>, srml_system::CheckNonce<edgeware_runtime::Runtime>, srml_system::CheckWeight<edgeware_runtime::Runtime>, srml_balances::TakeFees<edgeware_runtime::Runtime>)>>>>::execute_block::h85626f68dfaa738e (0x561138384593)
   4: edgeware_runtime::api::dispatch::h1bf87ab6ef5fc05d (0x561138385470)
   5: std::panicking::try::do_call::h497841d3c1021c55 (0x561138379332)
   6: __rust_maybe_catch_panic (0x561138a2dbaa)
             at src/libpanic_unwind/lib.rs:80
   7: substrate_executor::native_executor::safe_call::h3623aab193143a40 (0x5611383791d8)
   8: std::thread::local::LocalKey<T>::with::hf5db98be0114ba8d (0x561138378d31)
   9: <edgeware_executor::Executor as substrate_executor::native_executor::NativeExecutionDispatch>::dispatch::h45e61aeb66662caa (0x56113837893d)
  10: std::thread::local::LocalKey<T>::with::h5256897f35ef42f6 (0x561137c7b025)
  11: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_aux::h3fc5e0ee46eb6325 (0x561137e74ea3)
  12: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_call_with_native_else_wasm_strategy::h6e4c42e497043b45 (0x561137ecdb12)
  13: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_using_consensus_failure_handler::h90c10f84b184ad3b (0x561137eae07c)
  14: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::call_at_state::h3b443248f630171b (0x561137deea00)
  15: <&substrate_client::client::Client<B,E,Block,RA> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h3f0b1a22f352b554 (0x561137abeb0f)
  16: <substrate_finality_grandpa::import::GrandpaBlockImport<B,E,Block,RA,PRA,SC> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::hff926243bcaa8c39 (0x5611379b10d0)
  17: substrate_consensus_common::import_queue::import_single_block::h945668dd31961afb (0x561137aefedf)
  18: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::h671d8b2720bbdb76 (0x561137ef4e87)
  19: futures_util::future::chain::Chain<Fut1,Fut2,Data>::poll::h456275d43b383207 (0x5611377e4298)
  20: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::h74ab53caf82c47e9 (0x561137ef52cb)
  21: futures_executor::thread_pool::PoolState::work::h9a0af35efbaaa470 (0x5611388bf076)
  22: std::sys_common::backtrace::__rust_begin_short_backtrace::h7d6e1b3b870444fe (0x5611388be134)
  23: std::panicking::try::do_call::h427f7f39920db297 (0x5611388bca05)
  24: __rust_maybe_catch_panic (0x561138a2dbaa)
             at src/libpanic_unwind/lib.rs:80
  25: core::ops::function::FnOnce::call_once{{vtable.shim}}::h179eb4097874d6f4 (0x5611388bca9a)
  26: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::hbc0103582d0d965f (0x561138a1750f)
             at /rustc/9b91b9c10e3c87ed333a1e34c4f46ed68f1eee06/src/liballoc/boxed.rs:922
  27: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::hc8a0e4f548449c21 (0x561138a2cef0)
             at /rustc/9b91b9c10e3c87ed333a1e34c4f46ed68f1eee06/src/liballoc/boxed.rs:922
      std::sys_common::thread::start_thread::h5e962a6f17fcdbfe
             at src/libstd/sys_common/thread.rs:13
      std::sys::unix::thread::Thread::new::thread_start::hfa7babe10b4eb2ce
             at src/libstd/sys/unix/thread.rs:79
  28: start_thread (0x7f3df6c3ffa3)
  29: clone (0x7f3df6b544cf)
  30: <unknown> (0x0)

I don't really have much other information about what was going on other than the command I used to run the node and the log from the error. Any help is appreciated.

purge_chain.sh doesn't delete local_testnet

purge_chain.sh currently has a hardcoded list of chains whose data-directories get deleted.

The --chain=local testnet gets stored under local_testnet which doesn't get deleted.

Also, have we thought about factoring out the list of possible chains + printing which chains haven't been deleted by purge_chain.sh after it runs?

Setting-up-a-node: Error opening spec file: No such file or directory (os error 2)

I'm following instructions here: https://github.com/hicommonwealth/edgeware-node/wiki/Setting-up-a-node

In step1, running systemctl status edgeware failed, then manually running the command gives the same error:

root@sub-1:~/edgeware-node# /root/edgeware-node/target/release/edgeware --chain=edgeware --ws-external --rpc-cors "*"
Error starting the node: Error opening spec file: No such file or directory (os error 2)

Input("Error opening spec file: No such file or directory (os error 2)")
root@sub-1:~/edgeware-node#

@raykyri Any suggestions on how to fix?

Node Panic: Storage root must match that calculated

2019-09-14T20:31:34.413724638Z    0: substrate_panic_handler::set::{{closure}}::hc68c8cd4dd6a3e1f (0x561341daf2b0)
 A 
2019-09-14T20:31:34.414824415Z    1: std::panicking::rust_panic_with_hook::hffcefc09751839d1 (0x561341eecd69)
 A 
2019-09-14T20:31:34.415410802Z              at src/libstd/panicking.rs:481
 A 
2019-09-14T20:31:34.416456644Z    2: std::panicking::begin_panic::hf23aecaf1a86cff2 (0x5613418017d5)
 A 
2019-09-14T20:31:34.420154474Z    3: <edgeware_runtime::Runtime as substrate_client::runtime_api::runtime_decl_for_Core::Core<sr_primitives::generic::block::Block<sr_primitives::generic::header::Header<u32,sr_primitives::traits::BlakeTwo256>,sr_primitives::generic::unchecked_extrinsic::UncheckedExtrinsic<<srml_indices::Module<edgeware_runtime::Runtime> as sr_primitives::traits::StaticLookup>::Source,edgeware_runtime::Call,sr_primitives::AnySignature,(srml_system::CheckVersion<edgeware_runtime::Runtime>, srml_system::CheckGenesis<edgeware_runtime::Runtime>, srml_system::CheckEra<edgeware_runtime::Runtime>, srml_system::CheckNonce<edgeware_runtime::Runtime>, srml_system::CheckWeight<edgeware_runtime::Runtime>, srml_balances::TakeFees<edgeware_runtime::Runtime>)>>>>::execute_block::hc5566aed87bf9cd3 (0x56134180ad14)
 A 
2019-09-14T20:31:34.420176410Z    4: edgeware_runtime::api::dispatch::h0ef5fad77544a537 (0x56134180bb95)
 A 
2019-09-14T20:31:34.420181346Z    5: std::panicking::try::do_call::h11891d9045d598ee (0x561341800192)
 A 
2019-09-14T20:31:34.420185376Z    6: __rust_maybe_catch_panic (0x561341ef194a)
 A 
2019-09-14T20:31:34.420189175Z              at src/libpanic_unwind/lib.rs:82
 A 
2019-09-14T20:31:34.420206615Z    7: substrate_executor::native_executor::safe_call::hd00037995500e6c1 (0x5613417fff38)
 A 
2019-09-14T20:31:34.420210952Z    8: std::thread::local::LocalKey<T>::with::h147a711b2f0fe6c2 (0x5613417ffb48)
 A 
2019-09-14T20:31:34.420215167Z    9: <edgeware_executor::Executor as substrate_executor::native_executor::NativeExecutionDispatch>::dispatch::h282a322b2454e10e (0x5613417ff6dd)
 A 
2019-09-14T20:31:34.423270268Z   10: std::thread::local::LocalKey<T>::with::hd45ba08e97c618a2 (0x561340c1d9ee)
 A 
2019-09-14T20:31:34.426170282Z   11: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_aux::h2f7fef50081fa3bd (0x561341122b66)
 A 
2019-09-14T20:31:34.428900832Z   12: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_call_with_native_else_wasm_strategy::ha022fb9fa86281ea (0x56134117d232)
 A 
2019-09-14T20:31:34.430476555Z   13: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_using_consensus_failure_handler::h513b9dd7135d2b8f (0x561341142c9b)
 A 
2019-09-14T20:31:34.432726352Z   14: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::call_at_state::he1056afbaf70bb47 (0x5613410a66d3)
 A 
2019-09-14T20:31:34.434398014Z   15: substrate_client::client::Client<B,E,Block,RA>::lock_import_and_run::{{closure}}::he2b7352e7ba8fe71 (0x561340c95395)
 A 
2019-09-14T20:31:34.434414682Z   16: <&substrate_client::client::Client<B,E,Block,RA> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h35060bca5e9cc3c7 (0x561340c7ef97)
 A 
2019-09-14T20:31:34.436093662Z   17: <substrate_finality_grandpa::import::GrandpaBlockImport<B,E,Block,RA,PRA,SC> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h3e399afa81762622 (0x561341267162)
 A 
2019-09-14T20:31:34.436110992Z   18: substrate_consensus_common::import_queue::import_single_block::h00592621549713f3 (0x561340da9e2f)
 A 
2019-09-14T20:31:34.437782346Z   19: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::h7eede058d8da248f (0x5613411a532a)
 A 
2019-09-14T20:31:34.439733973Z   20: futures_util::future::chain::Chain<Fut1,Fut2,Data>::poll::he10d19f3275b29e9 (0x561340ac6381)
 A 
2019-09-14T20:31:34.441951415Z   21: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::hd6eb2ef26148776e (0x5613411a57fb)
 A 
2019-09-14T20:31:34.443147203Z   22: futures_executor::thread_pool::PoolState::work::h128efd25449415f6 (0x561341d77306)
 A 
2019-09-14T20:31:34.444608658Z   23: std::sys_common::backtrace::__rust_begin_short_backtrace::h009b6dccb9e1ba20 (0x561341d79254)
 A 
2019-09-14T20:31:34.445749832Z   24: std::panicking::try::do_call::h944d2744c24a8faf (0x561341d74635)
 A 
2019-09-14T20:31:34.446121342Z   25: __rust_maybe_catch_panic (0x561341ef194a)
 A 
2019-09-14T20:31:34.446330384Z              at src/libpanic_unwind/lib.rs:82
 A 
2019-09-14T20:31:34.447429822Z   26: core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b530351a40c2059 (0x561341d7629a)
 A 
2019-09-14T20:31:34.447441028Z   27: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h42806b83647d4c79 (0x561341edb48f)
 A 
2019-09-14T20:31:34.447445562Z              at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
 A 
2019-09-14T20:31:34.447910007Z   28: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h83c921c8e826dd1d (0x561341ef0cd0)
 A 
2019-09-14T20:31:34.447944073Z              at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
 A 
2019-09-14T20:31:34.447948494Z       std::sys_common::thread::start_thread::h2613204ce513782e
 A 
2019-09-14T20:31:34.447951963Z              at src/libstd/sys_common/thread.rs:13
 A 
2019-09-14T20:31:34.448265123Z       std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd
 A 
2019-09-14T20:31:34.448281572Z              at src/libstd/sys/unix/thread.rs:79
 A 
2019-09-14T20:31:34.448285384Z   29: start_thread (0x7f9974e2e6db)
 A 
2019-09-14T20:31:34.448288632Z   30: __clone (0x7f997493f88f)
 A 
2019-09-14T20:31:34.448291967Z   31: <unknown> (0x0)
 A 
2019-09-14T20:31:34.448295657Z 
 A 
2019-09-14T20:31:34.448298963Z Thread 'import-queue-worker-0' panicked at 'Storage root must match that calculated.', /root/.cargo/git/checkouts/substrate-25d0b09b83fafc89/2a80448/srml/executive/src/lib.rs:319
 A 

governance: Add time limit for all proposals as a config parameter

Clone of: hicommonwealth/edge-governance#1

Overview

There currently is no parameter for knowing how long each proposal stage should last. We shouldn’t leave this up to each proposer but rather have constants that can be voted upon. To start this can be a genesis config parameter.

Proposal

  • Add a config parameter to the Governance storage.
  • Ensure that voting and proposal stage transitions happen according to this time schedule.

After build a new install and try to sync from scratch node stuck and not sync.

stack backtrace:
   0: substrate_panic_handler::set::{{closure}}::hdf48ac2af1602953 (0x55f9586cef70)
   1: std::panicking::rust_panic_with_hook::h057ff03eb4c8000f (0x55f9587f3a99)
             at src/libstd/panicking.rs:478
   2: std::panicking::begin_panic::h805af19745166306 (0x55f957d43525)
   3: srml_executive::Executive<System,Block,Context,Payment,UnsignedValidator,AllModules>::execute_block::h1faa08467bc1d3e7 (0x55f957de3844)
   4: edgeware_runtime::api::dispatch::heb9689523d165f94 (0x55f957d4c71f)
   5: std::panicking::try::do_call::h755ad578dd3340ba (0x55f957d41c52)
   6: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
   7: substrate_executor::native_executor::safe_call::hdf2eb807a03c8bf6 (0x55f957d41cca)
   8: std::thread::local::LocalKey<T>::with::h3c9716d9a94d11a0 (0x55f957d41817)
   9: <edgeware_executor::Executor as substrate_executor::native_executor::NativeExecutionDispatch>::dispatch::hbde3b7547d93e077 (0x55f957d4139d)
  10: std::thread::local::LocalKey<T>::with::hd2879aad0a097a2c (0x55f957cad36f)
  11: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_aux::h49b3eb6a0d9758b7 (0x55f95795e6a9)
  12: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_call_with_native_else_wasm_strategy::hf2a82bcdd7af0a5b (0x55f9579ad8b2)
  13: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_using_consensus_failure_handler::h322f0ef27ab31b2c (0x55f957979db2)
  14: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::call_at_state::h7bf9c43d8523f12f (0x55f957cf6872)
  15: substrate_client::client::Client<B,E,Block,RA>::lock_import_and_run::{{closure}}::h6f411f37aae6c613 (0x55f957b22b0c)
  16: <&substrate_client::client::Client<B,E,Block,RA> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::hed0638642bb1ef27 (0x55f957b0a63c)
  17: <substrate_finality_grandpa::import::GrandpaBlockImport<B,E,Block,RA,PRA,SC> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h0862877dd283b194 (0x55f9578d6f2f)
  18: substrate_consensus_common::import_queue::import_single_block::h9b091286f59c262b (0x55f957a34c6d)
  19: <futures::future::poll_fn::PollFn<F> as futures::future::Future>::poll::hf21b822975f839d1 (0x55f957b5da64)
  20: futures::task_impl::std::set::h8e3845bde1c2aef2 (0x55f958566e72)
  21: std::panicking::try::do_call::h91690f0b7e0ef0b6 (0x55f9585668d2)
  22: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
  23: tokio_threadpool::task::Task::run::h4bcb5aec8c76b267 (0x55f958563f39)
  24: tokio_threadpool::worker::Worker::run_task::ha7342d0a4f9e9e56 (0x55f95855d8a5)
  25: tokio_threadpool::worker::Worker::run::h7daf2f70398dc227 (0x55f95855cd9e)
  26: std::thread::local::LocalKey<T>::with::h0101df3fa466f0ac (0x55f95854757e)
  27: std::thread::local::LocalKey<T>::with::hbec4728efa3494e5 (0x55f95854785f)
  28: std::thread::local::LocalKey<T>::with::he6b26374f55d3b69 (0x55f9585479eb)
  29: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h47bf9032e8a6467f (0x55f9585485be)
  30: std::thread::local::LocalKey<T>::with::hbacc7cca07cce3b3 (0x55f958567c83)
  31: std::thread::local::LocalKey<T>::with::h54c51c6f8e55edbd (0x55f95856750e)
  32: std::sys_common::backtrace::__rust_begin_short_backtrace::h810908f96fb97814 (0x55f95855f481)
  33: std::panicking::try::do_call::h87626edd0c074712 (0x55f95856682c)
  34: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
  35: core::ops::function::FnOnce::call_once{{vtable.shim}}::h8ff33e4441011336 (0x55f9585600e0)
  36: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h805c3cc89d534c05 (0x55f9587e0bdf)
             at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704
  37: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h9ebda9db5f03daf3 (0x55f9587f8140)
             at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704
      std::sys_common::thread::start_thread::ha32838ccbb8a8179
             at src/libstd/sys_common/thread.rs:13
      std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6
             at src/libstd/sys/unix/thread.rs:79
  38: start_thread (0x7f63d5f186ba)
  39: clone (0x7f63d5a3841d)
  40: <unknown> (0x0)

Thread 'main-tokio-1' panicked at 'Transaction trie root must be valid.', /home/putamadre/.cargo/git/checkouts/substrate-7e08433d4c370a21/1cfb794/srml/executive/src/lib.rs:189

This is a bug. Please report it at:

	https://github.com/hicommonwealth/edgeware-node/issues/new

Hash not equal
acb8eef08096c4a26b919474eb012518fd942377d52d91972ebd0b3a9e5d5382
03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314
/Users/drewstone/.cargo/git/checkouts/substrate-7e08433d4c370a21/1cfb794/srml/executive/src/lib.rs
189
3
2019-07-30 15:51:30 Syncing 19.7 bps, target=#213708 (2 peers), best: #256 (0x4904…4be4), finalized #0 (0x59d4…b157), ⬇ 86.1kiB/s ⬆ 3.3kiB/s
2019-07-30 15:51:30 Syncing, target=#213708 (2 peers), best: #256 (0x4904…4be4), finalized #0 (0x59d4…b157), ⬇ 86.1kiB/s ⬆ 3.3kiB/s
Hash: given=37aeec6f56b01441f490df49592a9af93d1413b338d4e6163acd513057f3aaac, expected=03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314



====================

stack backtrace:
   0: substrate_panic_handler::set::{{closure}}::hdf48ac2af1602953 (0x55f9586cef70)
   1: std::panicking::rust_panic_with_hook::h057ff03eb4c8000f (0x55f9587f3a99)
             at src/libstd/panicking.rs:478
   2: std::panicking::begin_panic::h805af19745166306 (0x55f957d43525)
   3: srml_executive::Executive<System,Block,Context,Payment,UnsignedValidator,AllModules>::execute_block::h1faa08467bc1d3e7 (0x55f957de3844)
   4: edgeware_runtime::api::dispatch::heb9689523d165f94 (0x55f957d4c71f)
   5: std::panicking::try::do_call::h755ad578dd3340ba (0x55f957d41c52)
   6: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
   7: substrate_executor::native_executor::safe_call::hdf2eb807a03c8bf6 (0x55f957d41cca)
   8: std::thread::local::LocalKey<T>::with::h3c9716d9a94d11a0 (0x55f957d41817)
   9: <edgeware_executor::Executor as substrate_executor::native_executor::NativeExecutionDispatch>::dispatch::hbde3b7547d93e077 (0x55f957d4139d)
  10: std::thread::local::LocalKey<T>::with::hd2879aad0a097a2c (0x55f957cad36f)
  11: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_aux::h49b3eb6a0d9758b7 (0x55f95795e6a9)
  12: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_call_with_native_else_wasm_strategy::hf2a82bcdd7af0a5b (0x55f9579ad8b2)
  13: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_using_consensus_failure_handler::h322f0ef27ab31b2c (0x55f957979db2)
  14: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::call_at_state::h7bf9c43d8523f12f (0x55f957cf6872)
  15: substrate_client::client::Client<B,E,Block,RA>::lock_import_and_run::{{closure}}::h6f411f37aae6c613 (0x55f957b22b0c)
  16: <&substrate_client::client::Client<B,E,Block,RA> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::hed0638642bb1ef27 (0x55f957b0a63c)
  17: <substrate_finality_grandpa::import::GrandpaBlockImport<B,E,Block,RA,PRA,SC> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h0862877dd283b194 (0x55f9578d6f2f)
  18: substrate_consensus_common::import_queue::import_single_block::h9b091286f59c262b (0x55f957a34c6d)
  19: <futures::future::poll_fn::PollFn<F> as futures::future::Future>::poll::hf21b822975f839d1 (0x55f957b5da64)
  20: futures::task_impl::std::set::h8e3845bde1c2aef2 (0x55f958566e72)
  21: std::panicking::try::do_call::h91690f0b7e0ef0b6 (0x55f9585668d2)
  22: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
  23: tokio_threadpool::task::Task::run::h4bcb5aec8c76b267 (0x55f958563f39)
  24: tokio_threadpool::worker::Worker::run_task::ha7342d0a4f9e9e56 (0x55f95855d8a5)
  25: tokio_threadpool::worker::Worker::run::h7daf2f70398dc227 (0x55f95855cd9e)
  26: std::thread::local::LocalKey<T>::with::h0101df3fa466f0ac (0x55f95854757e)
  27: std::thread::local::LocalKey<T>::with::hbec4728efa3494e5 (0x55f95854785f)
  28: std::thread::local::LocalKey<T>::with::he6b26374f55d3b69 (0x55f9585479eb)
  29: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::h47bf9032e8a6467f (0x55f9585485be)
  30: std::thread::local::LocalKey<T>::with::hbacc7cca07cce3b3 (0x55f958567c83)
  31: std::thread::local::LocalKey<T>::with::h54c51c6f8e55edbd (0x55f95856750e)
  32: std::sys_common::backtrace::__rust_begin_short_backtrace::h810908f96fb97814 (0x55f95855f481)
  33: std::panicking::try::do_call::h87626edd0c074712 (0x55f95856682c)
  34: __rust_maybe_catch_panic (0x55f9587f8e2a)
             at src/libpanic_unwind/lib.rs:85
  35: core::ops::function::FnOnce::call_once{{vtable.shim}}::h8ff33e4441011336 (0x55f9585600e0)
  36: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h805c3cc89d534c05 (0x55f9587e0bdf)
             at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704
  37: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h9ebda9db5f03daf3 (0x55f9587f8140)
             at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704
      std::sys_common::thread::start_thread::ha32838ccbb8a8179
             at src/libstd/sys_common/thread.rs:13
      std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6
             at src/libstd/sys/unix/thread.rs:79
  38: start_thread (0x7f63d5f186ba)
  39: clone (0x7f63d5a3841d)
  40: <unknown> (0x0)

Thread 'main-tokio-0' panicked at 'Transaction trie root must be valid.', /home/heyedgeware/.cargo/git/checkouts/substrate-7e08433d4c370a21/1cfb794/srml/executive/src/lib.rs:189

This is a bug. Please report it at:

	https://github.com/hicommonwealth/edgeware-node/issues/new

Hash not equal
dafc564bd1f4d6657d8c36843146094212c2e40aa97fd5c713da4ba3d04605ac
03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314
/Users/drewstone/.cargo/git/checkouts/substrate-7e08433d4c370a21/1cfb794/srml/executive/src/lib.rs
189
3
2019-07-30 15:51:34 Applying authority set change scheduled at block #700
2019-07-30 15:51:34 Applying GRANDPA set change to new set [(af9f319aa910050d7bed99f5ee2ba4e25429ac9e7746b94edcdf154b8a901a3c (5G2yXYTi...), 1), (705c8360296c7b6af2f842e7a0804492c86a855aaa605fdf419f577f1f4fecbe (5Ec2hh96...), 1), (5de1854fccd7bd5bf8abfcfd3e50bbeb05649c827a0cdefbd8ec02005b1ee4ef (5EBoJbE1...), 1), (f697b0a9e1401161380c5df2b3147646beb2bc0132f1c4b8bd8bdeb5f9532b2e (5He2hStV...), 1), (6a1e4860a31716685e0e0f49f3333c5799bbdab5dd3bb1e674134f6f9b2be689 (5ETqvphC...), 1), (333e04dd11f60ebf3037e2615be6d63b01f310b920f8022fb1d6737a2c73dfa5 (5DDtisex...), 1), (d0c50804164d9e79b3899df678d6de83a226b581fc972f8b8bdc74070ae7e8af (5GnSM7vx...), 1)]
2019-07-30 15:51:34 Rejected log entry because queue is full for "/dns4/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F"
2019-07-30 15:51:34 Rejected log entry because queue is full for "/dns4/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F"
2019-07-30 15:51:34 Rejected log entry because queue is full for "/dns4/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F"
........

and then the node stuck in the same block and not sync new blocks anymore. cant close CTRL+c or pkill not work, CPU +100%

for solving this, stop / kill /reboot the server, do what you need for stop the process, then

cd .local/share/edgeware/chains/edgeware_testnet
rm -rf db/*
cd
cd edgeware-node
./target/release/edgeware --chain=edgeware --name nodename

If not sync, repeat again one more time and the node have to sync and cpu not 100%

Edgeware testnet stuck on block #119240

Hi, I'm trying to connect to the --chain edgware testnet but apparently it seems to be stuck:

2019-03-18 10:59:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 10:59:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 10:59:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 0.1kiB/s
2019-03-18 10:59:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 9 B/s
2019-03-18 10:59:51 Kademlia random query has yielded empty results
2019-03-18 10:59:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 10:59:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:00:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:00:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:00:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:00:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:00:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:00:54 Kademlia random query has yielded empty results
2019-03-18 11:00:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:00:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:01:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:01:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:01:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 99 B/s ⬆ 79 B/s
2019-03-18 11:01:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 15 B/s ⬆ 35 B/s
2019-03-18 11:01:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:01:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:01:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:01:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:01:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:01:47 Kademlia random query has yielded empty results
2019-03-18 11:01:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:01:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:01:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:02:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:02:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:02:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:02:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 79 B/s
2019-03-18 11:02:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:02:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:02:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:02:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:02:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:02:49 Kademlia random query has yielded empty results
2019-03-18 11:02:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:02:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:02:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:03:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:03:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:03:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:03:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:03:54 Kademlia random query has yielded empty results
2019-03-18 11:03:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:03:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:04:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:04:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:04:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:04:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 0.2kiB/s
2019-03-18 11:04:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.2kiB/s ⬆ 62 B/s
2019-03-18 11:04:54 Kademlia random query has yielded empty results
2019-03-18 11:04:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:04:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:05:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:05:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:05:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:05:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:05:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:05:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:05:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:05:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:05:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:05:46 Kademlia random query has yielded empty results
2019-03-18 11:05:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:05:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:05:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:06:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:06:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:06:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:06:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:06:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:46 Kademlia random query has yielded empty results
2019-03-18 11:06:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:06:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 79 B/s
2019-03-18 11:06:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:07:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:07:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:07:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:07:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:07:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:07:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:07:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:07:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:07:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:07:46 Kademlia random query has yielded empty results
2019-03-18 11:07:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:07:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:07:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:08:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:08:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:08:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:08:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:08:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:08:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:08:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:08:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:08:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:08:46 Kademlia random query has yielded empty results
2019-03-18 11:08:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:08:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:08:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:09:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 99 B/s ⬆ 79 B/s
2019-03-18 11:09:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 15 B/s ⬆ 35 B/s
2019-03-18 11:09:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:09:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:09:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:09:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:09:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:09:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:09:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 0.1kiB/s
2019-03-18 11:09:46 Kademlia random query has yielded empty results
2019-03-18 11:09:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0
2019-03-18 11:09:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:09:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:10:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:10:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:10:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:10:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:10:46 Kademlia random query has yielded empty results
2019-03-18 11:10:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:10:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:10:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:11:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:11:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:11:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:11:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:11:46 Kademlia random query has yielded empty results
2019-03-18 11:11:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:11:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:11:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:12:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 78 B/s
2019-03-18 11:12:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:12:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:12:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:12:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:12:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:12:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:12:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:12:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:12:46 Kademlia random query has yielded empty results
2019-03-18 11:12:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:12:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:12:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 69 B/s ⬆ 90 B/s
2019-03-18 11:13:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 52 B/s
2019-03-18 11:13:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:13:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:13:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:13:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:13:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:13:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:13:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:13:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:13:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:13:53 Kademlia random query has yielded empty results
2019-03-18 11:13:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:13:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:14:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:14:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:14:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 0.1kiB/s
2019-03-18 11:14:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 0.2kiB/s
2019-03-18 11:14:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.2kiB/s ⬆ 71 B/s
2019-03-18 11:14:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:14:58 Kademlia random query has yielded empty results
2019-03-18 11:14:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:15:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:15:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:15:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:15:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:15:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:15:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:15:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:15:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:15:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:15:47 Kademlia random query has yielded empty results
2019-03-18 11:15:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:15:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:15:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:16:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:16:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:16:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:16:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:16:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 87 B/s ⬆ 62 B/s
2019-03-18 11:16:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:16:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:16:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:16:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 51 B/s ⬆ 62 B/s
2019-03-18 11:16:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:16:52 Kademlia random query has yielded empty results
2019-03-18 11:16:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:16:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:17:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:17:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:17:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:17:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:17:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 27 B/s ⬆ 52 B/s
2019-03-18 11:17:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 86 B/s ⬆ 62 B/s
2019-03-18 11:17:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:17:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:17:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 79 B/s
2019-03-18 11:17:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:17:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:17:57 Kademlia random query has yielded empty results
2019-03-18 11:17:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:18:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:18:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:18:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:18:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:18:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:18:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:18:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:18:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:18:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:18:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 42 B/s
2019-03-18 11:18:50 Kademlia random query has yielded empty results
2019-03-18 11:18:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:18:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:19:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:19:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:19:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:19:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:19:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:19:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:19:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:19:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:19:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 0.1kiB/s
2019-03-18 11:19:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 36 B/s
2019-03-18 11:19:50 Kademlia random query has yielded empty results
2019-03-18 11:19:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 42 B/s
2019-03-18 11:19:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:20:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:20:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:20:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:20:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:20:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:20:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:20:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:20:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:20:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:20:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:20:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:20:55 Kademlia random query has yielded empty results
2019-03-18 11:20:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 61 B/s ⬆ 16 B/s
2019-03-18 11:21:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:21:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:21:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:21:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:21:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:21:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:21:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:21:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:21:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:21:49 Kademlia random query has yielded empty results
2019-03-18 11:21:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:21:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:21:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:22:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:22:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:22:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:22:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:22:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:22:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:22:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:22:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:22:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:22:48 Kademlia random query has yielded empty results
2019-03-18 11:22:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:22:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:22:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:23:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 27 B/s ⬆ 52 B/s
2019-03-18 11:23:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 34 B/s ⬆ 0
2019-03-18 11:23:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:23:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:23:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:23:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:23:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:23:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:23:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:23:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:23:53 Kademlia random query has yielded empty results
2019-03-18 11:23:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:23:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 37 B/s ⬆ 26 B/s
2019-03-18 11:24:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 15 B/s ⬆ 35 B/s
2019-03-18 11:24:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:24:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:24:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:24:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:24:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:24:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:24:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:24:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 0.2kiB/s
2019-03-18 11:24:48 Kademlia random query has yielded empty results
2019-03-18 11:24:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.2kiB/s ⬆ 62 B/s
2019-03-18 11:24:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:24:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:25:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:25:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:25:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:25:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 61 B/s ⬆ 16 B/s
2019-03-18 11:25:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:25:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:25:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:25:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:25:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:25:47 Kademlia random query has yielded empty results
2019-03-18 11:25:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:25:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:25:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:26:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:26:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:26:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:26:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:26:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:26:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:26:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:26:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:26:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:26:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:26:52 Kademlia random query has yielded empty results
2019-03-18 11:26:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:26:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:27:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:27:09 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:27:14 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:27:19 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:27:24 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:27:29 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 61 B/s ⬆ 16 B/s
2019-03-18 11:27:34 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:27:39 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:27:44 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:27:47 Kademlia random query has yielded empty results
2019-03-18 11:27:49 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:27:54 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:27:59 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:28:04 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:28:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:28:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:28:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:28:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:28:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:28:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:28:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:28:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:28:46 Kademlia random query has yielded empty results
2019-03-18 11:28:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:28:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:29:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:29:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:29:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:29:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:29:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:29:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:29:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:29:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:29:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:29:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 89 B/s ⬆ 0.2kiB/s
2019-03-18 11:29:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 36 B/s
2019-03-18 11:29:50 Kademlia random query has yielded empty results
2019-03-18 11:29:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:30:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:30:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:30:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:30:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 37 B/s ⬆ 26 B/s
2019-03-18 11:30:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 15 B/s ⬆ 35 B/s
2019-03-18 11:30:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:30:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:30:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:30:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:30:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:30:47 Kademlia random query has yielded empty results
2019-03-18 11:30:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:30:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:31:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:31:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:31:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:31:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:31:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:31:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:31:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:31:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:31:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:31:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:31:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:31:52 Kademlia random query has yielded empty results
2019-03-18 11:31:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:32:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:32:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:32:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:32:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:32:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:32:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:32:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:32:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:32:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:32:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:32:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:32:50 Kademlia random query has yielded empty results
2019-03-18 11:32:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:33:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:33:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:33:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:33:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:33:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:33:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:33:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:33:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:33:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:33:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:33:45 Kademlia random query has yielded empty results
2019-03-18 11:33:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:33:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 26 B/s ⬆ 52 B/s
2019-03-18 11:34:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 35 B/s ⬆ 0
2019-03-18 11:34:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:34:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:34:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:34:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:34:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:34:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:34:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:34:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:34:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 98 B/s ⬆ 0.2kiB/s
2019-03-18 11:34:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0.1kiB/s ⬆ 9 B/s
2019-03-18 11:34:51 Kademlia random query has yielded empty results
2019-03-18 11:34:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:35:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:35:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:35:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:35:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:35:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:35:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:35:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:35:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:35:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 36 B/s ⬆ 26 B/s
2019-03-18 11:35:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 16 B/s ⬆ 35 B/s
2019-03-18 11:35:46 Kademlia random query has yielded empty results
2019-03-18 11:35:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:35:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:36:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:36:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:36:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:36:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:36:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:36:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:36:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:36:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:36:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:36:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 37 B/s ⬆ 26 B/s
2019-03-18 11:36:50 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 15 B/s ⬆ 35 B/s
2019-03-18 11:36:55 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 36 B/s
2019-03-18 11:36:55 Kademlia random query has yielded empty results
2019-03-18 11:37:00 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 16 B/s
2019-03-18 11:37:05 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:37:10 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:37:15 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:37:20 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:37:25 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:37:30 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52 B/s
2019-03-18 11:37:35 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 52 B/s ⬆ 62 B/s
2019-03-18 11:37:40 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 0 ⬆ 0
2019-03-18 11:37:45 Idle (1 peers), best: #119240 (0x71f2…5119), finalized #50 (0x4fe9…e7bc), ⬇ 62 B/s ⬆ 52

No such file or directory, node/service/src/chain_spec.rs:40

stack backtrace:
0: backtrace::backtrace::trace::h5cb7804c8a80d753 (0x11059589e)
1: backtrace::capture::Backtrace::new::h3c86bbf2c4e6eaf9 (0x1105948c8)
2: substrate_panic_handler::set::{{closure}}::h37f9a1165f1a1219 (0x11054dba1)
3: std::panicking::rust_panic_with_hook::hddd286a9c773fc67 (0x110675621)
4: std::panicking::begin_panic::hd721e808771d8e68 (0x10f61da05)
5: edgeware_service::chain_spec::edgeware_config::h299b7be46c2d110e (0x10fa7feea)
6: edgeware_cli::load_spec::hb2583dd1fd83b07c (0x10f436e65)
7: substrate_cli::load_spec::h8c37aec65a0bb427 (0x10f3709c3)
8: substrate_cli::run_node::h5a09e3c8a228729e (0x10f36d572)
9: substrate_cli::parse_and_execute::h26b98778597cb645 (0x10f369532)
10: edgeware_cli::run::h3c68690c7f654d69 (0x10f3d5eba)
11: edgeware::main::h0a49d424133d37b9 (0x10f310422)
12: std::rt::lang_start::{{closure}}::hb243eac2d87a3c36 (0x10f28e006)
13: std::panicking::try::do_call::h8037d9f03e27d896 (0x110674ed8)
14: __rust_maybe_catch_panic (0x11067dfff)
15: std::rt::lang_start_internal::hc8e69e673740d4ae (0x1106759be)
16: main (0x10f3104f9)

Thread 'main' panicked at 'Error opening spec file: No such file or directory (os error 2)', node/service/src/chain_spec.rs:40


the line in chain_spec.rs
expects file
./testnets/v0.4.0/edgeware.json
which does exists, and contains data.

v0.5 doesn't build on Ubuntu 18.04

I am installing acc5345405cf8e7c3c31ea63ea55d4f3c9577151 on Ubuntu 18.04 and the build fails.

Last Command:

cargo install --path ./ --force

Output:

   Compiling edge-voting v0.1.0 (/home/adrian/edgeware-node/modules/edge-voting)
error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!
   --> modules/edge-voting/src/voting.rs:113:1
    |
113 | / decl_module! {
114 | |     pub struct Module<T: Trait> for enum Call where origin: T::Origin {
115 | |         fn deposit_event<T>() = default;
116 | |
...   |
200 | |     }
201 | | }
    | |_^
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!
   --> modules/edge-voting/src/voting.rs:113:1
    |
113 | / decl_module! {
114 | |     pub struct Module<T: Trait> for enum Call where origin: T::Origin {
115 | |         fn deposit_event<T>() = default;
116 | |
...   |
200 | |     }
201 | | }
    | |_^
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!                                                     [191/1960]
   --> modules/edge-voting/src/voting.rs:283:1
    |
283 | / decl_event!(
284 | |     pub enum Event<T> where <T as system::Trait>::AccountId {
285 | |         /// new vote (id, creator, type of vote)
286 | |         VoteCreated(u64, AccountId, VoteType),
...   |
293 | |     }
294 | | );
    | |__^
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!
   --> modules/edge-voting/src/voting.rs:283:1
    |
283 | / decl_event!(
284 | |     pub enum Event<T> where <T as system::Trait>::AccountId {
285 | |         /// new vote (id, creator, type of vote)
286 | |         VoteCreated(u64, AccountId, VoteType),
...   |
293 | |     }
294 | | );
    | |__^
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!
   --> modules/edge-voting/src/voting.rs:296:1
    |
296 | / decl_storage! {
297 | |     trait Store for Module<T: Trait> as Voting {
298 | |         /// The map of all vote records indexed by id
299 | |         pub VoteRecords get(vote_records): map u64 => Option<VoteRecord<T::AccountId>>;
...   |
302 | |     }
303 | | }
    | |_^

error: Could not find `parity-scale-codec` in `dependencies` or `dev-dependencies` in `/home/adrian/edgeware-node/modules/edge-voting/Cargo.toml`!
   --> modules/edge-voting/src/voting.rs:296:1
    |
296 | / decl_storage! {
297 | |     trait Store for Module<T: Trait> as Voting {
298 | |         /// The map of all vote records indexed by id
299 | |         pub VoteRecords get(vote_records): map u64 => Option<VoteRecord<T::AccountId>>;
...   |
302 | |     }
303 | | }
    | |_^

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:113:1
    |
113 | / decl_module! {
114 | |     pub struct Module<T: Trait> for enum Call where origin: T::Origin {
115 | |         fn deposit_event<T>() = default;
116 | |
...   |
200 | |     }
201 | | }
    | |_^ use of undeclared type or module `_parity_scale_codec`
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:113:1
    |
113 | / decl_module! {
114 | |     pub struct Module<T: Trait> for enum Call where origin: T::Origin {
115 | |         fn deposit_event<T>() = default;
116 | |
...   |
200 | |     }
201 | | }
    | |_^ use of undeclared type or module `_parity_scale_codec`
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:283:1
    |
283 | / decl_event!(
284 | |     pub enum Event<T> where <T as system::Trait>::AccountId {
285 | |         /// new vote (id, creator, type of vote)
286 | |         VoteCreated(u64, AccountId, VoteType),
...   |
293 | |     }
294 | | );
    | |__^ use of undeclared type or module `_parity_scale_codec`
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:283:1
    |
283 | / decl_event!(
284 | |     pub enum Event<T> where <T as system::Trait>::AccountId {
285 | |         /// new vote (id, creator, type of vote)
286 | |         VoteCreated(u64, AccountId, VoteType),
...   |
293 | |     }
294 | | );
    | |__^ use of undeclared type or module `_parity_scale_codec`
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:296:1
    |
296 | / decl_storage! {
297 | |     trait Store for Module<T: Trait> as Voting {
298 | |         /// The map of all vote records indexed by id
299 | |         pub VoteRecords get(vote_records): map u64 => Option<VoteRecord<T::AccountId>>;
...   |
302 | |     }
303 | | }
    | |_^ use of undeclared type or module `_parity_scale_codec`

error[E0433]: failed to resolve: use of undeclared type or module `_parity_scale_codec`
   --> modules/edge-voting/src/voting.rs:296:1
    |
296 | / decl_storage! {
297 | |     trait Store for Module<T: Trait> as Voting {
298 | |         /// The map of all vote records indexed by id
299 | |         pub VoteRecords get(vote_records): map u64 => Option<VoteRecord<T::AccountId>>;
...   |
302 | |     }
303 | | }
    | |_^ use of undeclared type or module `_parity_scale_codec`

error: aborting due to 12 previous errors

For more information about this error, try `rustc --explain E0433`.
error: Could not compile `edge-voting`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `edgeware v0.5.0 (/home/adrian/edgeware-node)`, intermediate artifacts can be found at `/home/adrian/edgeware-node/target`

Caused by:
  build failed

Error: Execution: Function: Module doesn't have export GrandpaApi_grandpa_authorities

Spun up a new VM (x86_64 GNU/Linux Debian) and went through the instructions in the README.md

curl https://sh.rustup.rs -sSf | sh
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc
sudo apt install cmake pkg-config libssl-dev git clang libclang-dev

./build.sh
cargo build --release

./target/release/edgeware --chain edgeware

Got an error: Error: Execution: Function: Module doesn't have export GrandpaApi_grandpa_authorities

Tried these things to fix it, but it still failed:

  • clearing the chain history with ./purge-chain.sh
  • shutting down the VM and starting it back up, clearing the chain history with ./purge-chain.sh, then running ./build.sh, then cargo build --release, then ./target/release/edgeware --chain edgeware

Got the same error: Error: Execution: Function: Module doesn't have export GrandpaApi_grandpa_authorities

Is this expected at the current stage of development, or am I doing something wrong?

node stop sync = hash not equal

./target/release/edgeware --version
edgeware 1.0.0-a02705e-x86_64-linux-gnu

node stop sync = hash not equal
this msg in the buckle.

Screenshot from 2019-10-08 15-11-16

Error: UnknownBlock

I managed to compile everything okay but getting this error when trying to run edgeware

00:16:25 ✔ pk: (master) edgeware-node $ ./target/release/edgeware --dev

2018-12-15 00:16:31 Substrate Node
2018-12-15 00:16:31 version 0.9.0-b8b368c-x86_64-macos
2018-12-15 00:16:31 by Parity Technologies, 2017, 2018
2018-12-15 00:16:31 Chain specification: Development
2018-12-15 00:16:31 Node name: lacking-cover-0312
2018-12-15 00:16:31 Roles: AUTHORITY
2018-12-15 00:16:31 Initialising Genesis block/state (state: 0x24c9…f8af, header-hash: 0x376
a…5e9b)
Error: UnknownBlock: Unknown block Hash(0x0000000000000000000000000000000000000000000000000000000000000000)

Edgeware on Polkadot Telemetry

I suggest we get Edgeware (testnet) on the Polkadot Telemetry (https://telemetry.polkadot.io).
ChainX is another independent Substrate implementer and moved their own telemetry service over to the Polkadot Telemetry last week.
Perhaps we need to reach out to Web3 Foundation or Parity Technologies for assistance.

identity: Improve resiliency for identity registration and attestation

Clone of: hicommonwealth/edge-identity#1

Prevent squatting attacks using some time-based and/or stake-based approach.

For example, anyone can register any hash of an identity even if they don't control the identity (i.e. cannot publish a linked_proof of the identity attestation). Therefore, we want to have a mechanism that restricts this possibility. Since we don't want to require users to have money to register identities, we want a way to restrict the length a squatting attack can last. We might want to set the length of time that is required for a publisher to link a proof to a published identity hash, require some fraction of the claims issuers to validate a publish/link, or another efficient scheme in the number of operations required.

Design an encoding scheme that can be efficiently verified in a substrate module.

Currently, we only pass in a vector of bytes as a linked proof. Additionally, we only pass in a hash to squat on a given identity. Do we want to pass in the actual identity and do pre-processing upon publish or is submitting hashes resilient?

stash controller get slashed unless bonded tokens in the controller account

when a slashed event happens, the tokens not bonded for the stash account get slashed

+40k tokens losses for slashed in the stash account, and the 10k bonded in the controller are intact, also validators were setup 3 times slashed and get out, but this not happens, just keep continue slashed the stash account

anyway, stash account is going down, slow but down, the bonded like controller account is not getting slashed
https://polkascan.io/pre/edgeware-testnet/session/validator/9108-11
https://polkascan.io/pre/edgeware-testnet/account/5DhQ2yc3r1mpFPVdddBcpjEQfS96QcDrzzcGSY6iUVEL7nPE
and cant bonded more tokens
https://polkascan.io/pre/edgeware-testnet/transaction/0x8f19ef0ade9919d0b94339d1e630824224632c93d95b30e396a4b2f86cbb8d54
start with 100k, bonded 10k and now 74k

SRML links in readme are all broken

All the SRML links in the readme are in the form https://github.com/paritytech/hicommonwealth/tree/master/srml/<module>. These are all broken.

It's a valid link to either be https://github.com/paritytech/substrate/tree/master/srml/<module> or https://github.com/hicommonwealth/substrate/tree/master/srml/<module>. The fix is easy, but I'm not sure if you wanted to link to the parity repo or to your fork, since both organizations are represented in the current URL.

Example:
Broken link from docs
Parity link
Hicommonwealth link

Sentrys not Sync

2 sentrys from 3 do not get the last finalized block, is stuck, in different blocks, stop and restart not solve this also reserve nodes either and other steps, not work.

Screenshot from 2019-09-12 13-11-27

Node-panicked

Oct 15 06:47:36 vultr.guest edgeware[2243]: 2019-10-15 06:47:36 Starting consensus session on top of parent 0x520bb094630b1b8e310cdebd4be6678d036e298ed97f80b26bb55f8b340453ba
Oct 15 06:47:36 vultr.guest edgeware[2243]: ====================
Oct 15 06:47:36 vultr.guest edgeware[2243]: Version: 1.0.0-a02705e-x86_64-linux-gnu
Oct 15 06:47:36 vultr.guest edgeware[2243]: stack backtrace:
Oct 15 06:47:36 vultr.guest edgeware[2243]:    0: substrate_panic_handler::set::{{closure}}
Oct 15 06:47:36 vultr.guest edgeware[2243]:    1: std::panicking::rust_panic_with_hook
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libstd/panicking.rs:481
Oct 15 06:47:36 vultr.guest edgeware[2243]:    2: std::panicking::continue_panic_fmt
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libstd/panicking.rs:384
Oct 15 06:47:36 vultr.guest edgeware[2243]:    3: rust_begin_unwind
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libstd/panicking.rs:311
Oct 15 06:47:36 vultr.guest edgeware[2243]:    4: core::panicking::panic_fmt
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libcore/panicking.rs:85
Oct 15 06:47:36 vultr.guest edgeware[2243]:    5: core::result::unwrap_failed
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libcore/result.rs:1084
Oct 15 06:47:36 vultr.guest edgeware[2243]:    6: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:    7: substrate_state_machine::StateMachine<B,H,N,T,O,Exec>::execute_aux
Oct 15 06:47:36 vultr.guest edgeware[2243]:    8: substrate_state_machine::StateMachine<B,H,N,T,O,Exec>::execute_using_consensus_failure_handler
Oct 15 06:47:36 vultr.guest edgeware[2243]:    9: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::contextual_call
Oct 15 06:47:36 vultr.guest edgeware[2243]:   10: <substrate_client::client::Client<B,E,Block,RA> as substrate_client::runtime_api::CallRuntimeAt<Block>>::call_api_at
Oct 15 06:47:36 vultr.guest edgeware[2243]:   11: substrate_client::runtime_api::runtime_decl_for_Core::initialize_block_call_api_at
Oct 15 06:47:36 vultr.guest edgeware[2243]:   12: substrate_client::runtime_api::Core::initialize_block_with_context
Oct 15 06:47:36 vultr.guest edgeware[2243]:   13: substrate_client::block_builder::block_builder::BlockBuilder<Block,A>::at_block
Oct 15 06:47:36 vultr.guest edgeware[2243]:   14: <substrate_basic_authorship::basic_authorship::Proposer<Block,substrate_client::client::Client<B,E,Block,RA>,A> as substrate_consensus_common::Proposer<Block>>::propose
Oct 15 06:47:36 vultr.guest edgeware[2243]:   15: <substrate_consensus_aura::AuraWorker<C,E,I,P,SO> as substrate_consensus_slots::SlotWorker<B>>::on_slot
Oct 15 06:47:36 vultr.guest edgeware[2243]:   16: <futures_util::try_stream::try_for_each::TryForEach<St,Fut,F> as core::future::future::Future>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   17: <futures_util::future::then::Then<Fut1,Fut2,F> as core::future::future::Future>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   18: <futures_util::compat::compat03as01::Compat<Fut> as futures::future::Future>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   19: <futures::future::select::Select<A,B> as futures::future::Future>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   20: futures::future::chain::Chain<A,B,C>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   21: <futures::future::select::Select<A,B> as futures::future::Future>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   22: futures::future::chain::Chain<A,B,C>::poll
Oct 15 06:47:36 vultr.guest edgeware[2243]:   23: futures::task_impl::std::set
Oct 15 06:47:36 vultr.guest edgeware[2243]:   24: std::panicking::try::do_call
Oct 15 06:47:36 vultr.guest edgeware[2243]:   25: __rust_maybe_catch_panic
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libpanic_unwind/lib.rs:80
Oct 15 06:47:36 vultr.guest edgeware[2243]:   26: tokio_threadpool::task::Task::run
Oct 15 06:47:36 vultr.guest edgeware[2243]:   27: tokio_threadpool::worker::Worker::run_task
Oct 15 06:47:36 vultr.guest edgeware[2243]:   28: tokio_threadpool::worker::Worker::run
Oct 15 06:47:36 vultr.guest edgeware[2243]:   29: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:   30: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:   31: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:   32: tokio::runtime::threadpool::builder::Builder::build::{{closure}}
Oct 15 06:47:36 vultr.guest edgeware[2243]:   33: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:   34: std::thread::local::LocalKey<T>::with
Oct 15 06:47:36 vultr.guest edgeware[2243]:   35: std::sys_common::backtrace::__rust_begin_short_backtrace
Oct 15 06:47:36 vultr.guest edgeware[2243]:   36: std::panicking::try::do_call
Oct 15 06:47:36 vultr.guest edgeware[2243]:   37: __rust_maybe_catch_panic
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libpanic_unwind/lib.rs:80
Oct 15 06:47:36 vultr.guest edgeware[2243]:   38: core::ops::function::FnOnce::call_once{{vtable.shim}}
Oct 15 06:47:36 vultr.guest edgeware[2243]:   39: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787
Oct 15 06:47:36 vultr.guest edgeware[2243]:   40: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787
Oct 15 06:47:36 vultr.guest edgeware[2243]:       std::sys_common::thread::start_thread
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libstd/sys_common/thread.rs:13
Oct 15 06:47:36 vultr.guest edgeware[2243]:       std::sys::unix::thread::Thread::new::thread_start
Oct 15 06:47:36 vultr.guest edgeware[2243]:              at src/libstd/sys/unix/thread.rs:79
Oct 15 06:47:36 vultr.guest edgeware[2243]:   41: start_thread
Oct 15 06:47:36 vultr.guest edgeware[2243]:   42: __clone
Oct 15 06:47:36 vultr.guest edgeware[2243]: Thread 'main-tokio-1' panicked at 'applying the snapshot can only fail if the passed instance is different
Oct 15 06:47:36 vultr.guest edgeware[2243]:                         from the one that was used for creation of the snapshot;
Oct 15 06:47:36 vultr.guest edgeware[2243]:                         we use the snapshot that is directly associated with the instance;
Oct 15 06:47:36 vultr.guest edgeware[2243]:                         thus the snapshot was created using the instance;
Oct 15 06:47:36 vultr.guest edgeware[2243]:                         qed: ApplySnapshotFailed', src/libcore/result.rs:1084
Oct 15 06:47:36 vultr.guest edgeware[2243]: This is a bug. Please report it at:
Oct 15 06:47:36 vultr.guest edgeware[2243]:         https://github.com/hicommonwealth/edgeware-node/issues/new
Oct 15 06:47:36 vultr.guest systemd[1]: edgeware.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 06:47:36 vultr.guest systemd[1]: edgeware.service: Failed with result 'exit-code'.

Couldn't build on Amazon Linux

When I use the command 'cargo build --release" to build the node, I got below error:
Compiling wasmi-validation v0.1.0
error[E0432]: unresolved import hashbrown
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmi-validation-0.1.0/src/lib.rs:31:5
|
31 | use hashbrown::HashSet;
| ^^^^^^^^^ use of undeclared type or module hashbrown

error: aborting due to previous error

For more information about this error, try rustc --explain E0432.
error: could not compile wasmi-validation.

To learn more, run the command again with --verbose.


under my /root/.cargo/registry/src/github.com-1ecc6299db9ec823, there are two version of wasmi-validation, 0.1.0 and 0.2.0. 0.2.0 was built successfully.

vim Cargo.toml

[package]
edition = "2018"
name = "wasmi-validation"
version = "0.1.0"
authors = ["Parity Technologies [email protected]"]
description = "Wasm code validator"
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/wasmi"
[dependencies.hashbrown]
version = "0.1.8"
optional = true

[dependencies.parity-wasm]
version = "0.31"
default-features = false
[dev-dependencies.assert_matches]
version = "1.1"

[features]
core = ["hashbrown/nightly"]
default = ["std"]
std = ["parity-wasm/std"]

in lib.rs

#[cfg(not(feature = "std"))]
use hashbrown::HashSet;
#[cfg(feature = "std")]
use std::collections::HashSet;

and in the same directory, hashbrown-0.1.8 exists. How can I fix this issue?

Thread 'import-queue-worker-0' panicked at 'Externalities not allowed

Run the node with command of
"./target/release/edgeware --chain=edgeware-testnet-v8 --validator --name testnet1"

the result below

2019-09-09 20:38:15 Syncing 16.6 bps, target=#75279 (25 peers), best: #44546 (0xb164…4ee6), finalized #40100 (0x4b70…b382), ⬇ 16.9kiB/s ⬆ 258.5kiB/s

====================

stack backtrace:
0: substrate_panic_handler::set::{{closure}}::hc68c8cd4dd6a3e1f (0x56084ae6e450)
1: std::panicking::rust_panic_with_hook::hffcefc09751839d1 (0x56084afad069)
at src/libstd/panicking.rs:481
2: std::panicking::continue_panic_fmt::hc0f142c930c846fc (0x56084afacb02)
at src/libstd/panicking.rs:384
...
39: start_thread (0x7f12090966ba)
40: clone (0x7f1208bb641d)
41: (0x0)

Thread 'import-queue-worker-0' panicked at 'Externalities not allowed to fail within runtime: "Trie lookup error: Database missing expected key: 0x9cf3b312927eeeb6ebb1ab346793b544762a9388e415b58614aea2fe2b80b1cc"', src/libcore/result.rs:999

This is a bug. Please report it at:

https://github.com/hicommonwealth/edgeware-node/issues/new

Now I have to re-sync the data again

Unable to build on Ubuntu 19.04

I get the below build error. I've tried the below toolchains:
stable-x86_64-unknown-linux-gnu
nightly-2019-06-30-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)

Any advice appreciated!

error[E0432]: unresolved import `hashbrown`
  --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmi-validation-0.1.0/src/lib.rs:31:5
   |
31 | use hashbrown::HashSet;
   |     ^^^^^^^^^ use of undeclared type or module `hashbrown`

error: aborting due to previous error

Possible memory leak

We are running a dockerize build of this version (v0.8.0) 374b5eb

The Docker container with the node is crashing when running with a hard memory limit of 2GB. Please note that we have been running dockerized Substrate-nodes for most other networks and for all previous Edgeware testnets with the same hard memory limit of 2GB and it did not crash.
There may be a memory leak of some kind in the Edgeware runtime or other components that were adjusted. Also note that the current runtime is mostly similar to the Substrate repo runtime and we have these networks/clients running stable with the 2GB hard memory limit.

Encountered Consensus Error

Encountered the following error log while running my node in --validator mode. Seems like there was a consensus error.

Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   11: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_aux::h2f7fef50081fa3bd (0x559f22b39b66)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   12: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_call_with_native_else_wasm_strategy::ha022fb9fa86281ea (0x559f22b94232)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   13: substrate_state_machine::StateMachine<H,N,B,T,O,Exec>::execute_using_consensus_failure_handler::h513b9dd7135d2b8f (0x559f22b59c9b)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   14: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::call_at_state::he1056afbaf70bb47 (0x559f22abd6d3)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   15: substrate_client::client::Client<B,E,Block,RA>::lock_import_and_run::{{closure}}::he2b7352e7ba8fe71 (0x559f226ac395)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   16: <&substrate_client::client::Client<B,E,Block,RA> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h35060bca5e9cc3c7 (0x559f22695f97)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   17: <substrate_finality_grandpa::import::GrandpaBlockImport<B,E,Block,RA,PRA,SC> as substrate_consensus_common::block_import::BlockImport<Block>>::import_block::h3e399afa81762622 (0x559f22c7e162)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   18: substrate_consensus_common::import_queue::import_single_block::h00592621549713f3 (0x559f227c0e2f)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   19: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::h7eede058d8da248f (0x559f22bbc32a)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   20: futures_util::future::chain::Chain<Fut1,Fut2,Data>::poll::he10d19f3275b29e9 (0x559f224dd381)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   21: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::hd6eb2ef26148776e (0x559f22bbc7fb)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   22: futures_executor::thread_pool::PoolState::work::h128efd25449415f6 (0x559f2378e306)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   23: std::sys_common::backtrace::__rust_begin_short_backtrace::h009b6dccb9e1ba20 (0x559f23790254)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   24: std::panicking::try::do_call::h944d2744c24a8faf (0x559f2378b635)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   25: __rust_maybe_catch_panic (0x559f2390894a)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:              at src/libpanic_unwind/lib.rs:82
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   26: core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b530351a40c2059 (0x559f2378d29a)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   27: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h42806b83647d4c79 (0x559f238f248f)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:              at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   28: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h83c921c8e826dd1d (0x559f23907cd0)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:              at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:       std::sys_common::thread::start_thread::h2613204ce513782e
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:              at src/libstd/sys_common/thread.rs:13
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:       std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:              at src/libstd/sys/unix/thread.rs:79
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   29: start_thread (0x7f41d6c006db)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   30: __clone (0x7f41d671188f)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:   31: <unknown> (0x0)
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]: Thread 'import-queue-worker-0' panicked at 'Storage root must match that calculated.', /home/ubuntu/.cargo/git/checkouts/substrate-25d0b09b83fafc89/2a80448/srml/executive/src/lib.rs:319
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]: This is a bug. Please report it at:
Sep 09 09:57:00 ip-172-31-34-229 edgeware[19033]:         https://github.com/hicommonwealth/edgeware-node/issues/new
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: Hash not equal
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: e598cd418478e8aac943e708bddd34625041101f6ef9ceea2445b9905bb5d401
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: c1fd76a61ac4bf5914c5c47b90a9a16bf41b7644fc6fb3e189bca5547a5a5ffe
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: panicked at 'Storage root must match that calculated.', /Users/drewstone/.cargo/git/checkouts/substrate-25d0b09b83fafc89/4af6124/srml/executive/src/lib.rs:319:3
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:01 Block import error:
Sep 09 09:57:01 ip-172-31-34-229 edgeware[19033]: Execution(Wasmi(Trap(Trap { kind: Unreachable })))
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: panicked at 'attempt to multiply with overflow', /rustc/78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/src/libcore/ops/arith.rs:318:45
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:03 Encountered consensus error: ClientImport("Execution(Wasmi(Trap(Trap { kind: Unreachable })))")
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:03 Idle (19 peers), best: #74149 (0xf0d9…19f9), finalized #74141 (0xd278…942d), ⬇ 7.3kiB/s ⬆ 919.7kiB/s
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:03 Idle (19 peers), best: #74149 (0xf0d9…19f9), finalized #74141 (0xd278…942d), ⬇ 7.3kiB/s ⬆ 919.7kiB/s
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:03 Idle (19 peers), best: #74149 (0xf0d9…19f9), finalized #74141 (0xd278…942d), ⬇ 7.3kiB/s ⬆ 919.7kiB/s
Sep 09 09:57:03 ip-172-31-34-229 edgeware[19033]: 2019-09-09 09:57:03 Idle (19 peers), best: #74149 (0xf0d9…19f9), finalized #74141 (0xd278…942d), ⬇ 7.3kiB/s ⬆ 919.7kiB/s

Running our test node on Ubuntu 18.04, rustup 1.18.3.

error: Could not compile `hashmap_core` on Ubuntu 19.04

Running cargo build --release results in the following error:

error: failed to run custom build command for edgeware-runtime v0.3.0 (/edgeware/edgeware-node-master/node/runtime)

Caused by:
process didn't exit successfully: /edgeware/edgeware-node-master/target/release/build/edgeware-runtime-70a76344fc51e01e/build-script-build (exit code: 1)
--- stdout
Executing build command: "rustup" "run" "nightly" "cargo" "build" "--target=wasm32-unknown-unknown" "--manifest-path=/edgeware/edgeware-node-master/target/release/wbuild/edgeware-runtime/Cargo.toml" "--release"

--- stderr
Compiling wasm-build-runner-impl v1.0.0 (/edgeware/edgeware-node-master/target/release/build/edgeware-runtime-e2b1eed01b4b7ce4/out/wasm_build_runner)
Finished release [optimized] target(s) in 0.44s
Running /edgeware/edgeware-node-master/target/release/build/edgeware-runtime-e2b1eed01b4b7ce4/out/wasm_build_runner/target/release/wasm-build-runner-impl
Compiling hashmap_core v0.1.10
error[E0432]: unresolved import alloc_crate::collections::CollectionAllocErr
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/hashmap_core-0.1.10/src/lib.rs:32:13
|
32 | pub use alloc_crate::collections::CollectionAllocErr;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no CollectionAllocErr in collections

error: aborting due to previous error

For more information about this error, try rustc --explain E0432.
error: Could not compile hashmap_core.

To learn more, run the command again with --verbose.

Validator node crashes occasionally

When trying to validate on testnet-v0.8, my validator node crashes after some time with the following message:

stack backtrace:
   0: substrate_panic_handler::set::{{closure}}::hc68c8cd4dd6a3e1f (0x55f30990a070)
   1: std::panicking::rust_panic_with_hook::hffcefc09751839d1 (0x55f309a47b29)
             at src/libstd/panicking.rs:481
   2: std::panicking::continue_panic_fmt::hc0f142c930c846fc (0x55f309a475c2)
             at src/libstd/panicking.rs:384
   3: rust_begin_unwind (0x55f309a474a6)
             at src/libstd/panicking.rs:311
   4: core::panicking::panic_fmt::h2daf88b2616ca2b2 (0x55f309a6500d)
             at src/libcore/panicking.rs:85
   5: core::result::unwrap_failed::h90084b40e718c80d (0x55f308c423ae)
   6: wasmi::module::ModuleInstance::with_externvals::h158776f0d7664aab (0x55f3089c6fec)
   7: wasmi::module::ModuleInstance::new::hc72efd6e63c37954 (0x55f3089c7d50)
   8: substrate_executor::wasm_executor::WasmExecutor::instantiate_module::hfe681ed9361329af (0x55f3088c652a)
   9: substrate_executor::wasm_runtimes_cache::RuntimesCache::create_wasm_instance::hb5f52051f143a16b (0x55f308804149)
  10: substrate_executor::wasm_runtimes_cache::RuntimesCache::fetch_runtime::h8bea14bac0010b5d (0x55f3088003ac)
  11: std::thread::local::LocalKey<T>::with::h38c5e73dac506580 (0x55f308754b1b)
  12: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::runtime_version::h3d2640664f3c433e (0x55f308c14450)
  13: substrate_offchain_primitives::runtime_decl_for_OffchainWorkerApi::offchain_worker_call_api_at::ha198b51fa2e8232b (0x55f3089089c1)
  14: substrate_offchain_primitives::OffchainWorkerApi::offchain_worker_with_context::h85a657d9f36824be (0x55f30873b878)
  15: std::sys_common::backtrace::__rust_begin_short_backtrace::h606873de57c9ea59 (0x55f30867a1ae)
  16: std::panicking::try::do_call::h5ae20924acd27a19 (0x55f308ddadd4)
  17: __rust_maybe_catch_panic (0x55f309a4c70a)
             at src/libpanic_unwind/lib.rs:82
  18: core::ops::function::FnOnce::call_once{{vtable.shim}}::hcf5e16830b78a967 (0x55f308682b83)
  19: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h42806b83647d4c79 (0x55f309a3624f)
             at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
  20: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h83c921c8e826dd1d (0x55f309a4ba90)
             at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746
      std::sys_common::thread::start_thread::h2613204ce513782e
             at src/libstd/sys_common/thread.rs:13
      std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd
             at src/libstd/sys/unix/thread.rs:79
  21: start_thread (0x7fb0e3ca56db)
  22: __clone (0x7fb0e37b688f)
  23: <unknown> (0x0)

Thread '<unnamed>' panicked at 'Due to validation `initial` and `maximum` should be valid: Memory("mmap returned an error")', src/libcore/result.rs:999

Is this due to memory limits? I have 4GB of memory allocated

delegation: Add categorical delegation

Clone of: hicommonwealth/edge-delegation#4

Overview

We want to make delegation a little more fine-grained and variable to different options. To that end, I think categories for proposals is interesting.

Proposal

Make different proposal categories have different delegators in a hierarchical scheme. There is a top-level override delegator that will override any sub-delegator. Once more categories exist, a user can null this out or set it to a special value so that it doesn't override sub-delegators.

edgeware block explore https://scaner.io

I built the world's first edgeware block explore https://scaner.io for edgeware. Can view account information, block information, transaction information, etc. May be useful to the community.If you have the hope to add a feature, please contact me.

How to use as a validator

Hi , I want to validate how to use the node as a validator, and of course contribute to the documentation

First of all, I follow initial setup:
https://github.com/hicommonwealth/edgeware-node

  • For linux distro execute this commands:
  • Execute command curl https://sh.rustup.rs -sSf | sh
  • Execute command rustup update nightly
  • Execute command rustup target add wasm32-unknown-unknown --toolchain nightly
  • Execute command rustup update stable
  • Execute command cargo install --git https://github.com/alexcrichton/wasm-gc
  • Execute command sudo apt install cmake pkg-config libssl-dev git clang libclang-dev

Then install Edgeware, follow the steps on the release note:
https://github.com/hicommonwealth/edgeware-node/releases

  • Download gzip
  • Execute command gunzip edware-node-0.1.1.tar.gz
  • Execute command tar xvf edgeware-node-0.1.1.tar
  • Execute command cd edgeware-node-0.1.1
  • Execute command ./init.sh
  • Execute command nano build.sh
  • Modify "PROJECT_ROOT=git rev-parse --show-toplevel" to "PROJECT_ROOT=echo $(pwd)" (take care of the tiles)
  • Execute command ./build.sh
  • Execute command cargo build --release
  • Execute command ./target/release/edgeware --chain ./edgeware_testnet.json --validator --key KEY

I use the key that I found in my folder ~/.local/share/Substrate/chains/edgeware/keystore/ Is okey this ?
Can I associate my node with a testnet account?

Thanks in advance, I can create a markdown with all this information and add it to the repository

Thread 'main-tokio-0' panicked at 'Externalities not allowed to fail within runtime: "Trie lookup error: Database missing expected key

Validator service stopped due to error below

Oct 18 16:18:39 v2513 edgeware[27903]:   14: substrate_client::runtime_api::runtime_decl_for_TaggedTransactionQueue::validate_transaction_native_call_generator::{{closure}}
Oct 18 16:18:39 v2513 edgeware[27903]:   15: std::panicking::try::do_call
Oct 18 16:18:39 v2513 edgeware[27903]:   16: __rust_maybe_catch_panic
Oct 18 16:18:39 v2513 edgeware[27903]:              at src/libpanic_unwind/lib.rs:80
Oct 18 16:18:39 v2513 edgeware[27903]:   17: substrate_executor::native_executor::safe_call
Oct 18 16:18:39 v2513 edgeware[27903]:   18: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   19: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   20: substrate_state_machine::StateMachine<B,H,N,T,O,Exec>::execute_aux
Oct 18 16:18:39 v2513 edgeware[27903]:   21: substrate_state_machine::StateMachine<B,H,N,T,O,Exec>::execute_using_consensus_failure_handler
Oct 18 16:18:39 v2513 edgeware[27903]:   22: <substrate_client::call_executor::LocalCallExecutor<B,E> as substrate_client::call_executor::CallExecutor<Block,substrate_primitives::hasher::blake2::Blake2Hasher>>::contextual_call
Oct 18 16:18:39 v2513 edgeware[27903]:   23: <substrate_client::client::Client<B,E,Block,RA> as substrate_client::runtime_api::CallRuntimeAt<Block>>::call_api_at
Oct 18 16:18:39 v2513 edgeware[27903]:   24: substrate_client::runtime_api::runtime_decl_for_TaggedTransactionQueue::validate_transaction_call_api_at
Oct 18 16:18:39 v2513 edgeware[27903]:   25: substrate_client::runtime_api::TaggedTransactionQueue::validate_transaction
Oct 18 16:18:39 v2513 edgeware[27903]:   26: <substrate_transaction_pool::api::ChainApi<T,Block> as substrate_transaction_graph::pool::ChainApi>::validate_transaction
Oct 18 16:18:39 v2513 edgeware[27903]:   27: <core::iter::adapters::Map<I,F> as core::iter::traits::iterator::Iterator>::fold
Oct 18 16:18:39 v2513 edgeware[27903]:   28: <alloc::vec::Vec<T> as alloc::vec::SpecExtend<T,I>>::from_iter
Oct 18 16:18:39 v2513 edgeware[27903]:   29: substrate_transaction_graph::pool::Pool<B>::submit_one
Oct 18 16:18:39 v2513 edgeware[27903]:   30: <substrate_service::TransactionPoolAdapter<C,substrate_transaction_graph::pool::Pool<PoolApi>> as substrate_network::service::TransactionPool<H,B>>::import
Oct 18 16:18:39 v2513 edgeware[27903]:   31: substrate_network::protocol::Protocol<B,S,H>::on_custom_message
Oct 18 16:18:39 v2513 edgeware[27903]:   32: <substrate_network::protocol::Protocol<B,S,H> as libp2p_swarm::behaviour::NetworkBehaviour>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   33: <substrate_network::behaviour::Behaviour<B,S,H> as libp2p_swarm::behaviour::NetworkBehaviour>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   34: <libp2p_swarm::ExpandedSwarm<TTransport,TBehaviour,TInEvent,TOutEvent,THandler,THandlerErr,TConnInfo> as futures::stream::Stream>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   35: <substrate_network::service::NetworkWorker<B,S,H> as futures::stream::Stream>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   36: <futures::future::poll_fn::PollFn<F> as futures::future::Future>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   37: <futures::future::select::Select<A,B> as futures::future::Future>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   38: futures::future::chain::Chain<A,B,C>::poll
Oct 18 16:18:39 v2513 edgeware[27903]:   39: futures::task_impl::std::set
Oct 18 16:18:39 v2513 edgeware[27903]:   40: std::panicking::try::do_call
Oct 18 16:18:39 v2513 edgeware[27903]:   41: __rust_maybe_catch_panic
Oct 18 16:18:39 v2513 edgeware[27903]:              at src/libpanic_unwind/lib.rs:80
Oct 18 16:18:39 v2513 edgeware[27903]:   42: tokio_threadpool::task::Task::run
Oct 18 16:18:39 v2513 edgeware[27903]:   43: tokio_threadpool::worker::Worker::run_task
Oct 18 16:18:39 v2513 edgeware[27903]:   44: tokio_threadpool::worker::Worker::run
Oct 18 16:18:39 v2513 edgeware[27903]:   45: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   46: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   47: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   48: tokio::runtime::threadpool::builder::Builder::build::{{closure}}
Oct 18 16:18:38 v2513 systemd[1]: edgeware.service: Main process exited, code=exited, status=1/FAILURE
Oct 18 16:18:39 v2513 edgeware[27903]:   49: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   50: std::thread::local::LocalKey<T>::with
Oct 18 16:18:39 v2513 edgeware[27903]:   51: std::sys_common::backtrace::__rust_begin_short_backtrace
Oct 18 16:18:39 v2513 edgeware[27903]:   52: std::panicking::try::do_call
Oct 18 16:18:39 v2513 edgeware[27903]:   53: __rust_maybe_catch_panic
Oct 18 16:18:39 v2513 edgeware[27903]:              at src/libpanic_unwind/lib.rs:80
Oct 18 16:18:39 v2513 edgeware[27903]:   54: core::ops::function::FnOnce::call_once{{vtable.shim}}
Oct 18 16:18:39 v2513 edgeware[27903]:   55: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once
Oct 18 16:18:39 v2513 edgeware[27903]:              at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787
Oct 18 16:18:39 v2513 edgeware[27903]:   56: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once
Oct 18 16:18:39 v2513 edgeware[27903]:              at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787
Oct 18 16:18:39 v2513 edgeware[27903]:       std::sys_common::thread::start_thread
Oct 18 16:18:39 v2513 edgeware[27903]:              at src/libstd/sys_common/thread.rs:13
Oct 18 16:18:39 v2513 edgeware[27903]:       std::sys::unix::thread::Thread::new::thread_start
Oct 18 16:18:39 v2513 edgeware[27903]:              at src/libstd/sys/unix/thread.rs:79
Oct 18 16:18:39 v2513 edgeware[27903]:   57: start_thread
Oct 18 16:18:39 v2513 edgeware[27903]:   58: clone
Oct 18 16:18:39 v2513 edgeware[27903]: Thread 'main-tokio-0' panicked at 'Externalities not allowed to fail within runtime: "Trie lookup error: Database missing expected key: 0x6a9a96dd80bf16656d47920e051ad3914694ba9b2a23e52e6cbe9dd7eddce17f"', src/libcore/result.rs:1084
Oct 18 16:18:39 v2513 edgeware[27903]: This is a bug. Please report it at:
Oct 18 16:18:39 v2513 edgeware[27903]:         https://github.com/hicommonwealth/edgeware-node/issues/new
Oct 18 16:18:38 v2513 systemd[1]: edgeware.service: Unit entered failed state.
Oct 18 16:18:38 v2513 systemd[1]: edgeware.service: Failed with result 'exit-code'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.