- Jul 28, 2018
-
-
Chevdor authored
Fix #437
-
Sergey Pepyakin authored
-
Arkadiy Paronyan authored
* Exit signal gets its own trait * Typo * Removed clone bounds
-
- Jul 27, 2018
-
-
Chevdor authored
* Add Dockerfile Add documentation Ref #375 * Add PORT, VOLUME and reduce size of the docker image significantly Fix doc and reduce image size Fix #375 * Fix docker compose
-
Chevdor authored
* Reset peers.json if the content is not loadable Fix #404 * Whitespace
-
Wei Tang authored
* Limit number of incoming connections * Check Endpoint::Listener before checking num_open_connections.incoming * Maintain at least 1-1/n portion of outgoing connections * Remove use * Default incoming_peers_factor to 2 * Use max_incoming_peers and max_outgoing peers to check whether connections should be dropped * Fix expected_max_peers: reserved peers are not counted in config.max_peers * typo: fix test
-
Pierre Krieger authored
* Fix memory leaks in libp2p * Fix memory leaks in libp2p
-
Svyatoslav Nikolsky authored
* do not queue empty blocks set for import * fixed grumbles
-
* ok_or → ok_or_else * Correct the sides of the given and expected args * Indent } properly * Convert identation from tabs to spaces. * Convert identation from tabs to spaces. [2]
-
Bob Liu authored
-
Arkadiy Paronyan authored
* Commit extrinsics changes * Removed panic=abort * Commit when needed * Resotre default hook for the native call * Revert test * Proper test * Sorted errors and fixed wasm build
-
-
- Jul 26, 2018
-
-
* Fix bug and refactoring - Fix panic in some cases - Extract the generation as a reusable function - Improve scoring calculation - Add tests - Sort the results - Fix the case when called with a desired pattern either empty or of 1 char - Add a 'even more' paranoiac mode - Add benchmarks Fix #417 * Fixed compilation for nightly
-
- Jul 25, 2018
-
-
Arkadiy Paronyan authored
* Moved chain ops to substrate-service * moved RPC to susbstrate-service WIP * Moved RPC to substrate-service * Version * Removed redundadnt messages * substrate CLI * Removed obsolete files * Sorted out startup messages * Pass executable name to CLI
-
- Jul 24, 2018
-
-
Arkadiy Paronyan authored
* Revert chain command * BLOCKS -> NUM * Fixed warning
-
Pierre Krieger authored
-
Arkadiy Paronyan authored
-
Chevdor authored
* Rename readme * Add some Asciidoc demo * Remove extra lines
-
Gav Wood authored
* Create CONTRIBUTING.md * Update CONTRIBUTING.md
-
- Jul 23, 2018
-
-
Tomasz Drwięga authored
-
Gav Wood authored
* Fix p2p * Cosmetic stuff * More cosmetics * Whitespace * Whitespace * Whitespace * Renames * Most cosmetics * typo * minor rename * Remote-end disconnect message should be info! * invalid tab * Avoid ignoring sustained bad pings * Remove workarounds.
-
Pierre Krieger authored
-
Chevdor authored
* More explicit variable names * Fix export when from block is 0 Fix #402
-
- Jul 21, 2018
- Jul 19, 2018
-
-
-
Benjamin Kampmann authored
* Simplify cli parsing: remove unnecessary match for Version and help: e.exit() manages both for us already * Allow passing of IP:PORT as bootnodes, then try to discover its PEER_ID
-
Pierre Krieger authored
* Register protocols at the same time as we start * Fix tests
-
Pierre Krieger authored
* Don't connect to ourselves for Kademlia * Improve log messages * Manually drop connections * Kademlia is now 32 seconds * Fix potential panic * Fix other potential panic * No longer pass the endpoint everywhere
-
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
-