-
Notifications
You must be signed in to change notification settings - Fork 179
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
Sync master / FLIP 204 #5065
Merged
jordanschalm
merged 585 commits into
feature/flip-204-epoch-target-end-time
from
jordan/sync-flip204-master-3
Nov 28, 2023
Merged
Sync master / FLIP 204 #5065
jordanschalm
merged 585 commits into
feature/flip-204-epoch-target-end-time
from
jordan/sync-flip204-master-3
Nov 28, 2023
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
[FVM] beyond EVM part 6.2 - Implement EVM.BridgedAccount.withdraw
…ow/flow-go into ramtin/evm-add-dummy-kitty-contract
[FVM] beyond EVM part 6.3 - Implement EVM.BridgedAccount.deploy
[FVM] beyond EVM part 6.4 - Fix EVM contract tests
[FVM] beyond EVM part 6.5: Improve and test deposit and withdrawal
…all happy-path interfaces are implemented • extended subscriptions of telemetry consumer to receive missing events
…ts events from `hotstuff.ParticipantConsumer`
…prove-upstream-grpc-failovers [Observer] Improve upstream gRPC failovers with AN connection pooling
…nflow/flow-go into feature/flip-204-epoch-target-end-time
zhangchiqing
approved these changes
Nov 27, 2023
…issing-system-collection
…issues-part-2 [Networking] Adds Test To Verify Independent RPC ID Computation Method
…o AndriiDiachuk/4584-get-block-endpoint-is-missing-system-collection
…-collection' of https://github.com/AndriiDiachuk/flow-go into AndriiDiachuk/4584-get-block-endpoint-is-missing-system-collection
jordanschalm
requested review from
gomisha and
yhassanzadeh13
as code owners
November 28, 2023 14:27
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/flip-204-epoch-target-end-time #5065 +/- ##
==========================================================================
- Coverage 56.32% 56.23% -0.09%
==========================================================================
Files 974 976 +2
Lines 90957 91261 +304
==========================================================================
+ Hits 51229 51319 +90
- Misses 35885 36096 +211
- Partials 3843 3846 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ock-endpoint-is-missing-system-collection [Access] Get Block endpoint is missing the system collection
durkmurder
approved these changes
Nov 28, 2023
jordanschalm
merged commit Nov 28, 2023
0b64668
into
feature/flip-204-epoch-target-end-time
54 checks passed
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.
Merging #5063 did not address the conflicts in the
feature -> master
PR . Trying again after re-updating both feature and master branches.