Commit graph

367 commits

Author SHA1 Message Date
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
daccf8d1e8 Removing unnecessary intent extras 2018-04-05 20:10:33 -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
077d34a123 Merging develop into master 2018-01-25 18:01:00 -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
Nelson R. Perez
9327b45947 Merge branch 'master' of github.com:Agorise/graphenej 2018-01-23 11:37:40 -05:00
Nelson Perez
0787b13483
Merge pull request #2 from Carix/add_custom_operation
Custom operation support
2017-12-20 22:09:24 -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
Nelson Perez
9e344ac410
Merge pull request #1 from Carix/add_get_block_method
get_block method
2017-12-13 22:26:36 -05: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
ef98d99b1f Removed diff file 2017-11-27 22:54:53 -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
Agorise
cb24964b0b
Update LICENSE 2017-11-15 13:10:02 +02: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
da378506d9 v0.4.6-alpha0 2017-11-03 00:18:06 -05:00