-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release-candidate v0.55.0-rc.2 #723
Merged
Merged
Conversation
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
refactor: do not use built-in random and add proper linter check
refactor: remove deprecated typing uses and add custom linter script
chore(extras): script to generate list of PRs that master is ahead of rc
And necessary tweaks to get it working with PyPy.
chore: update default Python version to 3.10
Codecov Report
@@ Coverage Diff @@
## release-candidate #723 +/- ##
=====================================================
+ Coverage 84.13% 84.55% +0.41%
=====================================================
Files 246 252 +6
Lines 20450 21686 +1236
Branches 2760 2936 +176
=====================================================
+ Hits 17206 18337 +1131
- Misses 2672 2712 +40
- Partials 572 637 +65
|
chore: update autobahn package
Co-authored-by: Marcelo Salhab Brogliato <msbrogli@gmail.com> Co-authored-by: Pedro Ferreira <phsf.pedro@gmail.com>
feat(sync-v2): sync-v2 implemented, sync-v1 still default
fix(test): regression after sync-v2 command was removed
refactor(p2p): rename sync *manager* to sync *agent*
msbrogli
previously approved these changes
Jul 27, 2023
jansegre
requested review from
luislhl and
glevco
and removed request for
luislhl
July 27, 2023 16:42
glevco
previously approved these changes
Jul 27, 2023
feat(indexes): add get_n_height_tips method to height index
feat(p2p): add setting to enable/disable peer whitelist for sync-v2
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.
Changes
Checklist