Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
14818f4
fix: compare mirror in-sync gate at whole-second resolution
TheLastCicada Jul 6, 2026
5270cb5
chore: hardcode org purge batch size and grace cycle constants
TheLastCicada Jul 8, 2026
da22885
Merge pull request #1698 from Chia-Network/chore/hardcode-purge-const…
TheLastCicada Jul 8, 2026
ab37212
docs: refresh README installation guidance
TheLastCicada Jul 9, 2026
0ee7584
Merge pull request #1694 from Chia-Network/fix/mirror-gate-second-pre…
TheLastCicada Jul 9, 2026
1fddd08
docs: fix CADT config path in quickstart
TheLastCicada Jul 9, 2026
b67b59c
docs: harden public IP quickstart command
TheLastCicada Jul 9, 2026
66cb903
Enhance README with testnet usage and config details
TheLastCicada Jul 9, 2026
fd3af0e
chore(deps): bump joi from 17.13.3 to 17.13.4 (#1655)
dependabot[bot] Jul 13, 2026
8bf9165
chore: bump remaining easy npm deps and checkout@v7
TheLastCicada Jul 13, 2026
7b657d6
chore: upgrade js-yaml to 5.2.1
TheLastCicada Jul 13, 2026
386e609
chore: align @commitlint/cli with config-conventional 21.x
TheLastCicada Jul 14, 2026
7c02d21
chore: bump @commitlint/cli to 21.2.1 (#1701)
TheLastCicada Jul 14, 2026
538f7d4
docs: refresh README installation guidance (#1699)
TheLastCicada Jul 14, 2026
0908545
chore: merge v2-rc2 into deps security bump
TheLastCicada Jul 14, 2026
ee89401
fix: use namespace import for js-yaml in docker entrypoint
TheLastCicada Jul 15, 2026
01f4059
Merge pull request #1702 from Chia-Network/chore/js-yaml-5
TheLastCicada Jul 16, 2026
de373d6
Merge pull request #1700 from Chia-Network/chore/deps-security-v2-rc2
TheLastCicada Jul 16, 2026
161f6ab
Merge branch 'develop' into v2-rc2
TheLastCicada Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Need REPO_COMMIT token so when the tag is created, the tag automation runs
token: ${{ secrets.REPO_COMMIT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout current branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Need PACKAGE_ADMIN_PAT token so when the tag is created, the tag automation runs
token: ${{ secrets.PACKAGE_ADMIN_PAT }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fi

- name: Checkout develop branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Need PACKAGE_ADMIN_PAT token so when the tag is created, the tag automation runs
token: ${{ secrets.PACKAGE_ADMIN_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node 24.x
uses: actions/setup-node@v6
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
platform: arm64
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download Linux artifacts
uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Docker smoke test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Build Docker image
run: docker build -t cadt-smoke-test .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ensure-version-increment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout current branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: branch-repo

- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: main
path: main-repo
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -1174,7 +1174,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -1635,7 +1635,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -2172,7 +2172,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -2663,7 +2663,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -2923,7 +2923,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -3287,7 +3287,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -4499,7 +4499,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -5383,7 +5383,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -5706,7 +5706,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down Expand Up @@ -6029,7 +6029,7 @@ jobs:
- uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Ignore Husky
run: npm pkg delete scripts.prepare
Expand Down
Loading
Loading