This repository has been archived by the owner on Feb 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNEWS
125 lines (107 loc) · 4.74 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Rbitcoin 0.9.7
==============
* added btcchina market market interface and methods dictionary
Rbitcoin 0.9.6
==============
* added BTCGBP and ETHBTC pairs for kraken dictionary
* updated dependency version required
* added ETHEUR pair for kraken dictionary
* bitmarket now supports trade type in trades method
* switch upstream to GitLab and setup GitLab CI
* lots of fixes for CRAN notes
* added imports from core R pkgs: utils, stats, graphics, grDevices
Rbitcoin 0.9.4
==============
* vignette: vignette("introduction", package="Rbitcoin")
* added hitbtc market support
* added toBTC/fromBTC functions for easier conversion
* more examples in ?api.dict
* dependency migrated from RJSONIO to jsonlite
* added 'Rbitcoin.post_process.debug' option
* market.api.process:
* built-in antiddos, by default active, set to 10s
* removed args: on.market.error, on.error
* renamed args: raw.query.res to skip_post_process
* market.api.query:
* built-in antiddos, by default active, set to 10s
* now redirect to market function using dictionary, ?query.dict
* removed args: on.error
* market.api.query.*:
* returned value is now character json string, fromJSON moved to market.api.query
* funs are now internal (not listed in index) but still exported
* blockchain.api.*:
* built-in antiddos, by default active, set to 10s
* wallet_manager:
* wallet_archive.rds extended for 1 more column, ?wallet_manager
* value_calc=FALSE will return full column set dt, value related will be NA
* wallet archive path as arg/option
* plot:
* one rbtc.plot() function for all Rbitcoin objects instead Rbitcoin.plot
* removed extra arguments to save plot to file, now you need to use png(), svg(), etc.
* improved wallet manager plot, added recent wallet plot
* still support passing arguments to base plot, e.g. col='blue'
* api.dict:
* default api.dict moved from RData to api_dict function
* api.dict constructor functions in per market R source file
* post processing performance improvements
* open_orders, wallet, cancel_order no longer require currency_pair arg
* wallet - fee field removed from result
* wallet, open_orders - result nested in a list
* cancel_order exception 'order not found' behavior unified, default silent 0 row DT
* verbose will now result only one status message per function call
* minor fixes for changes in data.table 1.9.4
* documentation improvement
Rbitcoin 0.9.2
==============
* added packageStartupMessage about future changes
* ssl.verifyhost curl option update
* fix in api.dict for bitmarket place_limit_order
* minor fixes to wallet_manager and its Rbitcoin.plot
* minor doc fixes
Rbitcoin 0.9
==============
* blockchain.api.process - blockchain.api.query with postprocessing of results
* market.api.* support for new market: bitmarket
* api.dict: minor fixes, some new currency pairs.
* new utility functions:
* Rbitcoin.plot - plot of Rbitcoin results
* wallet manager - track assets on multiple wallet sources over time
* available wallet - wallet amounts subtract open orders amounts
Rbitcoin 0.8.5
==============
* some technical params (curl.verbose, ssl.verify, debug) removed from FUNs args. They are available as 'options'
* documentation update
* workaround for data.table setkeyv issue (v1.8.11 - v1.9.2) added
* timezone of POSIX objects used by package changed from GMT to UTC
* api.dict update/fixes:
* added kraken BTCLTC and btce NMCBTC to api.dict
* some business exceptions handled
* kraken ticker ask-bid swap fixed
* incorrect base-quote headers swap fixed on some entries
Rbitcoin 0.8
==============
* market.api.process: added currency_pair param (non backwards compatible!)
* market specific market.api.query functions optimization
* market.api.process: added optional (user customized) api.dict param
* error handling rewritten
* market.api.process: api.dict: actions extended (note the market.api.query already handle all actions/methods): ticker, wallet, open_orders, order_book, place_limit_order, cancel_order, trades
* market.api.process: api.dict: market currency pairs extended (note the market.api.query already handle all currency pairs), currently supported:
* mtgox: BTCUSD
* bitstamp: BTCUSD
* btce: LTCUSD, LTCBTC
* kraken: BTCEUR, LTCEUR
* btce param 'method' moved to 'req' list object (non backwards compatible!)
* blockchain.api.query rewritten to use extended API in JSON, fixed missing @export
Rbitcoin 0.6
==============
* Added api dictionary for pre & post processing, market error handling
* Added market.api.process: ticker, wallet, order_book actions available
* Documentation updates, better examples
Rbitcoin 0.5.1
==============
* Documentation extended
Rbitcoin 0.5
============
* First version to publish
* API public/private calls on mtgox, bitstamp, btce, kraken
* blockchain account balance