Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
979b3c1
Remove covenant struct desugaring and unify on lowered ABI contract
someone235 Mar 10, 2026
4b21d6b
Remove obsolete SDK
someone235 Mar 10, 2026
bfc4315
ignore .vscode
michaelsutton Mar 10, 2026
a751cdf
add debug info struct array failing test
michaelsutton Mar 10, 2026
af97fc5
Fix debug-info CyclicIdentifier on inline struct-array params
michaelsutton Mar 10, 2026
d6bfcd8
Add regression tests for selector validateOutputState failures
michaelsutton Mar 10, 2026
7d6d346
Fix validateOutputState for selector-dispatched contracts
michaelsutton Mar 10, 2026
1e2f424
Fix many_to_many_leader_rejects_cov_output_with_different_script to a…
michaelsutton Mar 10, 2026
b53e63a
Add regression test for spoofed covenant transition inputs
michaelsutton Mar 10, 2026
d1d4af5
Fix cov-transition leader prev_states sourcing
michaelsutton Mar 10, 2026
0b90557
Add selector-mode regression for readInputState
michaelsutton Mar 10, 2026
7c000dd
Fix selector-mode readInputState for State lowering
michaelsutton Mar 10, 2026
e1bcbe7
Add mixed-width selector state regressions (passing)
michaelsutton Mar 10, 2026
f14f25a
edit DECL.md from proposal tone to spec and fix links
michaelsutton Mar 9, 2026
6eff34f
remove wrong kaspa branch name from readme
michaelsutton Mar 9, 2026
98339fa
Enforce exact new_states cardinality in verification mode
michaelsutton Mar 10, 2026
adf27f5
Move covenant AST expectations into .sil fixtures
michaelsutton Mar 10, 2026
f82b7e5
Map .sil files to JavaScript in GitHub Linguist
michaelsutton Mar 10, 2026
a542cb5
Use pay_to_script_hash_signature_script
someone235 Mar 10, 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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sil linguist-language=JavaScript
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
.cargo
.cargo
.vscode/*
Loading