forked from ethereum/py-evm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p2p: Misc fixes on discovery/kademlia
- Fix Node.from_uri() and host_port_pubkey_from_uri(), which broke after the last eth_utils update - Change wait_pong() so that it takes a node/token and constructs the pingid itself; that way the logged msgs can be more useful when things go wrong - Change a few method parameters annotated with AnyStr to bytes - Better debug logging - Remove some commented out code - Move bootnode URIs to constants.py
- Loading branch information
Showing
4 changed files
with
74 additions
and
83 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