Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Network refactor (#1589)
* Refactor messages from PeerMessage 2 RoutedMessage * Route back some type of messages. * Remove done TODO * Nit * Merge refs/heads/staging into network-refactor * script for start staging testnet * Merge branch 'staging' into start-staging-net * Make it executable * Merge pull request #1613 from nearprotocol/start-staging-net Script for start staging testnet * Merge refs/heads/staging into network-refactor * Merge refs/heads/staging into network-refactor * Fixing account announce being filtered because of the next epoch id
- Loading branch information
Showing
with
200 additions
and 176 deletions.
- +10 −10 chain/chunks/src/lib.rs
- +34 −22 chain/client/src/client_actor.rs
- +20 −9 chain/client/src/test_utils.rs
- +10 −5 chain/client/tests/chunks_management.rs
- +55 −41 chain/network/src/peer.rs
- +31 −37 chain/network/src/peer_manager.rs
- +2 −5 chain/network/src/routing.rs
- +38 −47 chain/network/src/types.rs
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.