- Jul 19, 2018
-
-
Chevdor authored
* Add build script to generate completion scripts * Add installation doc for the shell auto-completion
-
* Explicit disconnect on timeout * Fix telemetry
-
Arkadiy Paronyan authored
-
Pierre Krieger authored
* Ping active connections * Bump rust-libp2p * Deny connection attempts if we're already connected * Properly check max_peers against custom connections * Fix set_until not immediately called * Clean up unusued connections and stop pinging them * Disconnect Kad connections after 20 seconds of inactivity
-
Maciej Hirsz authored
* Fix deadlock for too-small heap * Use SSL for submitting telemetry
-
Arkadiy Paronyan authored
* Panic hook * Abort on panic in release
-
Gav Wood authored
* Make telemetry less susceptible to flakey wifi * Update readme * Staging shouldn't autoconnect to telemetry * Don't try to output more than 1KB of hex to Display * Better logging of transactions * Grumbles * off-by-one
-
-
- Jul 18, 2018
-
-
-
asynchronous rob authored
* skeleton of collators object * awaiting and handling collations. rename `collators` to CollationPool * add some tests * add tests * implement Collators trait for ConsensusNetwork * plug collators into main polkadot-network * ignore collator role message * add a couple more tests * garbage collection for collations * extract session-key tracking from consensus * add local_collations.rs * finish polish of local_collations * integrate local_collations into network layer * introduce API for adding local collations * mostly finish collator implementation pending service fix * Specialized network() * push collations to the network * grumbles * substrate-service has custom configuration * initialize network in collator mode as necessary
-
Arkadiy Paronyan authored
* Fixed decoding from file * Increased progress frequency
-
-
Pierre Krieger authored
* Serve only non-empty Kademlia nodes * Use the number of custom protos to determine whether to open more * Add timeout when connecting * Connect to random peers from the peer store * Various adjustements * Typo * Explicitely connect to bootnodes * Fix potential overflow
-
Arkadiy Paronyan authored
* Added some traces * Gossip for all * Fixed formatting
-
Svyatoslav Nikolsky authored
-
- Jul 17, 2018
-
-
Tomasz Drwięga authored
* Extrinsic subscriptions. * Handle RPC errors better. * Add tests for extrinsics and unignored others. * Handle client errors. * Fix compilation.
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
Pierre Krieger authored
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Final tweaks for PoC-2 runtime upgrade * Address grumble * Avoid slow wasm * New poc-2-era bootnodes * Fix warning * Typo * Fix for allocation in wasm * Fix & runtimes. * PoC-1 should be default. * Name testnet Krumme Lanke, update README * YML update * Use the right port
-
Pierre Krieger authored
* Make Kademlia connection more robust * Make custom connetions more robust * Fix potential deadlock * Style and minor changes * Upgrade rust-libp2p
-
-
-
-
- Jul 16, 2018
-
-
Gav Wood authored
* heap-size is a CLI arg, make it 512 by default * Fix tests * Adaptive heap size. * Allow storage_exists
-
-
* fix light sync deadlock * some more docs
-
-
* Use substrate codec for network messages * Version bump * Removed redundant format
-
-
* Fix nodes not connecting to each other * Only report external addresses
-
- Jul 15, 2018
-
-
Gav Wood authored
* Fix warnings in libp2p * Force a reason when you use the fatalist disable_peer * Print more information * Slightly more concise ref-fu * Tracing for figuring out what's going into genesis * Merge * Fxi test
-
Arkadiy Paronyan authored
* Refactored Slicable * Docs * Wasm build * Wasm build * Renamed traits * Review nits * Renamed Slicable as well
-
* It turned out that "table" was renamed. To `__indirect_function_table`. * Rebuild binaries.
-
snd authored
* make spec.name() part of database_path preventing collisions resolves #279 * add `id` field to `ChainSpec` * add blank line for readability * dot/cli: use spec_id in db_path * dot/cli: make spec_id part of keystore_path * dot/cli: make spec_id part of network_path * add id field to poc-1.json chain spec * dot/cli: spec_id -> chain_id
-
Pierre Krieger authored
* Remove dependency on parity/network * Remove dependency on RLP as well * Fix tests * Fix tests again
-
Pierre Krieger authored
* Disable peers only for 5 minutes * Fix formatting
-
Sergey Pepyakin authored
* Remove unused build.sh * Don't use wasm-export-table anymore. * Rebuild binaries. * Fix build script.
-