Closed
Conversation
* networkDB: track "approximate size" * networkDB: update approximate size on put/del * networkDB: update approximate size during size method * fix typo * network: add lock to prune * network: prune based on approximate size * history: add missing ContentAdded events * state: add missing ContentAdded events * compare against MEGABYTE value * network: add debug logging to prune * networkDB: dont prune non-hex keys * networkDB: prune blockheader when byNumber not found * test pruning
* uTP: roll back blacklisting * log uTP error
* remove node-gyp * update ethjs deps * migrate portalnetwork to ethjs breaking release * fix integration tests * migrate cli to use breaking releases * update package lock * add typescript back to portalnetwork deps * package-lock
…ightProvider (ethereumjs#757) * Remove static function in Portalnetwork and create new constructor file * Remove instances of the static method in test files * Migrate to ethjs release candidates (ethereumjs#754) * remove node-gyp * update ethjs deps * migrate portalnetwork to ethjs breaking release * fix integration tests * migrate cli to use breaking releases * update package lock * add typescript back to portalnetwork deps * package-lock * Remove static constructor from test files * Remove more static constructor instances * fix imports and revert test change --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
* client: define protocol version ssz types * client: add supportedVersions to client ops * client: set supported versions in ENR during constructor * CLI: add supportedVersions to cli options * network: add highestSupportedVersion method * move method to client * client: ban ENR's if no common versions * client: blacklist during version compare method * test blacklisting for version conflict * client: test pv setup * test highestCommonVersion of 0 * improve version test * test highestCommonVersion with no common * merge update * Fix unrelated test --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
* Run typescript code directly when running locally * fix import * fix export map order
* network: add lock to bucketRefresh * network: skip livenessCheck if 0 peers * network: limit refresh to 3 concurrent buckets * nodeLookup: evict node for no NODES response * nodeLookup: only add new nodes to foundNodes * nodeLookup: only PING at end of lookup * network: dont ping during FINDNODES * delete duplicate * nodeLookup: use strings for ENR heap to avoid duplication * nodeLookup: add log * lint
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.