peatio icon indicating copy to clipboard operation
peatio copied to clipboard

Open-source crypto currency exchange software (https://openware.com)

Results 47 peatio issues
Sort by recently updated
recently updated
newest added

hi will you add quick-exchange to 2-6-stable

Hi there, we got this errors when trying to run multiple engine drivers in **upstream.rb**. It seems that the method Thread.new doesnt play nicely with **Eventmachine Symphony** which is based...

I'm getting an empty response with zero status code, can anybody help me? I'm using this API to send an order, "/market/orders".

https://github.com/openware/peatio/blob/c2668d01a889c020c7a28fb65b9b59725ad9d6be/lib/peatio/vault/totp.rb#L41 As the application prefix has been added there should be a guide to migrate vault configs from 2.5 to 2.6

Hi, I am getting this errors with `docker-compose logs -f blockchain`: blockchain_1 | {"level":"WARN","time":"2021-03-28 18:09:16","message":"Error: Requested block number is in a range that is not available yet, because the ancient...

Example: ``` GET /api/v2/peatio/batch?included=currencies,markets,accounts { currencies: [], markets: [], accounts: [], } ``` this can be used: https://github.com/c4mprod/grape-batch

The bug was found using the opendax 2-4-stable branch with eth mainnet. We've sent deposit to the User's deposit address, the amount received is 20447946344588791 Wei. According to etherscan. This...

Version: 2.4-stable **Additional Info:** No changes in deposit & withdrawal process **Steps to reproduce:** 1. send a transaction with exactly "0.055796386110991888" 2. System will show the deposit as "0.0557963861109919" 3....

If someone deposits a specific amount in USD ex. $5 or $500, In some cases the Blockchain amount will contain many decimals, ex. "0.055796386110991888". In this case the DB amount...

The `matching` queue is configured with the setting `clean_start: true`. I assume this is because when initializing `matching` we load all `wait` orders and try to match them, and we...