Nelson R. Perez
63bb5a6dac
Sending id as a number inside the parameters array of the 'set_subscribe_callback' instead of a string
2018-08-31 19:07:05 -05:00
Nelson R. Perez
7e2ef7b705
Added support for message subscriptions on the single connection mode
2018-08-30 22:32:50 -05:00
Nelson R. Perez
d2390b0a45
Updating the private key whenever the brainkey's sequence number is updated
2018-08-28 21:26:35 -05:00
Nelson R. Perez
1e2716e89e
Added a setter to the BrainKey sequence number
2018-08-28 20:25:11 -05:00
Nelson R. Perez
81d61986ea
Added support for the GetLimitOrders API call in the single connection mode
2018-08-16 23:59:14 -05:00
Nelson R. Perez
bad3bdaff8
Broadcasting the ConnectionStatusUpdate.AUTHENTICATED event
2018-08-09 09:38:25 -05:00
Nelson R. Perez
de3dc2b120
Added support for the get_account_by_name API call wrapper in the single connection mode
2018-08-08 18:53:57 -05:00
Nelson R. Perez
66ce8a4ba4
- Modified the ConnectionStatusUpdate class in order to allow it to send more than just connection/disconnection events
...
- Allowing the NetworkService to be queried about specific API ids
2018-07-26 17:13:55 -05:00
Nelson R. Perez
364c31c78c
Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker
2018-07-25 13:08:30 -05:00
Nelson R. Perez
140cab48cd
Added support for the list_assets API call wrapper in the single connection mode
2018-07-25 13:08:09 -05:00
Nelson R. Perez
5955e1c823
Compacting code a little bit
2018-07-25 11:33:12 -05:00
Nelson R. Perez
222fd88afa
- Added partial support for the 'get_objects' API call in the single connection mode
...
- Changed the layout of the sample app in order to present a list of all supported API calls in the first activity
- Introducing a specific activity to perform the API calls in the sample app
2018-06-28 23:42:40 -05:00
Nelson R. Perez
2d579df6af
Upgrading gradle plugin and rxjava versions
2018-06-27 15:30:43 -05:00
Nelson R. Perez
415e41ae11
Added support for the get_account_history API call
2018-06-20 17:23:15 -05:00
Nelson R. Perez
05699df638
Introducing support for the LookupAssetSymbol api call wrapper in the single connection mode
2018-06-16 14:54:17 -05:00
Nelson R. Perez
918d27b5cd
Fixed problem caused by the lack of registered API id for calls that don't require any API
2018-06-15 18:26:59 -05:00
Nelson R. Perez
7197ea4078
Fixed a big problem that was causing some random responses not to be de-serialized due to a mistake in the removal of entries in the request class map
2018-06-14 22:16:34 -05:00
Nelson R. Perez
be33c91823
Only sending a message if we have the API id
2018-06-14 11:50:35 -05:00
Nelson R. Perez
3159a44c3a
Returning -1 if no message was sent
2018-06-14 00:02:10 -05:00
Nelson R. Perez
7c84187681
Deserializing the response to the get_market_history API call and checking the websocket for a null reference before using it
2018-06-13 22:18:36 -05:00
Nelson R. Perez
0df3fad6c0
Introducing support for the GetMarketHistory api call wrapper using the single connection mode
2018-06-12 23:27:06 -05:00
Nelson R. Perez
85bf1d1ba1
Introducing support for the GetBlockHeader api call in the single-connection mode
2018-06-12 13:34:42 -05:00
Nelson R. Perez
4f6b628891
Introducing the SkipAssetOptionsStrategy class, used to avoid falling into an infinite loop while deserializing/serializing results from the get_relative_account_history API call
2018-06-11 23:48:35 -05:00
Nelson R. Perez
7582fefd0e
Introducing support for the GetRelativeAccountHistory api call in the single-connection mode
2018-06-11 15:40:01 -05:00
Nelson R. Perez
8ed74dbaed
GetBlock constructor now receives an argument of type long
2018-06-11 15:12:48 -05:00
Nelson R. Perez
56c808c353
Added a toString to the PublicKey class
2018-06-11 15:12:16 -05:00
Nelson R. Perez
c71d9802ba
Correctly deserializing the GetRequiredFees API call's response
2018-06-06 10:50:14 -05:00
Nelson R. Perez
7c79c7f5bf
- Introduced the DeserializationMap class in order to keep a mapping between request and response classes, and how to de-serialize them
...
- Fixed an infinite loop that was introduced in the de-serialization of the AccountProperties
- Implementing the GetAccounts wrapper in the sample app
2018-06-05 23:11:28 -05:00
Nelson R. Perez
c956ebadc1
Fixed problem with the new GetAccounts API wrapper
2018-06-04 22:39:44 -05:00
Nelson R. Perez
aa758a09e0
Added support for the GetAccount api call in the new service-based single connection scheme
2018-06-04 22:10:03 -05:00
Nelson R. Perez
3125f07da5
Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker
2018-06-01 21:45:37 -05:00
Nelson R. Perez
7abf7343a1
Added 'isLifetime' property to UserAccount class
2018-06-01 21:45:07 -05:00
Nelson R. Perez
935b0d2575
Using the OperationHistoryDeserializer in the GetRelativeAccountHistory api call
2018-05-31 23:26:15 -05:00
Nelson R. Perez
915b446d1d
Extended the BrainKeyTest in order to cover OpenLedger's accounts
2018-05-31 15:52:26 -05:00
Nelson R. Perez
c407b98779
Commenting the publication code
2018-05-31 15:52:26 -05:00
Nelson R. Perez
794df5c99f
Adding debug and preRelease build types and removed commented lines
2018-05-31 15:52:26 -05:00
Nelson R. Perez
636de75fb8
Gradle update
2018-05-31 15:52:26 -05:00
Nelson R. Perez
87421e210c
- Properly resetting the connection status in case of an EOFException
...
- Allowing the NetworkService to be used with an externally provided list of node URLs
2018-05-31 15:52:26 -05:00
Nelson R. Perez
e118b8df04
Added a new #isConnected() method to allow an external party to query the current status of the connection
2018-05-31 15:52:26 -05:00
Nelson R. Perez
a36f9811f9
Added javadocs and sources compilation tasks
2018-05-31 15:52:26 -05:00
Nelson R. Perez
0b79231a3a
Detecting and deserializing operation history objects
2018-05-31 15:52:26 -05:00
Nelson R. Perez
5dea8a6eb4
Renamed HistoricalTransfer to OperationHistory
2018-05-31 15:52:26 -05:00
Nelson R. Perez
0a4c0c0c9d
Added an order book getter to the OrderBook class
2018-05-31 15:52:26 -05:00
Nelson R. Perez
42d5cb68eb
Removed the result attribute from the BaseResponse class
2018-05-31 15:52:26 -05:00
Nelson R. Perez
6bda451f72
Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class
2018-05-31 15:52:26 -05:00
Nelson R. Perez
1848c82a46
Fixed a couple of crashes caused by accessing invalid data
2018-05-31 15:52:26 -05:00
Nelson R. Perez
593d3fc0d8
- Moved the NetworkService management logic to the newly introduced NetworkServiceManager class
2018-05-31 15:52:26 -05:00
Nelson R. Perez
94986a4786
Introduced the GetRequiredFees API call
2018-05-31 15:52:26 -05:00
Nelson R. Perez
e9c920d469
Moved the NetworkService to the graphenej library
2018-05-31 15:52:26 -05:00
Nelson R. Perez
628faf6109
Handling only credentials and API access messages locally, deferring all other messages to the bus
2018-05-31 15:52:26 -05:00