Biscoint / biscoint-api-node

NodeJS library for interacting with biscoint.io's API.
MIT License
15 stars 7 forks source link

feature: [tests] offering more decimal places than expected #27

Closed mejnour closed 2 years ago

mejnour commented 2 years ago

Last tests on demand. Monitoring how our API behaves when faced with more decimal places than expected.

It passes 15 decimal places on buyOffer and confirmOffer for both BTC and ETH. It should receive a 8 and 12 decimal places for both, respectivelly.

It also passes 15 decimal places on sellOffer and confirmSellOffer for both BTC and ETH. It should receive a 8 and 12 decimal places for both, respectivelly.

Tests passing ok.