From bb55758700707ba7d4bd2dd2c6f2a0c925416b8f Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 5 Aug 2025 12:03:19 -0600 Subject: [PATCH 1/2] core/v4.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.yml b/packages.yml index dcaa300..b5cb25d 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.18.0 \ No newline at end of file + revision: v4.18.1 \ No newline at end of file From 823ebd500cd8b4a47f5fa891e9b0975bdaae0c0f Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 5 Aug 2025 12:08:39 -0600 Subject: [PATCH 2/2] Add workflow updates for observability tag --- .github/workflows/dbt_test_daily.yml | 2 +- .github/workflows/dbt_test_intraday.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index b2ebefa..7989903 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -19,5 +19,5 @@ jobs: dbt run -m "fsc_evm,tag:daily_test" command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others) command_2: | - dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" livequery_models + dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "fsc_evm,tag:observability" livequery_models secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_test_intraday.yml b/.github/workflows/dbt_test_intraday.yml index 107ee97..912066f 100644 --- a/.github/workflows/dbt_test_intraday.yml +++ b/.github/workflows/dbt_test_intraday.yml @@ -17,5 +17,5 @@ jobs: command_name: Run Observability & Recent Tests command: | dbt run -m "fsc_evm,tag:observability" - dbt test -m "fsc_evm,tag:recent_test" + dbt test -m "fsc_evm,tag:recent_test" "fsc_evm,tag:observability" secrets: inherit \ No newline at end of file