Skip to content

Commit 3c38174

Browse files
authored
Merge pull request #4067 from ProvableHQ/feat/vk-migration
[Feature] Support routes for "amendment" deployments.
2 parents 541d859 + 4631cf3 commit 3c38174

File tree

23 files changed

+376
-316
lines changed

23 files changed

+376
-316
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ workflows:
788788
filters:
789789
branches:
790790
only:
791-
- ci/minority-reset-no-cache
791+
- feat/vk-migration
792792
- canary
793793
- testnet
794794
- mainnet
@@ -798,7 +798,7 @@ workflows:
798798
filters:
799799
branches:
800800
only:
801-
- ci/chaotic-tests-keep-proposal
801+
- feat/vk-migration
802802
- canary
803803
- testnet
804804
- mainnet
@@ -810,7 +810,7 @@ workflows:
810810
filters:
811811
branches:
812812
only:
813-
- ci/devnet-fixes
813+
- feat/vk-migration
814814
- canary
815815
- testnet
816816
- mainnet

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ validator-*
2626
# For release upgrde CI
2727
.ci/release-snarkos
2828
.ci/release-snarkos-src
29+
30+
.claude/
31+
**/CLAUDE.md

0 commit comments

Comments
 (0)