Skip to content

Commit

Permalink
ZkApp Command Info in block Endpoint (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Stachyra <[email protected]>
Co-authored-by: João Santos Reis <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 42481c8 commit 4582fce
Show file tree
Hide file tree
Showing 30 changed files with 2,238 additions and 676 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ MINAMESH_GENESIS_BLOCK_IDENTIFIER_HEIGHT=359605

RUST_LOG=debug,error,mina_mesh=info
RUST_ENV=production

SNAP_CHECK=1
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @harrysolovay @joaosreis @johnmarcou
* @harrysolovay @joaosreis @johnmarcou @piotr-iohk
3 changes: 1 addition & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: extractions/setup-just@v2
- uses: actions/cache@v4
with:
path: |
Expand All @@ -57,7 +56,7 @@ jobs:
- name: Test
run: |
sed "s|postgres://mina:whatever@localhost:5432/archive|$MINAMESH_ARCHIVE_DATABASE_URL_DEVNET|g" .env.example.devnet > .env
just test
cargo test
env:
MINAMESH_ARCHIVE_DATABASE_URL_DEVNET: ${{ secrets.MINAMESH_ARCHIVE_DATABASE_URL_DEVNET }}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4582fce

Please sign in to comment.