-
# Lines of code
https://github.com/code-423n4/2022-05-rubicon/blob/8c312a63a91193c6a192a9aab44ff980fbfd7741/contracts/RubiconMarket.sol#L598
https://github.com/code-423n4/2022-05-rubicon/blob/8c312a6…
-
## Background
I am using poolmanager's `MsgSwapExactAmountIn` against an orderbook to swap tokens (against orders created by myself, for testing purposes). After I do that and I query the initi…
pysel updated
2 weeks ago
-
# Lines of code
https://github.com/code-423n4/2022-06-infinity/blob/765376fa238bbccd8b1e2e12897c91098c7e5ac6/contracts/core/InfinityExchange.sol#L300-L328
# Vulnerability details
An order's type a…
-
In running tumbler tests on the new versions of the yield generator (-mixdepth, -deluxe), I am getting "not enough liquidity" errors, where there is actually sufficient liquidity in the orderbook.
At…
-
**TODO:**
- Look into potential third party and hummingbot integrations.
We don't necessary need to use Hummingbot, but we should have a look what tools might be available and which ones are easy to …
-
Лично мне было бы полезно если бы [тут](https://tinkoffcreditsystems.github.io/invest-openapi/swagger-ui/#/market/get_market_stocks) были еще такие поля:
1. `sector`
1. `industry`
1. `exchange` -…
-
While cctx wiki says `In real-time mode CCXT Pro will return the result as soon as each new delta arrives from the exchange.`, I've monitored that for CoinbasePro(not sure if other exchange having thi…
-
Currently we interpret the message
`[2,0,"admin_create_order",["e348f796-d359-11eb-8866-0242ac120004"]]`
as a success. But it is not, it's used as acknowledge receipt (the orderUUID should be corr…
-
Hi!
Without authentication, I can subscribe to GDAX Websocket feed (any channel combination).
Instead, if I set my key, passphrase and secret code, then I get the answer:
`{"type":"error","mess…
-
```
import asyncio
from binance import AsyncClient, BinanceSocketManager
async def trade_handler(res):
print(f'Do something with trade socket: {res}')
async def trade_listener(bsm):…