Commit Graph

301 Commits (master)

Author SHA1 Message Date
Nelson R. Perez c19e618ded Applying the version bump to the manifest and other gradle files 2017-06-26 14:12:31 -05:00
Nelson R. Perez 67f3e05b5c Added the @Expose annotation to the GrapheneObject#id field 2017-06-26 14:05:33 -05:00
Nelson R. Perez 3d74a612f6 Making the PublicKey class implement the Serializable interface 2017-06-26 14:03:39 -05:00
Nelson R. Perez f59cf1afa0 Adding getter/setter to the weight_threshold field 2017-06-26 14:02:25 -05:00
Nelson R. Perez ea0bab5179 Simple renaming of a variable for semantic purposes 2017-06-26 14:01:17 -05:00
Nelson R. Perez 7b9b694a71 Implementing the UserAccount#toJsonString method 2017-06-26 13:59:43 -05:00
Nelson R. Perez 5a1c9d5834 Version bump 2017-05-20 16:31:08 -05:00
Nelson R. Perez ee78d48947 Using a long data type for the authorities weight 2017-05-20 16:18:50 -05:00
Nelson R. Perez d21fea7cb6 Adding support for account and asset deserialization to the GetObjects API call wrapper 2017-05-11 18:55:16 -05:00
Nelson R. Perez 5ff6f29ebd Adding support for selective subscription with the SubscriptionMessagesHub and related 2017-05-09 11:21:53 -05:00
Nelson R. Perez df5271ef05 Setting UTC as the time zone for the the deserialized time field in the dynamic global properties object 2017-05-03 13:20:48 -05:00
Nelson R. Perez 457164b002 Telling the Deserializing LimitOrderCreateOperation objects in the stream coming in the SubscriptionMessagesHub 2017-04-27 18:00:24 -05:00
Nelson R. Perez 37f52283a9 Introduced the DynamicGlobalPropertiesDeserializer 2017-04-27 15:16:33 -05:00
Nelson R. Perez 1c5d382891 Adding a WitnessResponseListener as a parameter for the SubscriptionMessagesHub class 2017-04-24 16:30:08 -05:00
Nelson R. Perez 88ca47c378 Fixing a problem caused by the lack of extension byte in the serialization of the AccountOption class 2017-04-19 22:22:57 -05:00
Nelson R. Perez a848c66fb9 Introducing the BaseApiTest class and making some test classes extend it 2017-04-17 16:07:05 -05:00
Nelson R. Perez c9c33566fa Reintroducing the GetKeyReferences single argument constructor in order to maintain backwards compatibility 2017-04-17 16:05:57 -05:00
Nelson R. Perez 85430b8b46 Introducing default sequence number as a constant 2017-04-14 17:41:50 -05:00
Nelson R. Perez 9b15a0b5da Making both the GetBlockHeader and GetKeyReferences extend the BaseGrapheneHandler class 2017-04-13 11:15:48 -05:00
Nelson R. Perez fb82ce660e Adding the 'retry' method to both the GetMarketHistory and GetRelativeAccountHistory API call wrappers 2017-04-13 11:14:57 -05:00
Nelson R. Perez 9addf3b77f Renamed GetAccountsByAddress to GetKeyReferences 2017-04-13 11:12:28 -05:00
Nelson R. Perez a23d059d16 Making other API classes extend the BaseGrapheneHandler 2017-04-10 16:27:56 -05:00
Nelson R. Perez eceb096607 Adding a memo getter inside the TransferOperation class 2017-04-10 12:09:17 -05:00
Nelson R. Perez 66a5ba497d Making the GetLimitOrders and TransactionBroadcastSequence implement the BaseGrapheneHandler interface 2017-04-10 12:08:51 -05:00
Nelson R. Perez 716dee58d5 Removing some autogenerated files from the repo 2017-04-06 15:39:43 -05:00
Nelson R. Perez 80358bc086 Fixed a rounding error in the OrderBook class' exchange method 2017-04-06 15:34:23 -05:00
Nelson R. Perez aa35925718 Added multiplication and division methods for the AssetAmount class 2017-04-06 12:22:57 -05:00
Nelson R. Perez 55bc4fb256 Using the LimitOrder.getForSale() method 2017-04-05 14:32:59 -05:00
Nelson R. Perez 5f08eafa4c Adjustments in the OrderBook class and adding getters & setters to the LimitOrderCreateOperation class 2017-03-29 22:22:35 -05:00
Nelson R. Perez 8bd9f293a4 Added the OrderBook class 2017-03-27 15:33:00 -05:00
Nelson R. Perez cb30d27c35 Fixing small issue that prevented the correct deserialization of the 'price' field in the LimitOrder class 2017-03-24 16:28:00 -05:00
Nelson R. Perez 207d43ddf1 Fixing test and small changes to .gitignore 2017-03-23 21:52:32 -05:00
Nelson R. Perez be494a81ee Adjusting minSdkVersion 2017-03-23 21:07:59 -05:00
Nelson R. Perez 425cb663b1 Introducing some updates required in order to make this library public via maven central 2017-03-23 16:34:11 -05:00
Nelson R. Perez c6e4b9ea5b Small changes introduced in order to publish the library to the Maven Central Repository 2017-03-22 22:54:16 -05:00
Nelson R. Perez d7019a3689 Adjusting tests 2017-03-22 16:59:11 -05:00
Nelson R. Perez aa642edce9 Added support for the limit_order_cancel_operation 2017-03-22 16:25:55 -05:00
Nelson R. Perez a9a550491b limit_order_create_operation-bearing tx is successfully being created and accepted by the network 2017-03-20 19:21:04 -05:00
Nelson R. Perez 5ee4ef77f2 Added limit_order_create_operation and implemented its toBytes and toJsonObject serialization, and a test class 2017-03-06 17:04:20 -05:00
Nelson R. Perez 867cd8d4b3 Fixing bin backups, making them completely compatible with the web wallet now 2017-03-03 22:12:33 -05:00
Nelson R. Perez 37b783ad89 Retrieving the LICENSE file and expanding the README.md 2017-03-02 00:13:44 -05:00
Nelson R. Perez 2bab1fab4f Adding support for multiple operation-tx and applying the factory pattern to every specific operation 2017-03-01 23:26:40 -05:00
Nelson R. Perez b51f21bbc5 Fixing bug in the encryption step of the wallet backup 2017-03-01 21:06:24 -05:00
Nelson R. Perez 60dabfef31 Added the subtract method to the AssetAmount class 2017-02-23 19:53:02 -05:00
Nelson R. Perez 93dd6ef1b2 Adding setters to TransferOperation 2017-02-22 23:05:14 -05:00
Nelson R. Perez f7283e26e1 Removing .class files 2017-02-19 16:27:03 -05:00
Nelson R. Perez 639bd65e78 Fixing lack of description issue 2017-02-17 19:17:49 -05:00
Nelson R. Perez d02f7092a4 Merge branch 'master' of https://github.com/kenCode-de/graphenej 2017-02-16 21:54:34 -05:00
Nelson R. Perez b5d83717a1 Returning null if either the decryption or the decompression step fails 2017-02-16 21:54:19 -05:00
Nelson R. Perez b543a1c36d Fixing potential serialization bug for the TransferOperation when no fee is specified 2017-02-16 21:53:43 -05:00
Nelson R. Perez 89a7a1423c Major structural changes to separate the library from the test app 2017-02-16 15:05:27 -05:00