Commit graph

125 commits

Author SHA1 Message Date
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
Nelson R. Perez
f47ae7191c Updating Memo class 2016-12-22 12:09:12 -05:00
Nelson R. Perez
e9047b55ce Calling listener in case of erorr 2016-12-22 12:05:16 -05:00
Nelson R. Perez
4f64391e00 Fixed memo 2016-12-20 18:35:17 -05:00
Nelson R. Perez
783f48d42b Defining get_trade_history in RPC constants class 2016-12-19 22:05:04 -05:00
Nelson R. Perez
143612af88 Fixing bug with graphenej that affected all transfers with UIA with id above 1.3.127 2016-12-19 00:43:11 -05:00
Henry Varona
d9d01ddc37 Get Trade History 2016-12-18 20:42:43 -04:00
Henry Varona
6e2b886fd2 Get Trade History 2016-12-18 20:40:03 -04:00
Henry Varona
0bb457ac4d Get Trade History 2016-12-17 09:48:27 -04:00
Nelson R. Perez
2059093be4 GetLimitOrders adjusts 2016-12-16 17:22:12 -05:00
Nelson R. Perez
ca3ae3019b Fixing merge issues 2016-12-16 15:21:27 -05:00
Nelson R. Perez
1532a88736 Merge branch 'master' of ssh://bitbucket.org/bilthon/fullerene 2016-12-16 15:13:04 -05:00
Nelson R. Perez
886b5c09ec Fixing bug with 'AccountUpdateOperation' 2016-12-16 15:12:57 -05:00
Henry Varona
2998050aa9 equivalent component 2016-12-16 12:48:01 -04:30
Nelson R. Perez
47fa879ab0 Improvements in the GetAccountsByAddress class and new UserAccount deserializer 2016-12-14 16:52:08 -05:00
Nelson R. Perez
c20ae23921 Adding support for the 'get_block_header' API call 2016-12-14 15:46:45 -05:00
Nelson R. Perez
e2154d8428 More specific deserializer for the Asset class 2016-12-13 13:20:41 -05:00
Nelson R. Perez
f8cb55ffb5 Added basic support for the 'lookup_asset_symbols' API call 2016-12-13 00:21:40 -05:00
Henry Varona
0f607657de get Assets and getLimitOrder 2016-12-12 23:27:16 -04:00
Nelson R. Perez
3b1897f083 Fixing bug in GetAccountNameById 2016-12-12 17:54:12 -05:00
Henry Varona
62aa363bc4 descrypt aes fix 2016-12-12 14:57:19 -04:30
Nelson R. Perez
15ddcd86cd Making PublicKey class throw exception when passed private key data 2016-12-12 13:13:39 -05:00
Nelson R. Perez
2104fd9795 Implementing AccountProperties deserialization strategies for Authority and AccountOptions classes 2016-12-12 13:11:56 -05:00
Nelson R. Perez
45476baa7e Merge branch 'MemoImplementation' 2016-12-10 21:50:09 -05:00
Nelson R. Perez
92d086900d Renaming package 2016-12-10 21:43:01 -05:00
Henry Varona
b39d73f4d2 Memo Object 2016-12-10 16:58:57 -04:00
Henry Varona
c6261fc479 Memo Object 2016-12-10 16:32:57 -04:00
Javier Varona
b35ef3a1f1 EncodeMemo is now working, decodeMemo still has a problem 2016-12-10 10:05:16 -04:00
Henry Varona
1e4327b33f Memo encoding 2016-12-10 00:03:46 -04:00
Henry Varona
91c5d7d181 Memo 2016-12-09 23:22:46 -04:00
Nelson R. Perez
d594a9b2c2 Fixing problems with the memo test, but still not working, probably some error with serialization 2016-12-09 13:28:44 -05:00
Henry Varona
9aacdc0e15 Memo encoding decoding 2016-12-08 22:27:20 -04:00
Henry Varona
8123f10521 lookup accountName 2016-12-08 20:37:02 -04:00