Open
Conversation
added 12 commits
November 7, 2025 19:16
[wip]: still missing the integration with the frontend;
…the order, it's missing the price estimative from the driver;
wip: Clear the mess;
refactor: joining the poc-offline-mode/src with poc-offline-mode/contracts/src
…t to the autogenerated inside the poc-offline-mode folder;
yvesfracari
reviewed
Nov 13, 2025
...fline-mode/contracts/out-cow-protocol/AllowListStorageReader.sol/AllowListStorageReader.json
Outdated
Show resolved
Hide resolved
Comment on lines
+2
to
+10
| pragma solidity ^0.8.17; | ||
|
|
||
| IVault constant VAULT = IVault(0xBA12222222228d8Ba445958a75a0704d566BF2C8); | ||
|
|
||
| /// @title CoW protocol settlement contract interface | ||
| interface IVault { | ||
| function hasApprovedRelayer(address user, address relayer) external view returns (bool); | ||
| function getInternalBalance(address user, address[] calldata tokens) external view returns (uint256[] memory); | ||
| } |
There was a problem hiding this comment.
isn't easier to import this from a submodule?
Author
There was a problem hiding this comment.
This interface was create for the mock of the GPv2TradeSimulator, so we will not be able to import it for now, but I will fix this in the COW-566
added 6 commits
November 13, 2025 15:21
…wap-v2 build output into .gitignore;
…ing the files to configs/offline; fix: fixing the python sign_order.py script;
…, now it will keep it's size after deployment);
yvesfracari
approved these changes
Nov 25, 2025
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.
Description
Creation of the PoC for the Cowswap offline mode;
Changes
How to test
docker-compose -f docker-compose.offline.yml up -d-->