Merged
Conversation
* initial commit * save * save * fix: use $clearingPrice for submitBid * forge fmt * save * fix invariant * rm output.txt * chore: forge fmt * fix: add onlyActiveAuction check to forceIterateOverTicks * test: add btt for forceIterateOverTicks * test: update btt * Add dos test * test: lower fuzz runs * feat: move clearing price initialization to constructor * test: fix invariant test to roll to start block * feedback * feedback: save new clearing price on stack * gas: only update clearingPrice if changed and emit event * chore: forge fmt * chore: update interface
* feat: add blockNumberish to CCA.sol * chore: dedupe calls * add blocknumberish library * remove BlockNumberish contract from local src * remove IArbSys interface * chore: gas * fix: missing block numberish in events * chore: update gas
* initial commit of gated 1155 hooks * chore: add tests
* feat: implement ILBPInitializer interface * fix: use global clearing price in lbpInitializationParams * Fully implement ILBPInitializer interface
* N02: remove constructor blocknumberish call * N05
* chore: update readme and add docs * chore: update deployment guide * chore: update * chore: update changelog
* fix: add tests for lbpInitializationParams and fix revert reason * chore: add supportsInterface test * rm submodule
* make external call before reading from state * feat: add nonReentrant on submitBid and forceIterateOverTicks, also call internal checkpoint in submitBid * chore: add btt tests for validation hook reentrancy
* chore: forge fmt * chore: lower pr fuzz runs * chore: pre-commit
…-auction-1.1 into v1.1-staging
* chore: update deploy script for CCA factory * chore: update readme
…-auction-1.1 into v1.1-staging
dianakocsis
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audited release pulled in from fork