Skip to content

Tags: cowprotocol/services

Tags

vtest-fix-transaction-encoding-on-fusaka

Toggle vtest-fix-transaction-encoding-on-fusaka's commit message
Move tx gas limit to driver config

vtest-balances-changed

Toggle vtest-balances-changed's commit message

Verified

This tag was signed with the committer’s verified signature.
jmg-duarte José Duarte
testsssss

vtest-balances-baseline

Toggle vtest-balances-baseline's commit message

Verified

This tag was signed with the committer’s verified signature.
jmg-duarte José Duarte
baseline balances tempo

vbalances-and-buffering-improvement

Toggle vbalances-and-buffering-improvement's commit message
remove old crap again

vtest-erc1271

Toggle vtest-erc1271's commit message

Verified

This tag was signed with the committer’s verified signature.
jmg-duarte José Duarte
testing erc1271

v2.331.1

Toggle v2.331.1's commit message
Fix refunder wallet (#3779)

# Description
After the CoWSwapEthFlow SC was migrated to alloy, we've started
receiving the following errors:
```
2025-10-14T16:46:08.171Z  WARN refunder: Error while refunding ethflow orders: local usage error: Missing signing credential for 0x0214aE5fD178986fA18ff792e0b995Dc6a78cD56  
Caused by:     Missing signing credential for 0x0214aE5fD178986fA18ff792e0b995Dc6a78cD56
```
That basically means that our refunder doesn't work.

The reason for that is that the refunder's private key wasn't set
properly in the alloy provider. This PR fixes it.

## How to test
Probably not easy.

vtest-batching

Toggle vtest-batching's commit message

Verified

This tag was signed with the committer’s verified signature.
jmg-duarte José Duarte
testing no batching delay

vno-std-mutex

Toggle vno-std-mutex's commit message
fixup

vmain-work-in-worker-task

Toggle vmain-work-in-worker-task's commit message
Spawn main future in worker task

v2.331.0

Toggle v2.331.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate from `auction_participans` to `proposed_solutions` table (#3766)

# Description
The `auction_participans` table has become obsolete, since the same data
is now stored in the `proposed_solutions`. This PR migrates usage to the
latter table. The migration script will be a part of #3753, since this
is a breaking change, which requires gradual deployment to avoid panics
when running 2 auctions in parallel.