Commit Graph

282 Commits (master)

Author SHA1 Message Date
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 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 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 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 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 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