Commit Graph

170 Commits (c6e4b9ea5b070c8629563e528b4189a376f31ea2)

Author SHA1 Message Date
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
Nelson R. Perez 1cc56ef846 Merge branch 'feat_bin_backup_compatibility' 2017-02-15 20:39:22 -05:00
Nelson R. Perez 5ec7fec23f Adding some test files 2017-02-15 20:39:05 -05:00
Nelson R. Perez 0b0d251675 Adding compatibility with the backup files used by the web wallet 2017-02-15 20:28:44 -05:00
Nelson R. Perez 577af21b67 Using LZMA for bin backup decompression to try to solve the compatibility issue 2017-02-01 12:42:43 -05:00
Nelson R. Perez 09974a66f6 Adding the SubscriptionHub interface and making the SubcriptionMessageHub implement it 2017-01-31 19:53:29 -05:00
ken Code 7b45f785a1 Update LICENSE 2017-01-31 17:08:31 +01:00
Nelson R. Perez aec4e55953 Adding basic support for the subscription feature of the blockchain API and listening for transfer operations in transactions 2017-01-29 22:00:39 -05:00
Nelson R. Perez fc9915ab78 Added support for the newly created 'get_all_asset_holders' API call, part of the 'asset' API 2017-01-25 16:00:33 -05:00
Nelson R. Perez 2b225a7b8d Adding missing error class 2017-01-25 15:57:03 -05:00
Nelson R. Perez b93da14edb Merge branch 'master' of https://github.com/kenCode-de/graphenej 2017-01-25 14:12:46 -05:00
Nelson R. Perez b92b3124b6 Fixing Util.fromBase static method 2017-01-25 13:50:15 -05:00
Nelson R. Perez 95ce151dd3 New add methods for the AssetAmount class 2017-01-25 13:49:16 -05:00
ken Code 8a5edb570a Update README.md 2017-01-24 14:24:05 +01:00
Nelson R. Perez 5a62f40d93 Introducing the SubscriptionResponse class with basic support for AccountBalanceUpdate and DynamicGlobalProperties objects deserialization 2017-01-18 22:36:23 -05:00
Nelson R. Perez 1eb190c07e Extending the DynamicGlobalProperties class 2017-01-18 22:34:02 -05:00
Nelson R. Perez 737bb5b4a6 Allowing the BlockData to be updated 2017-01-18 22:32:23 -05:00
Nelson R. Perez 96ce9c4722 Renamed class 2017-01-18 22:31:14 -05:00
Nelson R. Perez a9b99d88a1 Small improvements to Assets and UserAccount classes 2017-01-18 22:30:04 -05:00
Nelson R. Perez 9c5d2e1be0 Fixing small issue with GrapheneObject class 2017-01-18 22:29:38 -05:00
Nelson R. Perez 4d214659d3 Added support for the 'get_account_balances' API call 2017-01-13 17:13:37 -05:00
Nelson R. Perez a835d9cee4 Placing AccountBalanceObject in the models package 2017-01-13 16:23:11 -05:00
Nelson R. Perez d8e7dc9c31 Introducing initial support for the 'get_objects' API call 2017-01-13 16:22:25 -05:00
Nelson R. Perez 7db116a894 Introducing the AccountBalanceObject and expanding the GrapheneObject class 2017-01-13 16:21:51 -05:00
Nelson R. Perez af653d376a Updating invoice structure 2017-01-11 13:50:22 -05:00
Nelson R. Perez e4768c700c Added new constructor 2017-01-10 14:23:44 -05:00
Nelson R. Perez bd9cbc6880 Expanding the Converter class in order to be able to use it with Price instances 2017-01-10 14:22:47 -05:00
Nelson R. Perez 1929e18e06 Expanding Asset and AssetOptions classes 2017-01-10 14:20:39 -05:00
Nelson R. Perez 7cd0a76e2e Added support for the 'get_assets' API call and updated the Asset class accordingly 2017-01-05 16:51:14 -05:00
Nelson R. Perez ef50a9f7ef Adding a setter 2017-01-05 11:35:03 -05:00
Nelson R. Perez c26687e591 Improving the BucketObject class and introducing the Converter class 2016-12-26 21:54:44 -05:00
Nelson R. Perez 01766c856a Implementing equals and hashcode methods for the Asset class 2016-12-26 21:53:35 -05:00
Nelson R. Perez c6e30d0023 Adding setters and getters 2016-12-23 20:13:55 -05:00
Nelson R. Perez 0908438888 Added support for 'get_market_history' API call 2016-12-23 00:16:20 -05:00