graphenej/graphenej/src/main/java/cy/agorise/graphenej
Nelson R. Perez dc348b2578 Changed the 'updateNode' to make it also add a new node if it was not present 2019-09-25 17:31:54 -05:00
..
api Fixed a concurrency problem 2019-07-12 17:51:50 -05:00
crypto Package rename 2017-10-02 14:34:50 -05:00
errors Version 0.4.6-alpha2 2017-11-16 10:38:49 -05:00
interfaces Package rename 2017-10-02 14:34:50 -05:00
models Adding serialization capabilities for parameters that are themselves arrays of Integer or Long types, like what we need to properly serialize the 'get_account_history_by_operations' API call 2018-09-13 15:50:18 -05:00
network Changed the 'updateNode' to make it also add a new node if it was not present 2019-09-25 17:31:54 -05:00
operations Fixed RedeemHtlcOperation JSON and byte serialization and introduced a serialization test case 2019-08-01 13:03:10 -05:00
stats Introducing the FullNode class, which keeps track of the delay to each full node it represents 2018-09-17 17:48:49 -05:00
test Package rename 2017-10-02 14:34:50 -05:00
AccountOptions.java Givingh the AccountOptionsDeserializer class more control over when it should de-serialize its UserAccount attribute and when it should skip it in order to prevent infinite recursion loops 2018-10-09 18:54:41 -05:00
Address.java - Added equals() and hashCode() to the Address class 2019-02-22 18:25:36 -05:00
Asset.java Introducing some copy constructors and making sure #multiplyBy and #divideBy return different instances 2017-11-23 23:38:53 -05:00
AssetAmount.java Added a toString() to the AssetAmount class 2018-11-01 16:53:19 -05:00
AssetOptions.java Package rename 2017-10-02 14:34:50 -05:00
Authority.java Package rename 2017-10-02 14:34:50 -05:00
AuthorityType.java Updating the private key whenever the brainkey's sequence number is updated 2018-08-28 21:26:35 -05:00
BIP39.java Package rename 2017-10-02 14:34:50 -05:00
BaseOperation.java - Added support for the 'get_account_history_by_operations' API call 2018-09-05 21:04:46 -05:00
BlockData.java Package rename 2017-10-02 14:34:50 -05:00
BrainKey.java Updating the private key whenever the brainkey's sequence number is updated 2018-08-28 21:26:35 -05:00
Chains.java Package rename 2017-10-02 14:34:50 -05:00
Converter.java Package rename 2017-10-02 14:34:50 -05:00
Extensions.java - Added support for the 'get_account_history_by_operations' API call 2018-09-05 21:04:46 -05:00
FileBin.java Package rename 2017-10-02 14:34:50 -05:00
GrapheneObject.java Introducing the HTLC object type 2019-07-30 16:40:19 -05:00
Htlc.java Introducing the HTLC object instance 2019-07-30 17:05:21 -05:00
HtlcHash.java Making the HtlcHash class implement the JsonSerializable interface 2019-07-26 17:12:38 -05:00
HtlcHashType.java Introducing the CreateHtlcOperation & supporting classes 2019-07-11 13:25:38 -05:00
Invoice.java Package rename 2017-10-02 14:34:50 -05:00
LimitOrder.java Updating the OrderBook class, adding #calculateObtainedQuote and #calculateRequiredBase methods 2017-11-17 16:46:26 -05:00
LineItem.java Package rename 2017-10-02 14:34:50 -05:00
MarketTrade.java Package rename 2017-10-02 14:34:50 -05:00
Memo.java - Added equals() and hashCode() to the Address class 2019-02-22 18:25:36 -05:00
ObjectType.java Introducing the HTLC object type 2019-07-30 16:40:19 -05:00
OperationType.java Added missing operation types 2019-07-09 12:57:41 -05:00
Optional.java Package rename 2017-10-02 14:34:50 -05:00
OrderBook.java Added an order book getter to the OrderBook class 2018-05-31 15:52:26 -05:00
Price.java Fixed a problem with the deserialization of the get_objects api call that ocurred when the requested objects were of type impl_asset_bitasset_data_type 2018-02-20 23:38:47 -05:00
PublicKey.java Added a toString to the PublicKey class 2018-06-11 15:12:16 -05:00
RPC.java - Added support for the "get_transaction" API call for the single-connection mode 2018-12-26 17:45:41 -05:00
Transaction.java Added missing operation types 2019-07-09 12:57:41 -05:00
UserAccount.java Added 'isLifetime' property to UserAccount class 2018-06-01 21:45:07 -05:00
Util.java Created a single function at the Util static class that exposes interfaces for SHA1, RIPEMD160 & SHA-256 hash functions 2019-07-11 13:21:30 -05:00
Varint.java Package rename 2017-10-02 14:34:50 -05:00
Vote.java Package rename 2017-10-02 14:34:50 -05:00
brainkeydict.txt Package rename 2017-10-02 14:34:50 -05:00