Commit Graph

262 Commits

Author SHA1 Message Date
Niels Buekers a4aeccdefe merge upstream 2018-06-21 22:23:41 +02:00
Radovan Panak 74ad55dc2b BATM-510 - improve double entries removal
- improve equals() and hashCode() implementations (generated by IDEA)
- remove failing test (constant value gets compared against non-constant XML file)
- fix indent in extensions XML file
2018-06-21 15:01:42 +02:00
rpanak-generalbytes 401dadc75e
Merge pull request #76 from Koovvall/Fix-Futurocoin-YobitRateSource
[Futurocoin] Fix getting last rate from yobit
2018-06-21 10:53:39 +02:00
Artur Kowalski cb5c725c40 Fix Futurocoin YobitRateSource 2018-06-13 19:31:28 +02:00
Niels Buekers fbf7a1e9ae add support for BTCP 2018-06-08 20:39:25 +02:00
Dennis Ruhe f963adb04b
Merge branch 'master' into add-egulden 2018-06-07 20:58:38 +02:00
Radovan Panak 80cf840a0b removed duplicate coinmarketcap rate source declarations 2018-06-07 16:03:53 +02:00
Radovan Panak fd7b1ddc9e fixed incorrectly reported author 2018-06-07 16:03:11 +02:00
Radovan Panak 9ec946f40d fix incorrectly reported cryptocurrencies in SyscoinExtension 2018-06-07 16:01:03 +02:00
sidhujag 8fe535825c set rounding algo to BigDecimal.ROUND_HALF_EVEN 2018-06-03 18:16:08 -07:00
sidhujag b7366c24b7 round to 2 decimal places 2018-06-03 18:13:22 -07:00
sidhujag 5be8f10551 price is double 2018-06-03 18:11:57 -07:00
sidhujag b59e3c0ef4 quotes is retrieved from data object not ticker 2018-06-03 18:10:00 -07:00
sidhujag 53faf61702 error checking 2018-06-03 18:02:36 -07:00
sidhujag 5fbd687eb3 fix quotes 2018-06-03 17:52:25 -07:00
sidhujag 46a2f4e899 find price from json object 2018-06-03 17:51:45 -07:00
sidhujag 143a1e0a40 import ioexception 2018-06-03 17:25:31 -07:00
sidhujag 2845704331 try catch 2018-06-03 17:23:39 -07:00
sidhujag 4d31f152f8 api to write map of string, object 2018-06-03 17:21:39 -07:00
sidhujag b5208b6f33 objectmapper 2018-06-03 17:20:54 -07:00
sidhujag 13d886c5ac use jackson 2018-06-03 17:18:57 -07:00
sidhujag f381738189 print from map 2018-06-03 17:10:43 -07:00
sidhujag 9351748abc use gson 2018-06-03 17:06:52 -07:00
sidhujag c5c97b02af use json value 2018-06-03 17:04:49 -07:00
sidhujag df3592c555 include jsonobject 2018-06-03 17:00:39 -07:00
sidhujag 1e98cd44f1 include map 2018-06-03 16:59:29 -07:00
sidhujag a0b48a6165 use map instead of class json parser 2018-06-03 16:56:41 -07:00
sidhujag e97af1d171 missing package on cmcquote 2018-06-03 12:03:00 -07:00
sidhujag 3ee7e67c8b decl packages 2018-06-03 11:56:05 -07:00
sidhujag 4248a53a21 make ticker members private 2018-06-03 11:42:14 -07:00
sidhujag 32499f4638 updae accessors 2018-06-03 11:41:35 -07:00
sidhujag 4ecf7e7598 seperate classes into files 2018-06-03 11:40:14 -07:00
sidhujag 0b25824064 access levels 2018-06-03 11:33:06 -07:00
sidhujag 73ac2cf2af WIP convert cmc api to v2 2018-06-03 11:31:55 -07:00
sidhujag e0679d5fc3 compile: cmc path param as integer for cryptoid 2018-06-03 09:18:16 -07:00
sidhujag d1c5ae5a84 compile: fix syscoinaddressvalidator package name 2018-06-03 09:16:46 -07:00
sidhujag 76ec2f0478 compile: include hashmap package in cmc source 2018-06-03 09:09:38 -07:00
sidhujag 92583edfff compile: fix rpc typo 2018-06-03 09:07:48 -07:00
sidhujag 074b3800ab fix indent 2018-06-03 09:04:23 -07:00
sidhujag 441ffd5f22 fix indent 2018-06-03 09:04:23 -07:00
sidhujag c098e33971 Add support for Syscoin
-CMC API V2
-Lookup IDs from cryptocurrency symbols in CoinmarketcapRateSource
-Support for CAD in CMC API
2018-06-03 09:04:22 -07:00
Radovan Panak d1161153dc bump knowm xchange lib version 2018-06-01 15:37:51 +02:00
Radovan Panak 7bfd470f55 fix jar name 2018-05-22 16:40:10 +02:00
Radovan Panak f3dbbad3cc Fix build for people lacking properly configured publishing properties 2018-05-22 16:31:52 +02:00
rpanak-generalbytes 4621110e97
Merge pull request #65 from vladodimitriev/BPUB-577-extension-names-workaround
BPUB-577 extension names workaround
2018-05-22 16:18:14 +02:00
Vlado Dimitriev d196d1dfab BPUB-577 & BATM-512 version has been put back to build.gradle files for the extensions but an archiveName has been added, so that the jar plugin is not using the default values. 2018-05-22 16:07:31 +02:00
Vlado Dimitriev 92608ebe3e BPUB-577 & BATM-512 - fix for issue. removed project version from build.gradle files of server_extensions_api and server_extensions_extra. 2018-05-22 10:51:58 +02:00
Dennis Ruhe a43ac1d5ec Added EFL support 2018-05-19 11:48:33 +02:00
rpanak-generalbytes e6acd857c8
Merge pull request #61 from Koovvall/futurocoin
Looks ok, thx.
2018-05-17 15:19:59 +02:00
Artur Kowalski 8b6f067f0a change IBity to IYobitAPI 2018-05-17 12:52:01 +02:00