Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6e7049b
feat(kit/core/supervisor/addons): revamp logging infrastructure (#321)
MicaiahReid Aug 28, 2025
a5630aa
feat(evm): migrate to error-stack for context aware error handling
cds-amal Aug 31, 2025
6d38ed4
chore: add .gitattributes for .tx file syntax highlighting
cds-amal Aug 31, 2025
59bbdb5
Update Plan index with status
cds-amal Aug 31, 2025
2b3615c
feat(evm): Implement error-stack and new test infrastructure
cds-amal Aug 31, 2025
d254338
chore: remove oz from contracts
cds-amal Sep 1, 2025
97fc9c0
chore: apply cargo fixes
cds-amal Sep 1, 2025
982606d
refactor(evm): Remove ProjectTestHarness and previous experimental te…
cds-amal Sep 1, 2025
7864dfc
test(evm): migrate integration tests from MigrationHelper to FixtureB…
cds-amal Sep 1, 2025
9b6dd88
docs(evm): reorganize and consolidate documentation structure
cds-amal Sep 1, 2025
17105dd
fix(evm): migrate tests from MigrationHelper to FixtureBuilder and ad…
cds-amal Sep 2, 2025
dda65f2
feat(evm): create simplified fixtures for comprehensive_error_tests
cds-amal Sep 2, 2025
e9a459b
feat(evm): enforce sequential test execution for Anvil tests
cds-amal Sep 2, 2025
8acccc0
fix(evm): correct action name in validation_errors fixture
cds-amal Sep 2, 2025
678f388
fix(evm): use correct EVM addon actions in fixtures
cds-amal Sep 2, 2025
a2e1020
feat(evm): improve test directory preservation for debugging
cds-amal Sep 2, 2025
2a4725b
fix(evm): correct output field name in nonce_errors fixture
cds-amal Sep 2, 2025
e7efc29
fix(evm): properly preserve test directories for debugging
cds-amal Sep 2, 2025
3190a07
feat(evm): add panic-aware test infrastructure with directory preserv…
cds-amal Sep 2, 2025
cb969a4
docs(evm): add documentation for integer vs string type issue
cds-amal Sep 2, 2025
52b111c
fix(evm): correct field names and integer types in test fixtures
cds-amal Sep 2, 2025
6a46e0f
refactor(evm): improve fixture builder with panic handling
cds-amal Sep 2, 2025
8d79ffa
test(evm): add additional validation and panic-aware test variants
cds-amal Sep 2, 2025
0986563
fix(evm): automatically fix all runbook field names and types
cds-amal Sep 2, 2025
05ccfe3
fix(evm): add missing contract_abi fields and fix validation errors f…
cds-amal Sep 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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Syntax highlighting for txtx runbook files
*.tx linguist-language=HCL
Loading