Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
contracts-1
Public
forked from
SO4-Markets/contracts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
contracts-1
libs
keys
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 27, 2026
feat(contracts): fee accrual events, keeper slashing, partial liquidation & TTL renewal
Show description for d1ad0ad
chiscookeke11
authored
d1ad0ad
View commit details
Copy full SHA for d1ad0ad
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
fix(libs/keys): encode full u32 tier in fee-tier key derivation
Show description for 4100bbd
SweetBoy-eth
committed
4100bbd
View commit details
Copy full SHA for 4100bbd
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
feat: configurable minimum deposit size to prevent dust LP positions (closes #279)
Temi-suwa18
committed
c821f35
View commit details
Copy full SHA for c821f35
View code at this point
Browse repository at this point
feat: max position size cap per trader/market/side (closes #278)
miraclesonly
committed
cb09082
View commit details
Copy full SHA for cb09082
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
security: validate minimum execution fee on order creation (issue #294)
Show description for 88f90a2
benfoster-dev
committed
88f90a2
View commit details
Copy full SHA for 88f90a2
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
feat: liquidatable positions view, unpause timelock, auto-compound fees, borrowing fee docs
Show description for dcf6064
presidojay1
committed
dcf6064
View commit details
Copy full SHA for dcf6064
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
fixed issues
emdevelopa
committed
d897e03
View commit details
Copy full SHA for d897e03
View code at this point
Browse repository at this point
merge: resolve conflicts with upstream/main, preserve issues #204-207 fixes
presidojay1
committed
7406f98
View commit details
Copy full SHA for 7406f98
View code at this point
Browse repository at this point
fix: max leverage cap, position events, funding rate view, fee tiers (#204, #205, #206, #207)
Show description for 8254cef
presidojay1
committed
8254cef
View commit details
Copy full SHA for 8254cef
View code at this point
Browse repository at this point
Merge branch 'main' into get-adl-eligible-positions-batch-view-on-reader
LawalRahman
authored
0aa32fb
View commit details
Copy full SHA for 0aa32fb
View code at this point
Browse repository at this point
feat: implement all 4 features for SO4-Markets
Show description for e271bf9
LawalRahman
committed
e271bf9
View commit details
Copy full SHA for e271bf9
View code at this point
Browse repository at this point
feat: protocol observability + keeper liveness; chore: MarketProps test ctor; risk: oracle doc
Show description for f905d6b
Akanimoh12
committed
f905d6b
View commit details
Copy full SHA for f905d6b
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Refactor imports and formatting in swap_utils and types libraries
Show description for 347a81f
IbrahimIjai
committed
347a81f
View commit details
Copy full SHA for 347a81f
View code at this point
Browse repository at this point
Commits on May 31, 2026
fix(#82,#100,#83): ADL keeper auth, UI fee factor config, collateral factor tests
Show description for 047a8ab
harystyleseze
committed
047a8ab
View commit details
Copy full SHA for 047a8ab
View code at this point
Browse repository at this point
Commits on May 30, 2026
feat: referral tier bounds tests (#118) and UI fee claiming (#114)
Show description for 921c8fe
Gbangbolaoluwagbemiga
committed
921c8fe
View commit details
Copy full SHA for 921c8fe
View code at this point
Browse repository at this point
Commits on May 29, 2026
feat: resolve drips protocol enhancements (#145, #146, #147, #148)
Show description for 45974db
emdevelopa
committed
45974db
View commit details
Copy full SHA for 45974db
View code at this point
Browse repository at this point
Commits on May 27, 2026
fix: add storage cleanup tests for issue #32
Show description for a852ab5
christianahtemitope2005
committed
a852ab5
View commit details
Copy full SHA for a852ab5
View code at this point
Browse repository at this point
Commits on May 15, 2026
feat: implement all Phase 5-8 contract bodies — trading, risk, periphery, router
Show description for e028b9f
IbrahimIjai
and
claude
committed
e028b9f
View commit details
Copy full SHA for e028b9f
View code at this point
Browse repository at this point
Commits on May 12, 2026
scaffold liquidation, ADL, fee, referral, reader, and exchange router contracts
Show description for f2fd1db
IbrahimIjai
and
claude
committed
f2fd1db
View commit details
Copy full SHA for f2fd1db
View code at this point
Browse repository at this point
Commits on May 11, 2026
feat: deposit/withdrawal handlers, vaults, LP minting, pool accounting
Show description for 39c2bf9
IbrahimIjai
and
claude
committed
39c2bf9
View commit details
Copy full SHA for 39c2bf9
View code at this point
Browse repository at this point
feat: Complete Phase 1 foundation — types, math, keys, role_store, data_store
Show description for c3d7232
IbrahimIjai
and
claude
committed
c3d7232
View commit details
Copy full SHA for c3d7232
View code at this point
Browse repository at this point
feat: Phase 1 - Foundation (types, math, keys, data_store, role_store)
Show description for b965149
IbrahimIjai
committed
b965149
View commit details
Copy full SHA for b965149
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.