Skip to content

Commit bfdaf9d

Browse files
feat: forester + photon: batched updates (#1599)
* feat: support batched updates * restore sdk-libs/client/test/rpc_client after rebase * getValidityProof fix * chore: clean up debug print statements and add spacing for readability * refactor: remove unnecessary variable assignments in transaction creation * format * feat: add new test case for state-photon-batched in forester-tests.yml * feat: enhance get_queue_elements to handle BatchedInput and BatchedOutput queue types * format * fix: batched state indexer test startup indexer --------- Co-authored-by: ananas-block <jorrit@lightprotocol.com>
1 parent 5f60731 commit bfdaf9d

File tree

202 files changed

+3635
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+3635
-563
lines changed

.github/workflows/forester-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
timeout: 60,
4444
needs-test-program: false,
4545
},
46+
{
47+
name: "state-photon-batched",
48+
command: "test_state_indexer_batched",
49+
timeout: 60,
50+
needs-test-program: false,
51+
},
4652
{
4753
name: "2-foresters",
4854
command: "test_epoch_monitor_with_2_foresters",

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
**/.idea
6464
**/*.iml
65+
**/.fleet
6566

6667
/**/dump.rdb
6768

@@ -80,4 +81,3 @@ program-tests/e2e-test/**/*.txt
8081
output.txt
8182
.nx/cache
8283
.nx/workspace-data
83-
output1.txt

0 commit comments

Comments
 (0)