You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code cleaning and harmonization.
Harmonized types of IOException thrown accross all Exchange classes.
Now retrieving all strings from JSON with asText().
Replaced explicit iterators with while cycles for implicit iterators
with for cycles.
Added Peatio, CHBTC and 796 Exchange.
Added testFailGetLastValue to some exchanges.
Renamed exchanges which were missing "Exchange" as class name suffix.
Moved construction of pair's list into a static block.
Rearranged packages for easier code access.