Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c24977f
feat: batch address update support
sergeytimoshin Mar 17, 2025
394ff1e
feat: implement batch address tree tests
sergeytimoshin Apr 8, 2025
596514d
refactor: remove debug print statements from multiple modules
sergeytimoshin Apr 9, 2025
6e03e90
fix: update .gitignore to ignore all .env files
sergeytimoshin Apr 9, 2025
9519fce
fix: use create_dir_all for creating temp directory
sergeytimoshin Apr 9, 2025
b50a5db
feat: add legacy state and address trees to tree_info
sergeytimoshin Apr 11, 2025
c1d7fa7
feat: implement conversion from PublicTransactionEventV1 and V2 to Pu…
sergeytimoshin Apr 11, 2025
5b93a9f
refactor: remove PublicTransactionEvent enum and related conversions
sergeytimoshin Apr 12, 2025
a7f15aa
update tests data
sergeytimoshin Apr 12, 2025
e388997
update tests data
sergeytimoshin Apr 12, 2025
6b2587a
remove leftover
sergeytimoshin Apr 12, 2025
c07793c
remove leftover
sergeytimoshin Apr 12, 2025
a7127c8
remove leftover
sergeytimoshin Apr 12, 2025
9e5b9b2
update batched address tree tests
sergeytimoshin Apr 12, 2025
358ff97
batched address tree tests wip
sergeytimoshin Apr 12, 2025
1a41a6d
cleanup
sergeytimoshin Apr 12, 2025
083857a
cleanup
sergeytimoshin Apr 12, 2025
b88fc31
cleanup
sergeytimoshin Apr 12, 2025
f780aa3
cleanup
sergeytimoshin Apr 12, 2025
d94ae11
add support for custom account compression program ID
sergeytimoshin Apr 12, 2025
0341197
Merge pull request #20 from Lightprotocol/sergey/compression-program-…
sergeytimoshin Apr 15, 2025
401d7e7
* For get_multiple_new_address_proofs if request tree is V2, requeste…
sergeytimoshin Apr 29, 2025
2a0892c
Switch to `solana-pubkey` and update dependencies.
sergeytimoshin Apr 29, 2025
e7cf9ad
Switch to `solana-pubkey` and update dependencies.
sergeytimoshin Apr 30, 2025
3e1db91
Update import for Pubkey from solana_pubkey and adjust account key ma…
sergeytimoshin Apr 30, 2025
75cf9dd
update tree height handling and clean up debug prints
sergeytimoshin Apr 30, 2025
129adf1
fix test environment comment and increment state tree height for leaf…
sergeytimoshin Apr 30, 2025
9f1a7f3
test tx data
sergeytimoshin Apr 30, 2025
89c3991
test tx data
sergeytimoshin Apr 30, 2025
caeb4be
test tx data
sergeytimoshin Apr 30, 2025
f050ed2
test tx data
sergeytimoshin Apr 30, 2025
18bc057
refactor address tree handling and improve logging for batch updates
sergeytimoshin May 1, 2025
3dd48b5
refactor batched address tests
sergeytimoshin May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env*
.idea

test-ledger/
Expand Down
Loading