Commit Graph

  • b51f21bbc5 Fixing bug in the encryption step of the wallet backup Nelson R. Perez 2017-03-01 21:06:24 -0500
  • 60dabfef31 Added the subtract method to the AssetAmount class Nelson R. Perez 2017-02-23 19:53:02 -0500
  • 93dd6ef1b2 Adding setters to TransferOperation Nelson R. Perez 2017-02-22 23:05:14 -0500
  • f7283e26e1 Removing .class files Nelson R. Perez 2017-02-19 16:27:03 -0500
  • 639bd65e78 Fixing lack of description issue Nelson R. Perez 2017-02-17 19:17:49 -0500
  • d02f7092a4 Merge branch 'master' of https://github.com/kenCode-de/graphenej Nelson R. Perez 2017-02-16 21:54:34 -0500
  • b5d83717a1 Returning null if either the decryption or the decompression step fails Nelson R. Perez 2017-02-16 21:54:19 -0500
  • b543a1c36d Fixing potential serialization bug for the TransferOperation when no fee is specified Nelson R. Perez 2017-02-16 21:53:43 -0500
  • 89a7a1423c Major structural changes to separate the library from the test app Nelson R. Perez 2017-02-16 15:05:27 -0500
  • 1cc56ef846 Merge branch 'feat_bin_backup_compatibility' Nelson R. Perez 2017-02-15 20:39:22 -0500
  • 5ec7fec23f Adding some test files Nelson R. Perez 2017-02-15 20:39:05 -0500
  • 0b0d251675 Adding compatibility with the backup files used by the web wallet Nelson R. Perez 2017-02-15 20:28:44 -0500
  • 577af21b67 Using LZMA for bin backup decompression to try to solve the compatibility issue Nelson R. Perez 2017-02-01 12:42:43 -0500
  • 09974a66f6 Adding the SubscriptionHub interface and making the SubcriptionMessageHub implement it Nelson R. Perez 2017-01-31 19:53:29 -0500
  • 7b45f785a1 Update LICENSE ken Code 2017-01-31 17:08:31 +0100
  • aec4e55953 Adding basic support for the subscription feature of the blockchain API and listening for transfer operations in transactions Nelson R. Perez 2017-01-29 22:00:39 -0500
  • fc9915ab78 Added support for the newly created 'get_all_asset_holders' API call, part of the 'asset' API Nelson R. Perez 2017-01-25 16:00:33 -0500
  • 2b225a7b8d Adding missing error class Nelson R. Perez 2017-01-25 15:57:03 -0500
  • b93da14edb Merge branch 'master' of https://github.com/kenCode-de/graphenej Nelson R. Perez 2017-01-25 14:12:46 -0500
  • b92b3124b6 Fixing Util.fromBase static method Nelson R. Perez 2017-01-25 13:50:15 -0500
  • 95ce151dd3 New add methods for the AssetAmount class Nelson R. Perez 2017-01-25 13:49:16 -0500
  • 8a5edb570a Update README.md ken Code 2017-01-24 14:24:05 +0100
  • 5a62f40d93 Introducing the SubscriptionResponse class with basic support for AccountBalanceUpdate and DynamicGlobalProperties objects deserialization Nelson R. Perez 2017-01-18 22:36:23 -0500
  • 1eb190c07e Extending the DynamicGlobalProperties class Nelson R. Perez 2017-01-18 22:34:02 -0500
  • 737bb5b4a6 Allowing the BlockData to be updated Nelson R. Perez 2017-01-18 22:32:23 -0500
  • 96ce9c4722 Renamed class Nelson R. Perez 2017-01-18 22:31:14 -0500
  • a9b99d88a1 Small improvements to Assets and UserAccount classes Nelson R. Perez 2017-01-18 22:30:04 -0500
  • 9c5d2e1be0 Fixing small issue with GrapheneObject class Nelson R. Perez 2017-01-18 22:29:38 -0500
  • 4d214659d3 Added support for the 'get_account_balances' API call Nelson R. Perez 2017-01-13 17:13:37 -0500
  • a835d9cee4 Placing AccountBalanceObject in the models package Nelson R. Perez 2017-01-13 16:23:11 -0500
  • d8e7dc9c31 Introducing initial support for the 'get_objects' API call Nelson R. Perez 2017-01-13 16:22:25 -0500
  • 7db116a894 Introducing the AccountBalanceObject and expanding the GrapheneObject class Nelson R. Perez 2017-01-13 16:21:51 -0500
  • af653d376a Updating invoice structure Nelson R. Perez 2017-01-11 13:50:22 -0500
  • e4768c700c Added new constructor Nelson R. Perez 2017-01-10 14:23:44 -0500
  • bd9cbc6880 Expanding the Converter class in order to be able to use it with Price instances Nelson R. Perez 2017-01-10 14:22:47 -0500
  • 1929e18e06 Expanding Asset and AssetOptions classes Nelson R. Perez 2017-01-10 14:20:39 -0500
  • 7cd0a76e2e Added support for the 'get_assets' API call and updated the Asset class accordingly Nelson R. Perez 2017-01-05 16:51:14 -0500
  • ef50a9f7ef Adding a setter Nelson R. Perez 2017-01-05 11:35:03 -0500
  • c26687e591 Improving the BucketObject class and introducing the Converter class Nelson R. Perez 2016-12-26 21:54:44 -0500
  • 01766c856a Implementing equals and hashcode methods for the Asset class Nelson R. Perez 2016-12-26 21:53:35 -0500
  • c6e30d0023 Adding setters and getters Nelson R. Perez 2016-12-23 20:13:55 -0500
  • 0908438888 Added support for 'get_market_history' API call Nelson R. Perez 2016-12-23 00:16:20 -0500
  • d6466886d6 Merge branch 'master' of https://github.com/kenCode-de/graphenej Nelson R. Perez 2016-12-22 12:11:21 -0500
  • f47ae7191c Updating Memo class Nelson R. Perez 2016-12-22 12:09:12 -0500
  • e9047b55ce Calling listener in case of erorr Nelson R. Perez 2016-12-22 12:05:16 -0500
  • 7bf13fac3e Update README.md ken Code 2016-12-22 13:23:50 +0100
  • 4f64391e00 Fixed memo Nelson R. Perez 2016-12-20 18:35:17 -0500
  • 783f48d42b Defining get_trade_history in RPC constants class Nelson R. Perez 2016-12-19 22:05:04 -0500
  • 143612af88 Fixing bug with graphenej that affected all transfers with UIA with id above 1.3.127 Nelson R. Perez 2016-12-19 00:43:11 -0500
  • 057b89a78b Merge origin/master Henry Varona 2016-12-18 20:42:57 -0400
  • d9d01ddc37 Get Trade History Henry Varona 2016-12-18 20:42:43 -0400
  • 6e2b886fd2 Get Trade History Henry Varona 2016-12-18 20:40:03 -0400
  • 7d24f1f55e Merge branch 'master' of ssh://bitbucket.org/bilthon/fullerene Nelson R. Perez 2016-12-18 17:21:41 -0500
  • dcd8717bd0 Renaming 'GetAccountNameById' to 'GetAccounts' to better reflect the underlying API call used Nelson R. Perez 2016-12-18 17:21:30 -0500
  • 4e2601e80f Implementing equals and hashcode in PublicKey class Nelson R. Perez 2016-12-18 17:20:05 -0500
  • 5fa4d8667f Implementing the equals and hashcode methods for the Authority class Nelson R. Perez 2016-12-18 17:18:41 -0500
  • f93f91fc1f Improving the BrainKey class Nelson R. Perez 2016-12-18 17:15:41 -0500
  • 0bb457ac4d Get Trade History Henry Varona 2016-12-17 09:48:27 -0400
  • 2059093be4 GetLimitOrders adjusts Nelson R. Perez 2016-12-16 17:22:12 -0500
  • ca3ae3019b Fixing merge issues Nelson R. Perez 2016-12-16 15:21:27 -0500
  • 1532a88736 Merge branch 'master' of ssh://bitbucket.org/bilthon/fullerene Nelson R. Perez 2016-12-16 15:13:04 -0500
  • 886b5c09ec Fixing bug with 'AccountUpdateOperation' Nelson R. Perez 2016-12-16 15:12:57 -0500
  • 2998050aa9 equivalent component Henry Varona 2016-12-16 12:48:01 -0430
  • 47fa879ab0 Improvements in the GetAccountsByAddress class and new UserAccount deserializer Nelson R. Perez 2016-12-14 16:52:08 -0500
  • c20ae23921 Adding support for the 'get_block_header' API call Nelson R. Perez 2016-12-14 15:46:45 -0500
  • e2154d8428 More specific deserializer for the Asset class Nelson R. Perez 2016-12-13 13:20:41 -0500
  • f8cb55ffb5 Added basic support for the 'lookup_asset_symbols' API call Nelson R. Perez 2016-12-13 00:21:40 -0500
  • 0f607657de get Assets and getLimitOrder Henry Varona 2016-12-12 23:27:16 -0400
  • 3b1897f083 Fixing bug in GetAccountNameById Nelson R. Perez 2016-12-12 17:54:12 -0500
  • 62aa363bc4 descrypt aes fix Henry Varona 2016-12-12 14:57:19 -0430
  • 15ddcd86cd Making PublicKey class throw exception when passed private key data Nelson R. Perez 2016-12-12 13:13:39 -0500
  • d6783fd9f3 Junit version update Nelson R. Perez 2016-12-12 13:13:12 -0500
  • 2104fd9795 Implementing AccountProperties deserialization strategies for Authority and AccountOptions classes Nelson R. Perez 2016-12-12 13:11:56 -0500
  • caacb9346c Merge branch 'master' of https://github.com/kenCode-de/graphenej Nelson R. Perez 2016-12-10 21:54:41 -0500
  • 45476baa7e Merge branch 'MemoImplementation' Nelson R. Perez 2016-12-10 21:50:09 -0500
  • 92d086900d Renaming package Nelson R. Perez 2016-12-10 21:43:01 -0500
  • b39d73f4d2 Memo Object Henry Varona 2016-12-10 16:58:57 -0400
  • c6261fc479 Memo Object Henry Varona 2016-12-10 16:32:57 -0400
  • 0eea28aaea Create LICENSE ken Code 2016-12-10 19:36:30 +0100
  • 0ee2d7cad8 Initial commit ken Code 2016-12-10 19:35:50 +0100
  • b35ef3a1f1 EncodeMemo is now working, decodeMemo still has a problem Javier Varona 2016-12-10 10:05:16 -0400
  • 1e4327b33f Memo encoding Henry Varona 2016-12-10 00:03:46 -0400
  • 91c5d7d181 Memo Henry Varona 2016-12-09 23:22:46 -0400
  • d594a9b2c2 Fixing problems with the memo test, but still not working, probably some error with serialization Nelson R. Perez 2016-12-09 13:28:44 -0500
  • 9aacdc0e15 Memo encoding decoding Henry Varona 2016-12-08 22:27:20 -0400
  • 8123f10521 lookup accountName Henry Varona 2016-12-08 20:37:02 -0400
  • 1f60b72c7b Switching to standard name Nelson R. Perez 2016-12-08 17:25:13 -0500
  • e6c53b074e Adding support for the 'lookup_accounts' API call Nelson R. Perez 2016-12-08 17:23:38 -0500
  • d53f79106e lookup accountName Henry Varona 2016-12-07 21:36:26 -0400
  • cf5900d586 Fixing lefotver from conflicts Nelson R. Perez 2016-12-05 20:52:26 -0500
  • 78b9d322b9 Merge branch 'MemoImplementation' of ssh://bitbucket.org/bilthon/fullerene into MemoImplementation Nelson R. Perez 2016-12-05 20:51:02 -0500
  • 677c1d83f5 Explicitly returning a zero byte Nelson R. Perez 2016-12-05 20:45:58 -0500
  • 51da6a5761 EncodeMessage y DecodeMessage functions implemented in Memo Henry Varona 2016-12-05 21:34:21 -0400
  • 9d19607899 First class memo implementation Henry Varona 2016-12-04 21:23:52 -0400
  • 9d4ca57823 EncodeMessage y DecodeMessage functions implemented in Memo Henry Varona 2016-12-05 21:34:21 -0400
  • 67eb4953d0 Small changes in tests Nelson R. Perez 2016-12-05 20:29:46 -0500
  • 16f2a26479 Merge branch 'master' of ssh://bitbucket.org/bilthon/fullerene Nelson R. Perez 2016-12-05 17:37:52 -0500
  • a1e8066891 Minor code adjustments Nelson R. Perez 2016-12-05 17:30:56 -0500
  • 1e52837b4e Adjusting to work with java versions prior to 1.8 Nelson R. Perez 2016-12-05 17:27:34 -0500
  • d63b0b685b Merge branch 'feat_account_update_operation' Nelson R. Perez 2016-12-05 16:20:33 -0500