aluna-crypto / alunajs

Standardizing Crypto Trading APIs across multiple exchanges.
MIT License
0 stars 0 forks source link

Feature / Exchanges - handle exchanges common errors #57

Closed Torres-ssf closed 2 years ago

Torres-ssf commented 2 years ago

Summary

arboleya commented 2 years ago

@Torres-ssf It looks like you based this branch on the wrong branch:

Although I've already merged that to master, some dirty commits are still showing up here.

Not sure what is going on, but it needs a review.

Torres-ssf commented 2 years ago

@Torres-ssf It looks like you based this branch on the wrong branch:

Although I've already merged that to master, some dirty commits are still showing up here.

Not sure what is going on, but it needs a review.

@arboleya I started from the branch feature/request-counter to avoid any possible conflict later when the branch would have merged to master. In this current branch, I need to refact all exchanges Http classes to apply a new approach to handle exchange common errors, which later on would result in many conflicts with the request counter approach.

I tried to reproduce what happened here in a dummy repository and it seems to me that this is the normal behavior, the commits from the originated branch do not disappear

The commits from branch 1 didn't disappear from branch 2 PR even after I have merged branch 1 to master ( while branch-2 PR was yet not merged )

After merging everything, the commits are shown this way Screenshot from 2022-04-03 13-14-05

@arboleya Please let me know if I misunderstood the issue that you are pointing out