-
Notifications
You must be signed in to change notification settings - Fork 180
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
with feature-flip-204
#5057
Merged
jordanschalm
merged 487 commits into
feature/flip-204-epoch-target-end-time
from
jordan/sync-feat-flip204-master
Nov 27, 2023
Merged
Sync master
with feature-flip-204
#5057
jordanschalm
merged 487 commits into
feature/flip-204-epoch-target-end-time
from
jordan/sync-feat-flip204-master
Nov 27, 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
…ry-intensive-issues-part-1
[CI][Testing] Add BuildJet CI runners for unit tests, integration tests; cache Docker images
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
Co-authored-by: Gregor G. <75445744+sideninja@users.noreply.github.com>
Update cadence to v0.42.5
…r-store [Storehouse] Storehouse in memory regsiter store
Move stale issue bot workflow to worflow dir
Update Responsible Disclosure Link
[Storehouse] Execution State - Update IsBlockExecuted
…coding [Access] Update websockets event streaming to return JSON-CDC encoded events
…nflow/flow-go into feature/flip-204-epoch-target-end-time
jordanschalm
requested review from
gomisha,
yhassanzadeh13,
ramtinms,
janezpodhostnik,
AlexHentschel,
peterargue and
durkmurder
as code owners
November 24, 2023 21:34
jordanschalm
removed request for
ramtinms,
yhassanzadeh13 and
janezpodhostnik
November 24, 2023 21:34
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/flip-204-epoch-target-end-time #5057 +/- ##
==========================================================================
- Coverage 56.05% 55.78% -0.28%
==========================================================================
Files 964 955 -9
Lines 89705 88269 -1436
==========================================================================
- Hits 50283 49237 -1046
+ Misses 35658 35295 -363
+ Partials 3764 3737 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
durkmurder
approved these changes
Nov 25, 2023
This is just to get tests to pass, all these changes will be overwritten with the update to version v0.15.0 in #5027
tarakby
approved these changes
Nov 27, 2023
jordanschalm
merged commit Nov 27, 2023
64356c8
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.
Clean merge besides
go.mod
files and state commitments. All conflicting changes will be overwritten by thecore-contracts
version bump in #5027.Changes to conflicting files are captured in 677abf8.
This is needed to synchronize
flow-go
,core-contracts
, andflow-emulator
.