-
**Bug Description**
Trying again to get the self hosted version of this app working. Starting with a fresh Postgres DB and upon booting up the live Demo shows 0 for vales on most screens and the po…
-
In my open api v3 definition im trying to use the anyOf/oneOf as a return possible return type of an exception.
The definition:
```
"ErrorMessage": {
"anyOf": [
{
…
-
Thanks for the great project. I have some old data (price open, close, high, low and volume) that I would like to import to the system. My aim is to let "market.kline" api output the old data together…
-
rvierdiiev
medium
# In case if trading fee will be changed then refund will be done with wrong amount
## Summary
In case if trading fee will be changed then refund will be done with wrong amount
#…
-
i have two issues here, same happened to bitget and mexc:
first, i am using version 2.1.63 and i tried to fetch swap position but it returns empty list []
here are my code
```python
exchange_l…
-
Could someone so kindly help me resolve, please?
When I am compiling I have these errors:
folder ./matchengine
```
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/librdkafka.a(rdkafk…
-
Hello folks!!
This looks like an awesome idea! Just wondering, did you manage to get this working on Lilypad Aurora?
-
# Handle
gpersoon
# Vulnerability details
## Impact
Suppose a Crowdsale is successful and enough commitments are made before the marketInfo.endTime.
Suppose marketStatus.commitmentsTotal == marke…
-
**Describe the bug**
The dePin I built is working on ethereum but fails to work e2e on skale. After debugging around for 11 hours, I discovered that all evm operations are successfully. Deals are …
-
De marktprijs heeft in de data 3 decimalen maar de 21% btw prijs heeft 7 decimalen
Je kunt dus de marktprijs preciezer krijgen met de volgende code
self.marketPrice = data['marketPriceTax'] / 0.21…