Skip to content

Commit 0670aa3

Browse files
avalonchemophr
andauthored
Flashtestions (#137)
* wip flashtestations * add builder tx interface * add bootstrap on launch * transaction management * working bootstrap * fix github action * address comments * fix cli flags * make flashtestations service non-blocking --------- Co-authored-by: mophr <[email protected]>
1 parent 9ceeb68 commit 0670aa3

File tree

22 files changed

+1844
-235
lines changed

22 files changed

+1844
-235
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
version: nightly
6060

6161
- name: Install native dependencies
62-
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev clang libclang-dev llvm build-essential pkg-config
62+
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev clang libclang-dev llvm build-essential pkg-config libtss2-dev
6363

6464
- name: Compile tester
6565
run: make tester

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/integration_logs
99
genesis.json
1010
/op-reth
11+
.env
1112

1213
# editors
1314
.code

0 commit comments

Comments
 (0)