Skip to content

Add ORBISTIUM current accepted-epoch index and object bindings #84

Add ORBISTIUM current accepted-epoch index and object bindings

Add ORBISTIUM current accepted-epoch index and object bindings #84

name: Determinism Check
on:
pull_request:
push:
branches: [main]
jobs:
determinism:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compute stable digest inventory
run: |
set -euo pipefail
find . -type f ! -path "./.git/*" | LC_ALL=C sort | xargs shasum -a 256 > .determinism-current.txt
- name: Verify stable ordering
run: |
set -euo pipefail
cp .determinism-current.txt .determinism-copy.txt
diff -u .determinism-current.txt .determinism-copy.txt
- name: Run current-state tests
run: |
set -euo pipefail
python3 -m unittest tests/test_current_state.py