Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0b7058a
gnd(test): Migrate from monolithic test.rs to modular test/ structure
dimitrovmaksim Feb 5, 2026
da09875
gnd(test): Add remaining test module files
dimitrovmaksim Feb 5, 2026
01d1a76
gnd(test): Update module structure with new submodules
dimitrovmaksim Feb 5, 2026
e69ba88
gnd(test): Refactor runner.rs for readability - remove extracted code
dimitrovmaksim Feb 5, 2026
347bff0
gnd(test): Extract GraphQL assertion logic to dedicated module
dimitrovmaksim Feb 5, 2026
abca0c8
gnd(test): Extract noop/stub trait implementations to dedicated module
dimitrovmaksim Feb 5, 2026
f29050d
gnd(test): Add eth_call mocking and refactor test output
dimitrovmaksim Feb 11, 2026
f2f97b3
gnd(test): Add EIP-1559 base fee support and refactor block creation
dimitrovmaksim Feb 12, 2026
fa28718
gnd(test): Simplify test schema by auto-injecting block triggers
dimitrovmaksim Feb 12, 2026
cfde57e
gnd(test): Add support for manifests with startBlock > 0
dimitrovmaksim Feb 12, 2026
f841473
gnd(test): Fix issues after rebase
dimitrovmaksim Feb 12, 2026
c84b6e6
gnd(test): Fix matchstick path
dimitrovmaksim Feb 13, 2026
944f981
gnd(test): Reuse load_manifest()
dimitrovmaksim Feb 13, 2026
ca697b8
gnd(test): Add README, add important inline notes
dimitrovmaksim Feb 13, 2026
6827e5a
gnd: Fix missing fields, update readme
dimitrovmaksim Feb 13, 2026
05cce6b
gnd(test): Refactor CLI to accept test files/dirs as positional args
dimitrovmaksim Feb 13, 2026
a3333e6
gnd(test): Fix diff colors — red for expected, green for actual
dimitrovmaksim Feb 16, 2026
ca4dae8
gnd(test): Support Array, FixedArray, and Tuple in Solidity type conv…
dimitrovmaksim Feb 16, 2026
5946cc7
gnd(test): Recurse into subdirectories when discovering test files
dimitrovmaksim Feb 16, 2026
454519b
gnd(test): Validate eth_call parameter and return value counts
dimitrovmaksim Feb 16, 2026
aea3be6
gnd(test): Ensure subgraph cleanup and remove FilterStoreEventEndedDrain
dimitrovmaksim Feb 16, 2026
3909f38
gnd(test): Validate datasource name to prevent shell injection in Doc…
dimitrovmaksim Feb 16, 2026
5190bb0
gnd(test): Replace unwrap/unimplemented with proper error handling
dimitrovmaksim Feb 16, 2026
678b963
gnd(test): Fix ServerAddress initialization
dimitrovmaksim Feb 16, 2026
32f36ff
gnd(test): Add verbose logging flag and extract manifest loading
dimitrovmaksim Feb 17, 2026
8d26536
gnd(test): Add integration test harness with pgtemp fixes
dimitrovmaksim Feb 17, 2026
ee828d7
gnd(compiler): Look for asc binary in local if global does not exist.
dimitrovmaksim Feb 17, 2026
9553e77
gnd(test): Use --postgres-url for tests
dimitrovmaksim Feb 17, 2026
e64f1ba
gnd(test): Fix test cleanup for --postgres-url
dimitrovmaksim Feb 17, 2026
117e2bb
gnd(test): Replace TempPgHandle with TestDatabase enum
dimitrovmaksim Feb 17, 2026
c9aa0dc
gnd(test): Clean up persistent DB state after each test
dimitrovmaksim Feb 17, 2026
cbfbecc
gnd(test): Use Qm-prefixed SHA-1 hash as deployment hash
dimitrovmaksim Feb 17, 2026
e954993
gnd(test): Fix stale docs after pre-test cleanup removal
dimitrovmaksim Feb 17, 2026
de385dc
gnd(test): Rename and move README into docs/
dimitrovmaksim Feb 17, 2026
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
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading