Commit Graph

  • 8048e77d30 Added support for java 8 in the sample app Nelson R. Perez 2018-06-04 22:08:40 -0500
  • 3125f07da5 Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker Nelson R. Perez 2018-06-01 21:45:37 -0500
  • 7abf7343a1 Added 'isLifetime' property to UserAccount class Nelson R. Perez 2018-06-01 21:45:07 -0500
  • 935b0d2575 Using the OperationHistoryDeserializer in the GetRelativeAccountHistory api call Nelson R. Perez 2018-05-31 23:26:15 -0500
  • d04c8bb648 Merge branch 'feat_central_broker' of github.com:Agorise/graphenej into feat_central_broker Nelson R. Perez 2018-05-31 15:54:00 -0500
  • 915b446d1d Extended the BrainKeyTest in order to cover OpenLedger's accounts Nelson R. Perez 2018-05-23 10:48:07 -0500
  • c407b98779 Commenting the publication code Nelson R. Perez 2018-05-03 17:15:50 -0500
  • 794df5c99f Adding debug and preRelease build types and removed commented lines Nelson R. Perez 2018-05-03 12:38:59 -0500
  • 636de75fb8 Gradle update Nelson R. Perez 2018-05-03 12:27:12 -0500
  • 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 Nelson R. Perez 2018-05-02 20:08:02 -0500
  • e118b8df04 Added a new #isConnected() method to allow an external party to query the current status of the connection Nelson R. Perez 2018-05-02 19:03:17 -0500
  • a36f9811f9 Added javadocs and sources compilation tasks Nelson R. Perez 2018-04-30 17:37:03 -0500
  • 0b79231a3a Detecting and deserializing operation history objects Nelson R. Perez 2018-04-27 00:09:37 -0500
  • 5dea8a6eb4 Renamed HistoricalTransfer to OperationHistory Nelson R. Perez 2018-04-26 18:26:04 -0500
  • 0a4c0c0c9d Added an order book getter to the OrderBook class Nelson R. Perez 2018-04-26 18:13:33 -0500
  • 42d5cb68eb Removed the result attribute from the BaseResponse class Nelson R. Perez 2018-04-13 21:11:55 -0500
  • 6bda451f72 Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class Nelson R. Perez 2018-04-05 23:16:10 -0500
  • 1848c82a46 Fixed a couple of crashes caused by accessing invalid data Nelson R. Perez 2018-04-05 22:06:00 -0500
  • 5875c5a2de Removing unnecessary intent extras Nelson R. Perez 2018-04-05 17:57:35 -0500
  • 593d3fc0d8 - Moved the NetworkService management logic to the newly introduced NetworkServiceManager class Nelson R. Perez 2018-04-05 17:35:34 -0500
  • 94986a4786 Introduced the GetRequiredFees API call Nelson R. Perez 2018-04-05 11:17:29 -0500
  • e9c920d469 Moved the NetworkService to the graphenej library Nelson R. Perez 2018-04-04 21:21:13 -0500
  • 628faf6109 Handling only credentials and API access messages locally, deferring all other messages to the bus Nelson R. Perez 2018-04-04 21:07:09 -0500
  • 69a0a64d30 Initial tests in order to introduce a centralized broker architecture Nelson R. Perez 2018-02-20 17:13:21 -0500
  • e872f480cd
    Update LICENSE Agorise 2018-05-31 09:48:14 +0300
  • 34dd06ad25 Merge branch 'develop' of github.com:Agorise/graphenej into develop Nelson R. Perez 2018-05-30 22:27:06 -0500
  • f8990e7643 Merge branch 'hvarona-master' into develop Nelson R. Perez 2018-05-30 22:26:27 -0500
  • 4fdfed07b0 Added tests for the account upgrade operation Nelson R. Perez 2018-05-30 22:26:09 -0500
  • c7c71f4232
    Merge pull request #3 from hvarona/master Nelson Perez 2018-05-30 18:03:52 -0500
  • fd70cb63dc implement Account Upgrade Operation hvarona 2018-05-20 11:45:11 -0400
  • bc52fca0af Update LICENSE Agorise 2017-11-15 13:10:02 +0200
  • ca6733a7a2 Update LICENSE Agorise 2017-10-16 13:44:35 +0300
  • 0d94622dd3 Update LICENSE The rise of Agorism! 2017-09-30 19:36:15 +0300
  • 44c8ca6897 Update LICENSE The rise of Agorism! 2017-09-30 15:27:23 +0300
  • 4e67411773 implement Account Upgrade Operation hvarona 2018-05-20 11:45:11 -0400
  • e46732df1b Commenting the publication code Nelson R. Perez 2018-05-03 17:15:50 -0500
  • 1b189dc710 Adding debug and preRelease build types and removed commented lines Nelson R. Perez 2018-05-03 12:38:59 -0500
  • e46282ea60 Gradle update Nelson R. Perez 2018-05-03 12:27:12 -0500
  • b6e4f6cd72 - Properly resetting the connection status in case of an EOFException - Allowing the NetworkService to be used with an externally provided list of node URLs Nelson R. Perez 2018-05-02 20:08:02 -0500
  • 04560c0caf Added a new #isConnected() method to allow an external party to query the current status of the connection Nelson R. Perez 2018-05-02 19:03:17 -0500
  • b8c0ed6163 Added javadocs and sources compilation tasks Nelson R. Perez 2018-04-30 17:37:03 -0500
  • 6410c85fd8 Detecting and deserializing operation history objects Nelson R. Perez 2018-04-27 00:09:37 -0500
  • b9533f4ff6 Renamed HistoricalTransfer to OperationHistory Nelson R. Perez 2018-04-26 18:26:04 -0500
  • 7eef0e9c1c Added an order book getter to the OrderBook class Nelson R. Perez 2018-04-26 18:13:33 -0500
  • e786e0ca31 Removed the result attribute from the BaseResponse class Nelson R. Perez 2018-04-13 21:11:55 -0500
  • 04e6fe5b5c Increasing the current id after sending the message and moved the shared preferences setup to the SampleApplication class Nelson R. Perez 2018-04-05 23:16:10 -0500
  • 92e1341e63 Fixed a couple of crashes caused by accessing invalid data Nelson R. Perez 2018-04-05 22:06:00 -0500
  • daccf8d1e8 Removing unnecessary intent extras Nelson R. Perez 2018-04-05 17:57:35 -0500
  • a6df7ed69e - Moved the NetworkService management logic to the newly introduced NetworkServiceManager class Nelson R. Perez 2018-04-05 17:35:34 -0500
  • beba8a0b40 Introduced the GetRequiredFees API call Nelson R. Perez 2018-04-05 11:17:29 -0500
  • 60a12b784b Moved the NetworkService to the graphenej library Nelson R. Perez 2018-04-04 21:21:13 -0500
  • 1e59d8ec40 Handling only credentials and API access messages locally, deferring all other messages to the bus Nelson R. Perez 2018-04-04 21:07:09 -0500
  • 436fb71114 Initial tests in order to introduce a centralized broker architecture Nelson R. Perez 2018-02-20 17:13:21 -0500
  • 3e92673c7b Fixed typo Nelson R. Perez 2018-03-01 11:07:02 -0500
  • d0f9ddbbb9 Fixed a remaining issue with the deserialization of the BitAssetData 'get_object' response Nelson R. Perez 2018-02-22 17:38:20 -0500
  • 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 Nelson R. Perez 2018-02-20 23:38:47 -0500
  • dd87ea1df8 Version bump Nelson R. Perez 2018-02-15 23:25:36 -0500
  • 2da04adfea Enabling and disabling log printing in the SubscriptionMessagesHub Nelson R. Perez 2018-02-01 12:02:03 -0500
  • f186bbe7b9 Adding a getter to the Transaction's blockData attribute Nelson R. Perez 2018-01-25 18:04:26 -0500
  • 077d34a123 Merging develop into master Nelson R. Perez 2018-01-25 18:01:00 -0500
  • 9af682f0cb Version bump Nelson R. Perez 2018-01-25 17:58:20 -0500
  • 3c6d96f48a Using the Bitshares mainnet chain id as default, but allowing the user to set it up manually either via constructor or setter method Nelson R. Perez 2018-01-23 12:03:20 -0500
  • 9327b45947 Merge branch 'master' of github.com:Agorise/graphenej Nelson R. Perez 2018-01-23 11:37:40 -0500
  • 0787b13483
    Merge pull request #2 from Carix/add_custom_operation Nelson Perez 2017-12-20 22:09:24 -0500
  • b60fffdc3b Added test of custom operation deserialization Kostya Shpachenko 2017-12-18 15:41:21 +0200
  • a2886ea0a5 Fixed deserialization of "seller" field of limit_order_create_operation Kostya Shpachenko 2017-12-18 15:40:38 +0200
  • d0629eab85 Implemented deserialization of custom operation Kostya Shpachenko 2017-12-18 15:39:37 +0200
  • 9e344ac410
    Merge pull request #1 from Carix/add_get_block_method Nelson Perez 2017-12-13 22:26:36 -0500
  • be9a16a48b Added tests for custom operation Kostya Shpachenko 2017-12-13 23:56:41 +0200
  • 16d3ff6721 Implemented support of custom operation Kostya Shpachenko 2017-12-13 23:55:00 +0200
  • a849fae997 Added test for GetBlock API call Kostya Shpachenko 2017-12-12 16:37:50 +0200
  • 74767f2d1d Implemented GetBlock API call Kostya Shpachenko 2017-12-12 16:36:50 +0200
  • ff856e7e2c Fixing small issue with the OrderBook#calculateObtainedQuote() method Nelson R. Perez 2017-11-29 00:24:13 -0500
  • 50bd0aa05c Version 0.4.6-alpha5 Nelson R. Perez 2017-11-29 00:17:47 -0500
  • 2520099762 Serializing the memo only when the message bytes is not null Nelson R. Perez 2017-11-27 23:05:42 -0500
  • de11203ef8 Version 0.4.6-alpha4 Nelson R. Perez 2017-11-27 22:55:15 -0500
  • ef98d99b1f Removed diff file Nelson R. Perez 2017-11-27 22:54:53 -0500
  • 2e4bd213c7 Changing method's name Nelson R. Perez 2017-11-23 23:39:29 -0500
  • fb80fe3c02 Introducing some copy constructors and making sure #multiplyBy and #divideBy return different instances Nelson R. Perez 2017-11-23 23:38:53 -0500
  • 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 Nelson R. Perez 2017-11-23 22:58:22 -0500
  • 805903bed4 Version 0.4.6-alpha3 Nelson R. Perez 2017-11-23 19:20:45 -0500
  • 3796ed5f81 Updating the OrderBook class, adding #calculateObtainedQuote and #calculateRequiredBase methods Nelson R. Perez 2017-11-17 16:46:26 -0500
  • ab7f88d17c Version 0.4.6-alpha2 Nelson R. Perez 2017-11-16 10:38:49 -0500
  • cb24964b0b
    Update LICENSE Agorise 2017-11-15 13:10:02 +0200
  • 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 Nelson R. Perez 2017-11-09 23:52:50 -0500
  • c2287f5410 v0.4.6-alpha1 Nelson R. Perez 2017-11-09 23:34:48 -0500
  • 70b251a665 Adding support for a string-based query when using the LookupAssetSymbols API Nelson R. Perez 2017-11-09 18:21:41 -0500
  • 3406fcdd68 Fixing the test for the GetAccountBalances API handler when used with the NodeConnection class Nelson R. Perez 2017-11-09 17:53:28 -0500
  • 2ea1fa9cc7 Using a long data type for the sequenceId variable Nelson R. Perez 2017-11-09 17:51:29 -0500
  • 2d81979c08 Only subscribing to events if the clearFilter variable is true, and also adding support for handlers added before the connection was established Nelson R. Perez 2017-11-09 17:50:49 -0500
  • 1e18382451 Avoiding a NullPointerException and using a sequential requestId in order to use this class with the NodeConnection Nelson R. Perez 2017-11-09 17:49:18 -0500
  • c8fe1ec9c4 Increasing the message ids of the SubscriptionMessagesHub increase monotonically Nelson R. Perez 2017-11-09 15:08:35 -0500
  • e5ce587f68 Added test to non-existing node Nelson R. Perez 2017-11-08 19:01:42 -0500
  • b1c93a97e1 Replacing last argument of the NodeConnection#connect method for a NodeErrorListener instance Nelson R. Perez 2017-11-03 00:28:25 -0500
  • da378506d9 v0.4.6-alpha0 Nelson R. Perez 2017-11-03 00:18:06 -0500
  • 581693497a Merge branch 'feat_big_integer_memo_nonce' into develop Nelson R. Perez 2017-11-02 17:57:28 -0500
  • 3d4b2719bb Fixing memo toJsonObject test and deserializing memo's nonce only as a decimal number Nelson R. Perez 2017-11-02 17:57:15 -0500
  • 0192728bd5 Using hexlify in order to obtain the bytes from the BigInteger nonce Nelson R. Perez 2017-11-02 17:38:01 -0500
  • cf647a65ba Adding the memo in both test transfer operations Nelson R. Perez 2017-11-02 17:32:55 -0500
  • fc91f7366c Experimentally changing the nonce type to BigInteger Nelson R. Perez 2017-11-02 16:30:25 -0500