-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Writing new network service * Start updating light-base/network_service * Remove Kademlia from the service * Don't merge this PR before fixing block requests * Mostly update network_service w.r.t peer slots change * Move code to use `ChainId` instead of `usize` * Update `StartBlocksRequest` * More updating * More updating light-base/network_service * Remove some useless stuff * More updating * More updating light-base/network_service * Wasm node compiles again * More work * Doesn't panic anymore * Update connected_unopened_gossip_desired * Bugfix * Misc work * More WIP * Rename `AddressBook` to `BasicPeeringStrategy` * Work * Small work * Remove using `peers` module * Remove old `service.rs` and `peers.rs` * Rename `service2` to `service` * More work * More work * Work * Bugfix * More work * Work * Bugfix * Warp syncing works * Properly gossip grandpa state * Warnings fixes * Fix WebRTC connections through a hack * Change BTreeSet fields order * Fix compilation * State mismatch fix * Misc work * Misc work * Fix compilation * Work * Work * Work * Add some basic explanations for `ChainNetwork` * Remove now obsolete TODO * Indicate the existing chain in case of duplicate * Work * Work * Work * Work * Work on API * Some docs * Remove `now` from `Discover` message * Fix all warnings in network_service.rs * Work on `BasicPeeringStrategy` * Fix warning in lib.rs * Update full node for changes * Update libp2p.rs documentation * Implement rejecting in gossip requests * Rustfmt * Docfix * Docfix * Docfix again * Tweaks * Actually close substreams when necessary * Rename remove_chain_peer to unassign_slot_and_remove_chain_peer * Add ChainNetwork::opened_gossip_undesired * Add ChainNetwork::opened_gossip_undesired_by_chain * Use the new function instead of in slots * Remove concept of "in slot" from basic_peering_strategy * Log things in full node * Fix number of in and out slots in full node
- Loading branch information
Showing
29 changed files
with
5,790 additions
and
7,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.