Commit Graph

140 Commits (04560c0caf9637793bbb70063e49d44b9de596ee)

Author SHA1 Message Date
Nelson R. Perez 04560c0caf Added a new #isConnected() method to allow an external party to query the current status of the connection 2018-05-02 19:03:17 -05:00
Nelson R. Perez 6410c85fd8 Detecting and deserializing operation history objects 2018-04-27 00:09:37 -05:00
Nelson R. Perez b9533f4ff6 Renamed HistoricalTransfer to OperationHistory 2018-04-26 18:26:04 -05:00
Nelson R. Perez 7eef0e9c1c Added an order book getter to the OrderBook class 2018-04-26 18:13:33 -05:00
Nelson R. Perez e786e0ca31 Removed the result attribute from the BaseResponse class 2018-04-13 21:11:55 -05:00
Nelson R. Perez 04e6fe5b5c Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class 2018-04-05 23:16:10 -05:00
Nelson R. Perez 92e1341e63 Fixed a couple of crashes caused by accessing invalid data 2018-04-05 22:06:00 -05:00
Nelson R. Perez a6df7ed69e - Moved the NetworkService management logic to the newly introduced NetworkServiceManager class 2018-04-05 20:10:33 -05:00
Nelson R. Perez beba8a0b40 Introduced the GetRequiredFees API call 2018-04-05 20:10:33 -05:00
Nelson R. Perez 60a12b784b Moved the NetworkService to the graphenej library 2018-04-05 20:10:32 -05:00
Nelson R. Perez 1e59d8ec40 Handling only credentials and API access messages locally, deferring all other messages to the bus 2018-04-05 20:09:32 -05:00
Nelson R. Perez 436fb71114 Initial tests in order to introduce a centralized broker architecture 2018-04-05 20:09:32 -05:00
Nelson R. Perez 3e92673c7b Fixed typo 2018-03-01 11:07:02 -05:00
Nelson R. Perez d0f9ddbbb9 Fixed a remaining issue with the deserialization of the BitAssetData 'get_object' response 2018-02-22 17:38:20 -05:00
Nelson R. Perez 857d861e4b Fixed a problem with the deserialization of the get_objects api call that ocurred when the requested objects were of type impl_asset_bitasset_data_type 2018-02-20 23:38:47 -05:00
Nelson R. Perez dd87ea1df8 Version bump 2018-02-15 23:25:36 -05:00
Nelson R. Perez 2da04adfea Enabling and disabling log printing in the SubscriptionMessagesHub 2018-02-01 12:02:03 -05:00
Nelson R. Perez f186bbe7b9 Adding a getter to the Transaction's blockData attribute 2018-01-25 18:04:26 -05:00
Nelson R. Perez 9af682f0cb Version bump 2018-01-25 17:58:20 -05:00
Nelson R. Perez 3c6d96f48a Using the Bitshares mainnet chain id as default, but allowing the user to set it up manually either via constructor or setter method 2018-01-23 12:03:20 -05:00
Kostya Shpachenko b60fffdc3b Added test of custom operation deserialization 2017-12-18 15:41:21 +02:00
Kostya Shpachenko a2886ea0a5 Fixed deserialization of "seller" field of limit_order_create_operation 2017-12-18 15:40:38 +02:00
Kostya Shpachenko d0629eab85 Implemented deserialization of custom operation 2017-12-18 15:39:37 +02:00
Kostya Shpachenko be9a16a48b Added tests for custom operation 2017-12-13 23:56:41 +02:00
Kostya Shpachenko 16d3ff6721 Implemented support of custom operation 2017-12-13 23:55:00 +02:00
Kostya Shpachenko a849fae997 Added test for GetBlock API call 2017-12-12 16:37:50 +02:00
Kostya Shpachenko 74767f2d1d Implemented GetBlock API call 2017-12-12 16:36:50 +02:00
Nelson R. Perez ff856e7e2c Fixing small issue with the OrderBook#calculateObtainedQuote() method 2017-11-29 00:24:13 -05:00
Nelson R. Perez 50bd0aa05c Version 0.4.6-alpha5 2017-11-29 00:17:47 -05:00
Nelson R. Perez 2520099762 Serializing the memo only when the message bytes is not null 2017-11-27 23:05:42 -05:00
Nelson R. Perez de11203ef8 Version 0.4.6-alpha4 2017-11-27 22:55:15 -05:00
Nelson R. Perez 2e4bd213c7 Changing method's name 2017-11-23 23:39:29 -05:00
Nelson R. Perez fb80fe3c02 Introducing some copy constructors and making sure #multiplyBy and #divideBy return different instances 2017-11-23 23:38:53 -05:00
Nelson R. Perez 9a1808d127 Modified AssetAmount#multiply() and AssetAmount#divide() to not cast its value to a long primitive and thus preventing some overflow scenarios that the idea of using the UnsignedLong class is suposed to prevent 2017-11-23 23:03:41 -05:00
Nelson R. Perez 805903bed4 Version 0.4.6-alpha3 2017-11-23 19:20:45 -05:00
Nelson R. Perez 3796ed5f81 Updating the OrderBook class, adding #calculateObtainedQuote and #calculateRequiredBase methods 2017-11-17 16:46:26 -05:00
Nelson R. Perez ab7f88d17c Version 0.4.6-alpha2 2017-11-16 10:38:49 -05:00
Nelson R. Perez 394ed4b3b0 Adding support for optional decimal or hex representations of the memo's nonce value in the newly introduced toJson method. Also introducing a Serializer 2017-11-09 23:52:50 -05:00
Nelson R. Perez c2287f5410 v0.4.6-alpha1 2017-11-09 23:34:48 -05:00
Nelson R. Perez 70b251a665 Adding support for a string-based query when using the LookupAssetSymbols API 2017-11-09 18:21:41 -05:00
Nelson R. Perez 3406fcdd68 Fixing the test for the GetAccountBalances API handler when used with the NodeConnection class 2017-11-09 17:53:28 -05:00
Nelson R. Perez 2ea1fa9cc7 Using a long data type for the sequenceId variable 2017-11-09 17:51:29 -05:00
Nelson R. Perez 2d81979c08 Only subscribing to events if the clearFilter variable is true, and also adding support for handlers added before the connection was established 2017-11-09 17:50:49 -05:00
Nelson R. Perez 1e18382451 Avoiding a NullPointerException and using a sequential requestId in order to use this class with the NodeConnection 2017-11-09 17:49:18 -05:00
Nelson R. Perez c8fe1ec9c4 Increasing the message ids of the SubscriptionMessagesHub increase monotonically 2017-11-09 15:08:35 -05:00
Nelson R. Perez e5ce587f68 Added test to non-existing node 2017-11-08 19:01:42 -05:00
Nelson R. Perez b1c93a97e1 Replacing last argument of the NodeConnection#connect method for a NodeErrorListener instance 2017-11-03 00:28:25 -05:00
Nelson R. Perez 3d4b2719bb Fixing memo toJsonObject test and deserializing memo's nonce only as a decimal number 2017-11-02 17:57:15 -05:00
Nelson R. Perez 0192728bd5 Using hexlify in order to obtain the bytes from the BigInteger nonce 2017-11-02 17:49:03 -05:00
Nelson R. Perez cf647a65ba Adding the memo in both test transfer operations 2017-11-02 17:49:03 -05:00