Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
684ba07
feat(the-compact-sdk): add complex nested mandate type support
ccashwell Nov 14, 2025
a96ff9d
chore: add coverage config, more tests and TSDoc
ccashwell Nov 17, 2025
ac8439a
feat(client): complete ArbiterClient with multichain support and TSDoc
ccashwell Nov 17, 2025
d09d24c
test(client): add comprehensive unit tests
ccashwell Nov 17, 2025
b8562e2
chore(test, doc): update to jest 29.x, add comprehensive TSDoc to bui…
ccashwell Nov 17, 2025
261d1f5
docs: create comprehensive README with detailed SDK usage guide
ccashwell Nov 17, 2025
5415672
feat(e2e): add comprehensive end-to-end integration test suite
ccashwell Nov 17, 2025
e91ebea
test(e2e): add comprehensive batch compact test with multiple reset p…
ccashwell Nov 18, 2025
0dfc2c1
feat(builders): add fromCompact() method to batch claim builders
ccashwell Nov 18, 2025
b2577f8
chore(docs): update E2E_TESTING.md
ccashwell Nov 19, 2025
c8b42fb
Update README.md
ccashwell Nov 19, 2025
4d02937
Update README.md
ccashwell Nov 19, 2025
2b9cdd9
chore(eslint): resolve eslint warnings
ccashwell Nov 19, 2025
6786c5f
chore(monorepo): update yarn.lock
ccashwell Nov 19, 2025
2cb0119
chore(eslint): resolve remaining code style warnings
ccashwell Nov 19, 2025
8be5ee6
chore(monorepo): modify deps to more closely match monorepo
ccashwell Nov 19, 2025
3ce7a77
chore(ci): resolve monorepo dep mismatch
ccashwell Nov 19, 2025
9bbadcd
feat(price-curves): add various price curve calculators and utilities
ccashwell Nov 19, 2025
c373b3e
feat(mandate): add official TribunalMandate type and update README
ccashwell Nov 19, 2025
522042f
docs(readme): demonstrate TribunalBuilder fluent API
ccashwell Nov 19, 2025
363128d
chore: rm dist and add to gitignore
ccashwell Nov 20, 2025
acd7197
refactor(builders): eliminate duplication in claim builders
ccashwell Nov 20, 2025
195dcb3
feat(encoding): add allocatorToAllocatorId conversion function
ccashwell Nov 20, 2025
789b96e
feat(tribunal): add random default salt, update types
ccashwell Dec 15, 2025
88ee870
wip(exarch/tribunal): add exarch support, refactor and improve tribun…
ccashwell Jan 8, 2026
1a835ca
wip(indexing): add tribunal indexer client
ccashwell Jan 8, 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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ node_modules
# spec workflow mcp from Uniswap
.spec-workflow/
.claude/

# OS files
.DS_Store

# Build and test artifacts
build/
coverage/
Loading
Loading