Release-candidate v0.55.0-rc.1#700
Merged
jansegre merged 59 commits intorelease-candidatefrom Jul 12, 2023
Merged
Conversation
…ature-service feat(feature-activation): implement feature service
refactor: migrate all type annotations to PEP 585
Release v0.54.0
- refactor: remove delayed call limit - test: wrap _send_tips and assert _send_tips_call_later len - test: verify delayed call is canceled
fix: send tips rate limit disconnect
chore: bump version to v0.55.0
fix(storage): incorrect validation store when using cache storage
…etadata refactor: use None by default for height metadata
feat(traversal): add BFS order traversal
chore: update checkpoints
* chore: deprecate set output
…w-states feat(feature-activation): new MUST_SIGNAL and LOCKED_IN states
fix: consensus-fail-id marker should not be treated as a tx-id
msbrogli
approved these changes
Jul 12, 2023
pedroferreira1
approved these changes
Jul 12, 2023
Codecov Report
@@ Coverage Diff @@
## release-candidate #700 +/- ##
=====================================================
+ Coverage 83.95% 84.13% +0.18%
=====================================================
Files 240 246 +6
Lines 20126 20450 +324
Branches 2743 2760 +17
=====================================================
+ Hits 16896 17206 +310
- Misses 2635 2672 +37
+ Partials 595 572 -23
|
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.
This is a tentative release candidate. We might create a new release candidate soon with more changes from master.
Changes
Checklist