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
e44be56
chore: upgrade to Solidity 0.8.30
mfw78 Feb 6, 2026
7e16375
feat!: redesign IConditionalOrder interface with dual-path support
mfw78 Feb 6, 2026
eb764b1
feat: implement BaseConditionalOrder with dual-path support
mfw78 Feb 6, 2026
2fdefe4
feat: extend CoWSettlement interface with filledAmount
mfw78 Feb 6, 2026
bef906b
refactor: update TWAP order type to new architecture
mfw78 Feb 6, 2026
b331169
refactor: update StopLoss order type to new architecture
mfw78 Feb 6, 2026
6dcfe83
refactor: update GoodAfterTime order type to new architecture
mfw78 Feb 6, 2026
92d0089
refactor: update TradeAboveThreshold order type to new architecture
mfw78 Feb 6, 2026
36c53a2
refactor: update PerpetualStableSwap order type to new architecture
mfw78 Feb 6, 2026
23d44a7
feat: update ComposableCoW for dual-path support with fill detection
mfw78 Feb 6, 2026
3b79e1b
chore: clean up deploy script
mfw78 Feb 6, 2026
e771541
test: update test base infrastructure
mfw78 Feb 6, 2026
2605610
test: update mock contracts for new architecture
mfw78 Feb 6, 2026
c513f18
test: add comprehensive poll() test coverage
mfw78 Feb 6, 2026
df85327
test: update all order type tests for new architecture
mfw78 Feb 6, 2026
838e0c6
docs: update architecture documentation for dual-path design
mfw78 Feb 6, 2026
5ecf8c4
fix: resolve divide-before-multiply lint warning
mfw78 Feb 6, 2026
eaeb082
chore: ignore build output directory
mfw78 Feb 13, 2026
70c8a6f
feat: add IOrderManifest interface for order enumeration
mfw78 Feb 13, 2026
08a1744
feat: add default IOrderManifest implementation to BaseConditionalOrder
mfw78 Feb 13, 2026
b25f861
feat: implement IOrderManifest for all order types
mfw78 Feb 13, 2026
05dbfde
feat: add ConditionalOrderRemoved event and update natspec
mfw78 Feb 13, 2026
a589234
test: add comprehensive manifest interface tests
mfw78 Feb 13, 2026
97c0a5e
docs: update architecture for ERC-1271 support and add breaking changes
mfw78 Feb 13, 2026
c4ea3cc
chore: add foundry.lock for reproducible builds
mfw78 Feb 13, 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 .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
Expand Down
Loading