-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into main-js-tracers-enabled
- Loading branch information
Showing
1,360 changed files
with
39,989 additions
and
12,098 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 |
---|---|---|
|
@@ -37,11 +37,11 @@ jobs: | |
username: ${{ secrets.DOCKER_HUB_UID }} | ||
password: ${{ secrets.DOCKER_HUB_PAT }} | ||
|
||
- name: Build and push default image | ||
uses: docker/[email protected] | ||
with: | ||
context: . # Because GH actions are for kids and put protection on everything; https://stackoverflow.com/a/71159809/11276254 | ||
push: true | ||
tags: | | ||
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} | ||
${{ secrets.DOCKER_HUB_REPO }}:${{ env.IMAGE_TAG }} | ||
- name: Build image | ||
run: | | ||
docker buildx build \ | ||
--platform linux/amd64,linux/arm64,linux/arm/v7 \ | ||
--tag ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} \ | ||
--tag ${{ secrets.DOCKER_HUB_REPO }}:${{ env.IMAGE_TAG }} \ | ||
--file ./Dockerfile \ | ||
--output type=image,push=true . |
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,14 +1,20 @@ | ||
# go-flare | ||
|
||
go-flare is a modified version of [[email protected]](https://github.com/ava-labs/avalanchego/releases/tag/v1.7.18) + [[email protected]](https://github.com/ava-labs/coreth/releases/tag/v0.8.16) that incorporates the Flare Time Series Oracle (FTSO) and State Connector. | ||
go-flare is a modified version of [[email protected]](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0) and [[email protected]](https://github.com/ava-labs/coreth/releases/tag/v0.11.0), incorporating specific features for Flare and Songbird networks. These features include prioritized contract handling and the invocation of the daemon contract. | ||
|
||
All nodes should upgrade to the version 1.9.0 **before the following dates**: | ||
- Coston2 network: November 26, 2024 at 12:00:00 UTC | ||
- Flare network: December 17, 2024 at 12:00:00 UTC | ||
- Coston network: January 7, 2025 at 12:00:00 UTC | ||
- Songbird network: January 28, 2025 at 12:00:00 UTC | ||
|
||
## System Requirements | ||
- go version 1.18.5 | ||
- go version 1.21.8 | ||
- gcc, g++ and jq | ||
- CPU: Equivalent of 8 AWS vCPU | ||
- RAM: 16 GiB | ||
- Storage: 1TB | ||
- OS: Ubuntu 18.04/20.04 or macOS >= 10.15 (Catalina) | ||
- Storage: 1TB Flare / 3.5TB Songbird | ||
- OS: Ubuntu 20.04/22.04 | ||
|
||
## Compilation | ||
|
||
|
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,2 +1,2 @@ | ||
Copyright (C) 2019-2021, Ava Labs, Inc. All rights reserved. | ||
See the file LICENSE for licensing terms. | ||
Copyright (C) 2019-2022, Ava Labs, Inc. All rights reserved. | ||
See the file LICENSE for licensing terms. |
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
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
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.