-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jord/sync-master-efm-jan14
Outstanding conflicts: - consensus/hotstuff/votecollector/combined_vote_processor_v2_test.go
- Loading branch information
Showing
805 changed files
with
40,998 additions
and
21,115 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
name: CD | ||
|
||
on: | ||
push: | ||
tags: | ||
- '*' | ||
- "!daily-*" | ||
# Workflow dispatch for now, while we're testing environments | ||
# push: | ||
# tags: | ||
# - '*' | ||
# - "!daily-*" | ||
workflow_dispatch: | ||
inputs: | ||
tag: | ||
description: 'Tag/commit' | ||
required: true | ||
type: string | ||
|
||
|
||
env: | ||
GO_VERSION: "1.22" | ||
|
@@ -13,6 +21,7 @@ jobs: | |
docker-push: | ||
name: Push to container registry | ||
runs-on: ubuntu-latest | ||
environment: Production Docker Registry | ||
steps: | ||
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
|
@@ -21,6 +30,8 @@ jobs: | |
go-version: ${{ env.GO_VERSION }} | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ inputs.tag }} | ||
# Provide Google Service Account credentials to Github Action, allowing interaction with the Google Container Registry | ||
# Logging in as [email protected] | ||
- id: auth | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,5 @@ | ||
# Collection Stream | ||
/cmd/collection/** @jordanschalm | ||
/engine/collection/** @jordanschalm | ||
/protobuf/services/collection/** @jordanschalm | ||
# Protocol owners are not generally differentiated by sub-area for simplicity | ||
/** @onflow/flow-core-protocol | ||
|
||
# Consensus Stream | ||
/cmd/consensus/** @AlexHentschel @durkmurder @jordanschalm | ||
/engine/consensus/** @AlexHentschel @durkmurder @jordanschalm | ||
|
||
# Execution Stream | ||
/cmd/execution/** @ramtinms | ||
/engine/execution/** @ramtinms | ||
|
||
# Access Stream | ||
/access/** @peterargue | ||
/cmd/access/** @peterargue | ||
/cmd/observer/** @peterargue | ||
/engine/access/** @peterargue | ||
|
||
# Verification Stream | ||
/cmd/verification/** @ramtinms @yhassanzadeh13 | ||
/engine/verification/** @ramtinms @yhassanzadeh13 | ||
/module/chunking/** @ramtinms | ||
/integration/tests/verification @ramtinms @yhassanzadeh13 | ||
|
||
# Ledger Stream | ||
/ledger/** @ramtinms @AlexHentschel | ||
|
||
# FVM Stream | ||
/fvm/** @ramtinms @janezpodhostnik | ||
|
||
# Networking Stream | ||
/network/** @yhassanzadeh13 | ||
|
||
# Cryptography Stream | ||
/crypto/** @tarakby | ||
|
||
# Bootstrap and transit scripts | ||
/cmd/bootstrap/** @zhangchiqing | ||
|
||
# Dev Tools Stream | ||
.github/workflows/** @gomisha | ||
/insecure/** @gomisha @yhassanzadeh13 | ||
/integration/benchnet2/** @gomisha | ||
/tools/test_monitor/** @gomisha | ||
|
||
# Performance Stream | ||
/integration/benchmark/** @gomisha | ||
|
||
# Execution Sync | ||
/module/executiondatasync/** @peterargue | ||
/module/state_synchronization/** @peterargue | ||
# FVM specific | ||
/fvm/** @janezpodhostnik @zhangchiqing |
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
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
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
Oops, something went wrong.