diff --git a/.github/workflows/test-external.yml b/.github/workflows/test-external.yml index 5ab4c0b6..e3145803 100644 --- a/.github/workflows/test-external.yml +++ b/.github/workflows/test-external.yml @@ -29,6 +29,10 @@ jobs: dir: "farcaster-contracts" cmd: "halmos --function check" branch: "test/halmos" + - repo: "zobront/halmos-solady" + dir: "halmos-solady" + cmd: "halmos --function testCheck" + branch: "" steps: - name: Checkout diff --git a/examples/README.md b/examples/README.md index 92e884b6..d88bb3c4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,6 +11,7 @@ - [Morpho Data Structures] ([TestProveLogarithmicBuckets]): verifying Morpho's complex data structure. - [Cicada] ([LibPrimeTest], [LibUint1024Test]): verifying Cicada's big (1024-bit) number arithmetic library. - [Farcaster] ([IdRegistrySymTest], [KeyRegistrySymTest]): verifying the state machine invariants of Farcaster onchain registry contracts. +- [Solady Verification]: verifying the fixed-point math library of Solady. [Morpho Data Structures]: [TestProveLogarithmicBuckets]: @@ -23,6 +24,8 @@ [IdRegistrySymTest]: [KeyRegistrySymTest]: +[Solady Verification]: + ## Disclaimer _These smart contracts and code are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts and code. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. THE SMART CONTRACTS AND CODE CONTAINED HEREIN ARE FURNISHED AS IS, WHERE IS, WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NON-INFRINGEMENT OR FITNESS FOR ANY PARTICULAR PURPOSE. Further, use of any of these smart contracts and code may be restricted or prohibited under applicable law, including securities laws, and it is therefore strongly advised for you to contact a reputable attorney in any jurisdiction where these smart contracts and code may be accessible for any questions or concerns with respect thereto. Further, no information provided in this repo should be construed as investment advice or legal advice for any particular facts or circumstances, and is not meant to replace competent counsel. a16z is not liable for any use of the foregoing, and users should proceed with caution and use at their own risk. See a16z.com/disclosures for more info._