Commit Graph

  • 33a330f44a Fixing test case for the transfer operation transaction broadcast Nelson R. Perez 2017-11-02 17:45:08 -0500
  • 62b0a7501b Adding correct binary sequence that corresponds to the test memo #toBytes desired output Nelson R. Perez 2017-11-02 17:44:14 -0500
  • 3ae4ca10bf Small change to the setup of the memo test Nelson R. Perez 2017-11-02 16:15:22 -0500
  • 3449e97b5b Hardcoding additional account information and thus making the tx test self-contained Nelson R. Perez 2017-11-02 16:09:15 -0500
  • 2e92805234 Removing dependency on environment variables from the memo testing suite Nelson R. Perez 2017-11-02 15:25:54 -0500
  • f74f2cefc2 Adjusting argument order in order to match expected & actual Nelson R. Perez 2017-11-02 11:47:59 -0500
  • e34596d0b4 Adding a simple key to address derivation test Nelson R. Perez 2017-11-02 11:38:39 -0500
  • 3e96bbc9b3 Adding node hopping capabilities to the NodeConnection class along with some tests Nelson R. Perez 2017-11-01 21:18:36 -0500
  • 69ccbe8cd9 - Reverted the Memo#nonce attribute to the original long type - Properly fixed the deserialization problem and added a specific test case at MemoTest#shouldDeserializeFromString Nelson R. Perez 2017-10-17 23:19:55 -0500
  • ac52d9b592 Update LICENSE Agorise 2017-10-16 13:44:35 +0300
  • b305faa662 Fixing a bug with memo deserialization Nelson R. Perez 2017-10-12 23:34:22 -0500
  • 61dc72724e Fixed a bug in the OrderBook.calculateRequiredBase method that made the calculation of the required asset amount to fail some times Nelson R. Perez 2017-10-12 18:22:29 -0500
  • 6ac84f9a52 Decreasing count when removing subscription listener Nelson R. Perez 2017-10-04 23:05:14 -0500
  • 5e88c209e3 Package rename Nelson R. Perez 2017-10-02 14:34:50 -0500
  • 5d3e38a740 Version bump in AndroidManifest Nelson R. Perez 2017-10-02 14:26:10 -0500
  • a8510c5e80 Update LICENSE The rise of Agorism! 2017-09-30 19:36:15 +0300
  • 8027ea7e04 Update LICENSE The rise of Agorism! 2017-09-30 15:27:23 +0300
  • 78dc9705a3 Merged develop Nelson R. Perez 2017-09-28 23:03:15 -0500
  • ee08856273 Merge branch 'feat_multiplex' into develop Nelson R. Perez 2017-09-28 22:58:42 -0500
  • f279c5526b Version bump Nelson R. Perez 2017-09-28 22:58:24 -0500
  • f643edf36e Merging Kencode's repo with NodeConnection improvements, tests and some documentation fixes Nelson R. Perez 2017-09-27 23:51:37 -0500
  • 040a53f408 Adding memo deserialization Nelson R. Perez 2017-09-25 22:53:30 -0500
  • 302194539e Version bump Nelson R. Perez 2017-09-25 22:11:41 -0500
  • 9b292d220e Fix memo deserialization Vinícius 2017-07-31 15:24:13 -0300
  • eab6990d73 Fix memo Vinícius 2017-07-31 12:52:20 -0300
  • 5de20a7fc8 Improve memo test Vinícius 2017-07-29 02:27:21 -0300
  • c66ed99681 Add LookupAssetSymbols and TransactionBroadcastSequence API tests Vinícius 2017-07-25 20:52:15 -0300
  • 7c05b8d3db Add ListAsset and GetLookupAccount API tests Vinícius 2017-07-25 15:41:33 -0300
  • 7b7fd6e74a Update Memo unit test Vinícius 2017-07-24 21:49:43 -0300
  • 99769713eb Update project to minSdkVersion 9 because of usage of Arrays.copyOfRange at Address.java, Memo.java and Util.java Vinícius 2017-07-24 19:46:33 -0300
  • cadcca0230 Add GetMarketHistory, GetObjects and GetRelativeAccountHistory API tests Vinícius 2017-07-21 18:56:17 -0300
  • 158c9604b8 Fix GetLimitOrders listener and add GetLimitOrders and GetTradeHistory API tests Vinícius 2017-07-21 13:27:23 -0300
  • a824d8fc40 Finishing base docs for all API handler classes Vinícius 2017-07-20 23:47:24 -0300
  • 240cff9c7c Fix conflicts between NodeErrorListener and WitnessResponseListener Vinícius 2017-07-20 19:35:37 -0300
  • e364fe678f Adding docs and some tests for a few API handler classes (GetRequiredFees, ListAssets, LookupAccounts, LookupAssetSymbols and SubscriptionMessagesHub Vinícius 2017-07-20 16:37:16 -0300
  • ad2e414548 Implementating node hop at NodeConnection and tests Vinícius 2017-07-19 21:29:42 -0300
  • f367eb0021 Adding docs and tests for some API handler classes (GetAccountBalances and GetAccountByName) Vinícius 2017-07-19 13:48:47 -0300
  • c29830da9b Implementing add list of urls to NodeConnect Vinícius 2017-07-19 12:03:15 -0300
  • 5a58cf5579 Introducing node hop feature to some blockchain API handler classes (GetRequiredFees, GetTradeHistory, ListAssets, LookupAccounts, LookupAssetSymbols and TransactionBroadcastSequence) Vinícius 2017-07-19 02:39:15 -0300
  • 7313279f95 Introducing node hop feature to some blockchain API handler classes (GetBlockHeader, GetKeyReferences, GetLimitOrders, GetMarketHistory, GetObjects, GetRelativeAccountHistory) Vinícius 2017-07-18 22:07:07 -0300
  • 5369976f08 Introducing node hop feature to some blockchain API handler classes (GetAccountBalances, GetAccountByName, GetAccounts and GetAllAssetHolders) Vinícius 2017-07-18 15:30:22 -0300
  • f5288afde9 Introduced the AuthorityType enum class Nelson R. Perez 2017-07-11 23:05:40 -0500
  • 184bbfafa3 Fixing uses of the UserAccount.toJsonString() and replacing them by the correct UserAccount.getObjectId() instead Nelson R. Perez 2017-07-04 16:45:30 -0500
  • 83ffdd70f7 Fixing bug that made the GetRelativeAccountHistory class fail Nelson R. Perez 2017-07-04 12:54:46 -0500
  • 50fc2d805e Introducing a couple of private variables in order to keep track of the subscription status Nelson R. Perez 2017-07-03 20:05:59 -0500
  • ec19b62ba7 Renaming SUBSCRIPTION_ID to MANUAL_SUBSCRIPTION_ID to better reflect its purpose and using it as the base for subscription ids in the NodeConnection class Nelson R. Perez 2017-07-03 13:50:23 -0500
  • 105d4e6d10 Exposing the 'resubscribe' method, which allows to re-establish a subscription after it was cancelled Nelson R. Perez 2017-07-03 13:23:32 -0500
  • d08afaa7c0 Removing log Nelson R. Perez 2017-06-28 18:19:59 -0500
  • 9ae1762fe2 Implementing a call to the 'cancel_all_subscriptions' method and its test Nelson R. Perez 2017-06-28 18:19:41 -0500
  • 1f705f1a4e Make sure we have a registered handler before trying to try to call its 'onTextFrame' method Nelson R. Perez 2017-06-28 17:50:28 -0500
  • 52f46da573 Adding multiplexing capabilities to the SubscriptionMessagesHub class and adapted the GetAccounts to work with it Nelson R. Perez 2017-06-27 16:52:02 -0500
  • 980d072c2b Merge branch 'master' into develop Nelson R. Perez 2017-06-26 16:17:43 -0500
  • c19e618ded Applying the version bump to the manifest and other gradle files Nelson R. Perez 2017-06-26 14:12:31 -0500
  • 67f3e05b5c Added the @Expose annotation to the GrapheneObject#id field Nelson R. Perez 2017-06-26 14:05:33 -0500
  • 3d74a612f6 Making the PublicKey class implement the Serializable interface Nelson R. Perez 2017-06-26 14:03:39 -0500
  • f59cf1afa0 Adding getter/setter to the weight_threshold field Nelson R. Perez 2017-06-26 14:02:25 -0500
  • ea0bab5179 Simple renaming of a variable for semantic purposes Nelson R. Perez 2017-06-26 14:01:17 -0500
  • 7b9b694a71 Implementing the UserAccount#toJsonString method Nelson R. Perez 2017-06-26 13:59:43 -0500
  • 519a1a4dd8 Updating repo references Nelson R. Perez 2017-05-20 19:31:57 -0500
  • 5a1c9d5834 Version bump Nelson R. Perez 2017-05-20 16:31:08 -0500
  • a72f8bc0c8 Merge branch 'develop' Nelson R. Perez 2017-05-20 16:29:10 -0500
  • ee78d48947 Using a long data type for the authorities weight Nelson R. Perez 2017-05-20 16:18:50 -0500
  • d21fea7cb6 Adding support for account and asset deserialization to the GetObjects API call wrapper Nelson R. Perez 2017-05-11 18:55:16 -0500
  • 5ff6f29ebd Adding support for selective subscription with the SubscriptionMessagesHub and related Nelson R. Perez 2017-05-09 11:21:53 -0500
  • df5271ef05 Setting UTC as the time zone for the the deserialized time field in the dynamic global properties object Nelson R. Perez 2017-05-03 13:20:48 -0500
  • 457164b002 Telling the Deserializing LimitOrderCreateOperation objects in the stream coming in the SubscriptionMessagesHub Nelson R. Perez 2017-04-27 18:00:24 -0500
  • 37f52283a9 Introduced the DynamicGlobalPropertiesDeserializer Nelson R. Perez 2017-04-27 15:16:33 -0500
  • 1c5d382891 Adding a WitnessResponseListener as a parameter for the SubscriptionMessagesHub class Nelson R. Perez 2017-04-24 16:30:08 -0500
  • 88ca47c378 Fixing a problem caused by the lack of extension byte in the serialization of the AccountOption class Nelson R. Perez 2017-04-19 22:22:57 -0500
  • a848c66fb9 Introducing the BaseApiTest class and making some test classes extend it Nelson R. Perez 2017-04-17 16:07:05 -0500
  • c9c33566fa Reintroducing the GetKeyReferences single argument constructor in order to maintain backwards compatibility Nelson R. Perez 2017-04-17 16:05:57 -0500
  • 85430b8b46 Introducing default sequence number as a constant Nelson R. Perez 2017-04-14 17:41:50 -0500
  • 9b15a0b5da Making both the GetBlockHeader and GetKeyReferences extend the BaseGrapheneHandler class Nelson R. Perez 2017-04-13 11:15:48 -0500
  • fb82ce660e Adding the 'retry' method to both the GetMarketHistory and GetRelativeAccountHistory API call wrappers Nelson R. Perez 2017-04-13 11:14:57 -0500
  • 9addf3b77f Renamed GetAccountsByAddress to GetKeyReferences Nelson R. Perez 2017-04-13 11:12:28 -0500
  • a23d059d16 Making other API classes extend the BaseGrapheneHandler Nelson R. Perez 2017-04-10 16:27:56 -0500
  • eceb096607 Adding a memo getter inside the TransferOperation class Nelson R. Perez 2017-04-10 12:09:17 -0500
  • 66a5ba497d Making the GetLimitOrders and TransactionBroadcastSequence implement the BaseGrapheneHandler interface Nelson R. Perez 2017-04-10 12:08:51 -0500
  • 716dee58d5 Removing some autogenerated files from the repo Nelson R. Perez 2017-04-06 15:39:43 -0500
  • 80358bc086 Fixed a rounding error in the OrderBook class' exchange method Nelson R. Perez 2017-04-06 15:34:23 -0500
  • aa35925718 Added multiplication and division methods for the AssetAmount class Nelson R. Perez 2017-04-06 12:22:57 -0500
  • 55bc4fb256 Using the LimitOrder.getForSale() method Nelson R. Perez 2017-04-05 14:32:59 -0500
  • 5f08eafa4c Adjustments in the OrderBook class and adding getters & setters to the LimitOrderCreateOperation class Nelson R. Perez 2017-03-29 22:22:35 -0500
  • 8bd9f293a4 Added the OrderBook class Nelson R. Perez 2017-03-27 15:33:00 -0500
  • cb30d27c35 Fixing small issue that prevented the correct deserialization of the 'price' field in the LimitOrder class Nelson R. Perez 2017-03-24 16:28:00 -0500
  • e4c30e52da Library inclusion instructions Nelson R. Perez 2017-03-24 00:51:44 -0500
  • 8a3572e882 Readme adjustments Nelson R. Perez 2017-03-24 00:00:17 -0500
  • 207d43ddf1 Fixing test and small changes to .gitignore Nelson R. Perez 2017-03-23 21:52:32 -0500
  • 80ff09d42f Merge branch 'develop' Nelson R. Perez 2017-03-23 21:20:57 -0500
  • e2e9e5f0e5 Merge branch 'feat_lib_publication' into develop Nelson R. Perez 2017-03-23 21:08:18 -0500
  • be494a81ee Adjusting minSdkVersion Nelson R. Perez 2017-03-23 21:07:59 -0500
  • 425cb663b1 Introducing some updates required in order to make this library public via maven central Nelson R. Perez 2017-03-23 16:34:11 -0500
  • c6e4b9ea5b Small changes introduced in order to publish the library to the Maven Central Repository Nelson R. Perez 2017-03-22 22:54:16 -0500
  • d7019a3689 Adjusting tests Nelson R. Perez 2017-03-22 16:59:11 -0500
  • aa642edce9 Added support for the limit_order_cancel_operation Nelson R. Perez 2017-03-22 16:25:55 -0500
  • a9a550491b limit_order_create_operation-bearing tx is successfully being created and accepted by the network Nelson R. Perez 2017-03-20 19:21:04 -0500
  • 5ee4ef77f2 Added limit_order_create_operation and implemented its toBytes and toJsonObject serialization, and a test class Nelson R. Perez 2017-03-06 17:04:20 -0500
  • 867cd8d4b3 Fixing bin backups, making them completely compatible with the web wallet now Nelson R. Perez 2017-03-03 22:12:33 -0500
  • 37b783ad89 Retrieving the LICENSE file and expanding the README.md Nelson R. Perez 2017-03-02 00:13:44 -0500
  • 2bab1fab4f Adding support for multiple operation-tx and applying the factory pattern to every specific operation Nelson R. Perez 2017-03-01 23:26:40 -0500