Conversation
Signed-off-by: oxsteins <oxsteins@gmail.com>
feeat(3f): update default discovery to 5min
…kens-rfq # Conflicts: # README.md
feat: RFQ prevent permissioned token route aggregation
Use the configured adapters list as the exclusive source when present, otherwise discover from the factory. Bound factory enumeration at 2,000 entities and fail explicitly above the limit.
Bumps the go group with 1 update: [golang.org/x/sync](https://github.com/golang/sync). Updates `golang.org/x/sync` from 0.21.0 to 0.22.0 - [Commits](golang/sync@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
feat(3f): validate offer-signer via ERC-1271 instead of address match
…2026-07-13-01 feat(3f): discover adapters from factory
…o-ad233c189a chore(deps): bump golang.org/x/sync from 0.21.0 to 0.22.0 in the go group
Signed-off-by: oxsteins <oxsteins@gmail.com>
Signed-off-by: oxsteins <oxsteins@gmail.com>
feat: Li.Fi solver + shared liquidlane
…ker-filler fix(liquidlane): honor delegated zero market maker fillers
feat: add debug decision tracing for uniswapx solver and ll default strategy
feat(uniswapx): make gas accounting optional
Signed-off-by: oxsteins <oxsteins@gmail.com>
# Conflicts: # internal/liquidlane/snapshot/reader.go # internal/solvers/lifi/chainreader.go # internal/solvers/uniswapx/chainreader.go # internal/solvers/uniswapx/config.go
feat(solvers): read adapter getMaxAssets via FrontendLiquidityLens
Adds minAmountsIn to the rfq-filler config: per-input-token minimums in base units, keyed by token address. A request strictly below its token's minimum gets no quote (HTTP 204) via the existing (nil, nil) convention; an amount equal to the minimum still quotes. The gate sits in quoteService.quote right after the token-scope check, so it covers every strategy and costs no chain read. Config parsing rejects non-positive values and duplicate keys that differ only in checksum casing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # internal/solvers/rfq/config.go
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...371161b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…age/docker/login-action-4.5.2 chore(deps): bump docker/login-action from 4.4.0 to 4.5.2
Return capped single-route RFQ quotes
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.
Promotes stage to main.