Skip to content

Commit

Permalink
New release V0.9.0 (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobabot-enya-ai authored Sep 6, 2023
1 parent 36d36e6 commit 54832bc
Show file tree
Hide file tree
Showing 214 changed files with 5,500 additions and 5,203 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boba-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/boba-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
REACT_APP_GA4_MEASUREMENT_ID: ${{ env.REACT_APP_GA4_MEASUREMENT_ID }}
REACT_APP_SENTRY_DSN: ${{ env.REACT_APP_SENTRY_DSN }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup git user
run: |
git config --global user.name noreply@github.com
git config --global user.email ${{ github.actor }}@users.noreply.github.com
- name: Run
run: |
git fetch
LAST_COMMIT=$(gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/bobanetwork/boba/pulls/${{ github.event.inputs.last_release_pr }}/commits | jq '.[-1].commit.message' | grep -o -E -e "[0-9a-f]{40}")
#this might break if there's more then 400 commits in a PR
LAST_COMMIT=$(gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/bobanetwork/boba/pulls/${{ github.event.inputs.last_release_pr }}/commits?per_page=400 | jq '.[-1].commit.message' | grep -o -E -e "[0-9a-f]{40}")
echo 'LAST_COMMIT'
echo $LAST_COMMIT
TIP_OF_DEVELOP=$(gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/bobanetwork/boba/commits?per_page=1 | jq '.[-1].sha' | tr -d '"')
Expand Down
4 changes: 2 additions & 2 deletions boba_community/boba-node/docker-compose-bobaavax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "3.9"
services:
dtl:
container_name: dtl
image: bobanetwork/data-transport-layer:alt-l1-${RELEASE_VERSION}
image: bobanetwork/data-transport-layer:${RELEASE_VERSION}
env_file:
- ../../ops/envs/dtl.env
environment:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
container_name: replica
depends_on:
- dtl
image: bobanetwork/l2geth:alt-l1-${RELEASE_VERSION}
image: bobanetwork/l2geth:${RELEASE_VERSION}
deploy:
replicas: 1
entrypoint: sh ./geth.sh
Expand Down
78 changes: 0 additions & 78 deletions boba_community/boba-node/docker-compose-bobabase.yml

This file was deleted.

78 changes: 0 additions & 78 deletions boba_community/boba-node/docker-compose-bobabeam.yml

This file was deleted.

8 changes: 4 additions & 4 deletions boba_community/boba-node/docker-compose-bobabnb-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ version: "3.9"
services:
dtl:
container_name: dtl
image: bobanetwork/data-transport-layer:alt-l1-${RELEASE_VERSION}
image: bobanetwork/data-transport-layer:${RELEASE_VERSION}
env_file:
- ../../ops/envs/dtl.env
environment:
<< : *l1_rpc_dtl
DATA_TRANSPORT_LAYER__L2_RPC_ENDPOINT: 'https://replica.testnet.bnb.boba.network/'
DATA_TRANSPORT_LAYER__L2_RPC_ENDPOINT: 'https://testnet.bnb.boba.network'
DATA_TRANSPORT_LAYER__SYNC_FROM_L1: 'false'
DATA_TRANSPORT_LAYER__SYNC_FROM_L2: 'true'
DATA_TRANSPORT_LAYER__L2_CHAIN_ID: 9728
Expand All @@ -27,7 +27,7 @@ services:
DATA_TRANSPORT_LAYER__TURING_V1_HEIGHT: 0
volumes:

- ./state-dumps/bobabnb:/opt/optimism/packages/data-transport-layer/state-dumps/
- ./state-dumps/bobabnbtestnet:/opt/optimism/packages/data-transport-layer/state-dumps/
logging:
driver: "json-file"
options:
Expand All @@ -41,7 +41,7 @@ services:
container_name: replica
depends_on:
- dtl
image: bobanetwork/l2geth:alt-l1-${RELEASE_VERSION}
image: bobanetwork/l2geth:${RELEASE_VERSION}
deploy:
replicas: 1
entrypoint: sh ./geth.sh
Expand Down
4 changes: 2 additions & 2 deletions boba_community/boba-node/docker-compose-bobabnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "3.9"
services:
dtl:
container_name: dtl
image: bobanetwork/data-transport-layer:alt-l1-${RELEASE_VERSION}
image: bobanetwork/data-transport-layer:${RELEASE_VERSION}
env_file:
- ../../ops/envs/dtl.env
environment:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
container_name: replica
depends_on:
- dtl
image: bobanetwork/l2geth:alt-l1-${RELEASE_VERSION}
image: bobanetwork/l2geth:${RELEASE_VERSION}
deploy:
replicas: 1
entrypoint: sh ./geth.sh
Expand Down
4 changes: 2 additions & 2 deletions boba_community/boba-node/docker-compose-bobafuji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "3.9"
services:
dtl:
container_name: dtl
image: bobanetwork/data-transport-layer:alt-l1-${RELEASE_VERSION}
image: bobanetwork/data-transport-layer:${RELEASE_VERSION}
env_file:
- ../../ops/envs/dtl.env
environment:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
container_name: replica
depends_on:
- dtl
image: bobanetwork/l2geth:alt-l1-${RELEASE_VERSION}
image: bobanetwork/l2geth:${RELEASE_VERSION}
deploy:
replicas: 1
entrypoint: sh ./geth.sh
Expand Down
78 changes: 0 additions & 78 deletions boba_community/boba-node/docker-compose-bobaopera-testnet.yml

This file was deleted.

Loading

0 comments on commit 54832bc

Please sign in to comment.