-
Hi everyone,
I am opening this issue to collect comments - if any - about ZSA Swaps in order to advance the discussion on the topic and gather feedback from the community on the work done.
As yo…
-
# Lines of code
https://github.com/code-423n4/2023-07-basin/blob/c1b72d4e372a6246e0efbd57b47fb4cbb5d77062/src/Well.sol#L190
# Vulnerability details
## Description
The Well allows users to permiss…
-
I'm receiving this error when trying to execute swap through Serum.
It works for other AMMs, problem only with Serum.
```
core.esm.js?ad3d:1366 Uncaught (in promise) TypeError: Cannot read proper…
-
### Background
From https://github.com/cowprotocol/services/issues/3027:
> Currently CoW Protocol is in an awkward spot because it can not be the only source of liquidity yet. If all liquidity for a…
-
As Trisha Trader, I would like my stablecoin swaps on Honeyswap to route through the most cost effective swapping pairs, so that I can get the best value for my trade.
GIVEN I am on Honeyswap xDai
W…
-
We want to add a "batch view".
- Tokens traded
- Volumes
- Graph linking the tokens
- CoWs between orders
- AMMs used
- Gas cost
Example of a batch with several traders https://etherscan.io/t…
-
### Describe the bug
I just added my amms-rs to my own cargo.toml, here the my Cargo.toml:
```
[dependencies]
amms = "0.6.3"
alloy = {version= "0.4", features = ["full"]} # here i can replace w…
-
# Vulnerability details
This is FYI, not a real issue as you have expressed your interest in minor improvement suggestions (not security or gas related):
/// 3) Liquidators may not call from a contr…
-
# Handle
ye0lde
# Vulnerability details
## Impact
Given the risks to AMMs in general my suggestion is that you should consider making the Exchange contract(s) pausable. That way in case of an unex…
-
It's not clear how to use the Market makers we have designed for CT Framework. We have a great introduction to AMM with some good theoretical examples, but it's lacking code examples. The code example…