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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
morpho-org
/
morpho-blue
Public
Notifications
You must be signed in to change notification settings
Fork
175
Star
349
Code
Issues
0
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Fix unsound require assumptions in Liveness spec (#781)
- #784
#784
Merged
QGarchery
merged 20 commits into
main
morpho-org/morpho-blue:main
from
fix/781-liveness-assert-soundness
morpho-org/morpho-blue:fix/781-liveness-assert-soundness
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Fix unsound require assumptions in Liveness spec (#781)
#784
QGarchery
merged 20 commits into
main
morpho-org/morpho-blue:main
from
fix/781-liveness-assert-soundness
morpho-org/morpho-blue:fix/781-liveness-assert-soundness
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
Fix unsound require assumptions in Liveness spec (#781)
Show description for 2a2921a
claude
committed
2a2921a
View commit details
Copy full SHA for 2a2921a
Browse repository at this point
Add bounds to satisfy rules in Liveness spec
Show description for 1fa71de
claude
committed
1fa71de
View commit details
Copy full SHA for 1fa71de
Browse repository at this point
Assume transferred amount is uint128-bounded in transfer summary
claude
committed
fbdec3e
View commit details
Copy full SHA for fbdec3e
Browse repository at this point
Bound the balance ghost on both sides in the transfer summary
Show description for 594a374
claude
committed
594a374
View commit details
Copy full SHA for 594a374
Browse repository at this point
Assume Morpho is not the caller in remaining liveness rules
Show description for 82d864d
claude
committed
82d864d
View commit details
Copy full SHA for 82d864d
Browse repository at this point
Address review: bound balance as uint256, sound receive-side overflow require, drop redundant per-rule bounds
claude
committed
6b4653a
View commit details
Copy full SHA for 6b4653a
Browse repository at this point
Apply suggestion from @MathisGD
Show description for e46c62c
MathisGD
authored
e46c62c
View commit details
Copy full SHA for e46c62c
Browse repository at this point
Apply suggestion from @MathisGD
Show description for 222c1ae
MathisGD
authored
222c1ae
View commit details
Copy full SHA for 222c1ae
Browse repository at this point
Tighten liveness assumptions to the transferred amount (review)
Show description for 212557a
claude
committed
212557a
View commit details
Copy full SHA for 212557a
Browse repository at this point
Merge commit '3085651a79553bbabbfd8be309c262dab45b686e' into fix/781-liveness-assert-soundness
claude
committed
afca181
View commit details
Copy full SHA for afca181
Browse repository at this point
Tighten liveness assumptions via computed transfer amount (Util helpers)
Show description for 67f25d2
claude
committed
67f25d2
View commit details
Copy full SHA for 67f25d2
Browse repository at this point
Assume no interest accrual in by-shares liveness rules so the transfer-amount bound holds
Show description for 10e1279
claude
committed
10e1279
View commit details
Copy full SHA for 10e1279
Browse repository at this point
Reference the idleAmountLessThanBalance invariant on the liquidate collateral bound
claude
committed
3efd5c5
View commit details
Copy full SHA for 3efd5c5
Browse repository at this point
Commits on Jul 24, 2026
Model the balance ghost as uint256 and simplify the transfer summary (review)
Show description for bd5a64d
claude
committed
bd5a64d
View commit details
Copy full SHA for bd5a64d
Browse repository at this point
Split Liveness spec: liveness/exit rules vs safety+reachability rules (review)
Show description for aff46ee
claude
committed
aff46ee
View commit details
Copy full SHA for aff46ee
Browse repository at this point
Restore explanatory comments (repo style)
Show description for 234df86
claude
committed
234df86
View commit details
Copy full SHA for 234df86
Browse repository at this point
Commits on Jul 26, 2026
Clarify the receive-branch require comment
Show description for 837740c
claude
committed
837740c
View commit details
Copy full SHA for 837740c
Browse repository at this point
Commits on Jul 28, 2026
nitpicks
QGarchery
committed
7e758a6
View commit details
Copy full SHA for 7e758a6
Browse repository at this point
require idleAmountLessThanBalance in the right way
QGarchery
committed
afa2329
View commit details
Copy full SHA for afa2329
Browse repository at this point
Merge pull request #786 from morpho-org/review-fix-liveness
Show description for fdd6209
MathisGD
authored
fdd6209
View commit details
Copy full SHA for fdd6209
Browse repository at this point
You can’t perform that action at this time.