Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 9f5aa98

Browse files
committed
Updated LPC scheme in EVM verifier generator and recursive verifier generator #65
1 parent b203e04 commit 9f5aa98

19 files changed

+4338
-2161
lines changed

.github/workflows/pull_request.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Handle pull request event
2+
3+
on:
4+
pull_request:
5+
6+
concurrency:
7+
group: ${{
8+
( github.ref == 'refs/heads/master' && 'master' ) ||
9+
format('{0}/{1}', github.workflow, github.ref) }}
10+
cancel-in-progress: true
11+
12+
jobs:
13+
handle-syncwith:
14+
name: Call Reusable SyncWith Handler
15+
uses: NilFoundation/ci-cd/.github/workflows/[email protected]
16+
with:
17+
ci-cd-ref: 'v1.1.2'
18+
secrets: inherit

.github/workflows/run_tests.yml

-146
This file was deleted.

include/nil/blueprint/transpiler/contracts_templates.hpp

-185
This file was deleted.

0 commit comments

Comments
 (0)