Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3b5e426
Add package.json and script to fetch all contract events from StarkNet
bengineer42 Oct 16, 2025
9c6c9ec
refactor: streamline event fetching logic and improve variable usage
bengineer42 Oct 16, 2025
987c449
Merge branch 'main' into getting-test-data
bengineer42 Oct 16, 2025
f19f008
feat: refactor JSON file handling with dedicated read and write funct…
bengineer42 Oct 16, 2025
6ea6022
Merge branch 'json-sink' into getting-test-data
bengineer42 Oct 16, 2025
a60760c
refactor: update IntrospectDecoder to use DojoSchemaFetcher for impro…
bengineer42 Oct 16, 2025
39c82f0
refactor: enhance IntrospectDecoder to utilize DojoSchemaFetcher and …
bengineer42 Oct 16, 2025
a422752
feat: add torii-utils crate with JSON file handling and event management
bengineer42 Oct 16, 2025
52e8d96
feat: implement event reading and schema fetching for JSON tests
bengineer42 Oct 17, 2025
524ee1d
refactor: update dependencies in Cargo.lock and improve event handlin…
bengineer42 Oct 17, 2025
61d4e6e
Added test utils and cleaned up josn test
bengineer42 Oct 17, 2025
717c115
refactor: clean up dependencies in Cargo.toml for json test
bengineer42 Oct 17, 2025
727003b
feat: add SQLite test with event handling and JSON sink integration
bengineer42 Oct 17, 2025
d0a1ae7
refactor: remove PostgreSQL sink and update SQLite sink integration i…
bengineer42 Oct 17, 2025
29fea41
feat: implement batch processing for event handling in SQLite sink test
bengineer42 Oct 17, 2025
5827db3
refactor: increase event batch size and remove redundant error handli…
bengineer42 Oct 17, 2025
bca619d
feat: add pistols test data as a binary file
bengineer42 Oct 17, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
*.sqlite
node_modules/
test-data/
Loading