Skip to content

Commit

Permalink
Merge branch 'main' into alpha-testnet-nft
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 21, 2024
2 parents a9f36b1 + dc313ff commit 59f645b
Show file tree
Hide file tree
Showing 73 changed files with 3,189 additions and 1,980 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/blobstorage.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/bridge-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Bridge UI CI/CD

on:
push:
branches-ignore:
- main
- release-please-*
paths:
- "packages/bridge-ui/**"
tags:
- "bridge-ui-v*"
pull_request:
paths:
- "packages/bridge-ui/**"

jobs:
build-and-test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Eventindexer
on:
push:
branches: [main]
paths:
- "packages/eventindexer/**"
pull_request:
paths:
- "packages/eventindexer/**"
- "go.mod"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/guardian-prover-health-check-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Guardians UI CI/CD

on:
push:
branches-ignore:
- release-please-*
tags:
- "bridge-ui-v*"
pull_request:
paths:
- "packages/guardian-prover-health-check-ui/**"

Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}

deploy_guardians-ui_hekla_production:
if: ${{ github.ref_name == 'main' && contains(github.ref, 'refs/tags/guardians-ui-') }}
if: ${{ startsWith(github.ref, 'refs/tags/guardians-ui-v') }}
needs: build-and-test
uses: ./.github/workflows/repo--vercel-deploy.yml
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/guardian-prover-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Guardians Health Check
on:
push:
branches: [main]
paths:
- "packages/guardian-prover-health-check/**"
pull_request:
paths:
- "packages/guardian-prover-health-check/**"
- "go.mod"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Relayer
on:
push:
branches: [main]
paths:
- "packages/relayer/**"
pull_request:
paths:
- "packages/relayer/**"
- "go.mod"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/repo--validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
deps
deps-dev
docs-site
blobstorage
branding
bridge-ui
eventindexer
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/snaefell-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Snaefell UI CI/CD

on:
push:
branches-ignore:
- release-please-*
paths:
- "packages/snaefell-ui/**"
tags:
- "snaefull-ui-v*"
pull_request:
paths:
- "packages/snaefell-ui/**"
Expand All @@ -28,7 +26,7 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}

deploy_snaefell-ui_mainnet_production:
if: ${{ github.ref_name == 'main' && contains(github.ref, 'refs/tags/snaefell-ui-') }}
if: ${{ startsWith(github.ref, 'refs/tags/snaefull-ui-v') }}
needs: build-and-test
uses: ./.github/workflows/repo--vercel-deploy.yml
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: "CI"
on:
push:
branches: [main]
paths:
- "packages/taiko-client/**"
pull_request:
paths:
- "packages/taiko-client/**"
- "go.mod"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/taikoon-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Taikoon UI CI/CD

on:
push:
branches-ignore:
- release-please-*
tags:
- "taikoon-ui-v*"
pull_request:
paths:
- "packages/taikoon-ui/**"

Expand All @@ -25,7 +26,7 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}

deploy_taikoon-ui_mainnet_production:
if: ${{ github.ref_name == 'main' && contains(github.ref, 'refs/tags/taikoon-ui-') }}
if: ${{ startsWith(github.ref, 'refs/tags/taikoon-ui-v') }}
needs: build-and-test
uses: ./.github/workflows/repo--vercel-deploy.yml
with:
Expand Down
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"packages/blobstorage": "0.2.0",
"packages/branding": "0.4.0",
"packages/bridge-ui": "2.10.1",
"packages/docs-site": "1.3.0",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ taiko-mono/
β”œβ”€β”€ <a href="./LICENSE.md">LICENSE.md</a>
β”œβ”€β”€ <a href="./README.md">README.md</a>
β”œβ”€β”€ <a href="./packages">packages</a>
β”‚ β”œβ”€β”€ <a href="./packages/blobstorage">blob-storage</a>: Blob storage service.
β”‚ β”œβ”€β”€ <a href="./packages/branding">branding</a>: Taiko branding materials.
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui">bridge-ui</a>: Bridge UI.
β”‚ β”œβ”€β”€ <a href="./packages/docs-site">docs-site</a>: End user documentation site.
Expand Down
1 change: 1 addition & 0 deletions packages/balance-monitor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monitor
17 changes: 17 additions & 0 deletions packages/balance-monitor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Balance Monitor

balance-monitor is a service that monitors Ethereum L1/L2 addresses and their token balances, and exports these metrics to Prometheus for easy monitoring and alerting.

## Features

- Fetches Ethereum balances for specified addresses on both Layer 1 (L1) and Layer 2 (L2) networks.
- Exports balance data to Prometheus for integration with your monitoring and alerting systems.
- Supports Ethereum and various ERC-20 tokens.
- Provides a simple and extensible framework for adding new metrics.

## Build the source

```sh
go build -o monitor ./cmd/
./monitor
```
Loading

0 comments on commit 59f645b

Please sign in to comment.