Commit graph

327 commits

Author SHA1 Message Date
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
5875c5a2de Removing unnecessary intent extras 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
Nelson R. Perez
69a0a64d30 Initial tests in order to introduce a centralized broker architecture 2018-05-31 15:52:26 -05:00
Nelson R. Perez
34dd06ad25 Merge branch 'develop' of github.com:Agorise/graphenej into develop 2018-05-30 22:27:06 -05:00
Nelson R. Perez
f8990e7643 Merge branch 'hvarona-master' into develop 2018-05-30 22:26:27 -05:00
Nelson R. Perez
4fdfed07b0 Added tests for the account upgrade operation 2018-05-30 22:26:09 -05:00
Nelson Perez
c7c71f4232
Merge pull request #3 from hvarona/master
Implemented Account Upgrade Operation
2018-05-30 18:03:52 -05:00
hvarona
fd70cb63dc implement Account Upgrade Operation 2018-05-23 11:20:28 -05:00
Agorise
bc52fca0af Update LICENSE 2018-05-23 11:20:28 -05:00
Agorise
ca6733a7a2 Update LICENSE 2018-05-23 11:20:28 -05:00
The rise of Agorism!
0d94622dd3 Update LICENSE 2018-05-23 11:20:28 -05:00
The rise of Agorism!
44c8ca6897 Update LICENSE 2018-05-23 11:20:28 -05:00
hvarona
4e67411773 implement Account Upgrade Operation 2018-05-20 11:45:11 -04: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