graphenej/graphenej/src/test/java/cy/agorise/graphenej
Nelson R. Perez bf346f25bf Introducing the CreateHtlcOperation & supporting classes
- HtlcHashType class enumerates all supported HTLC hash functions.
- The HtlcHash class is used to represent all possible HTLC hash results.
- The CreateHtlcOperation class itself is used to represent the operation that creates an HTLC
- A simple test class was introduced in order to test hash functions and subsequently also test the HTLC operation serialization
2019-07-11 13:25:38 -05:00
..
api - Added support for the 'get_account_history_by_operations' API call 2018-09-05 21:04:46 -05:00
models Moved the Memo class 2018-09-17 12:19:22 -05:00
network Fixed problem with the comparation function between two FullNode instances 2018-10-23 15:30:37 -05:00
objects Added a few more test cases for the memo decoding 2019-02-23 21:33:09 -05:00
operations Introducing the CreateHtlcOperation & supporting classes 2019-07-11 13:25:38 -05:00
AssetAmountTest.java Changing method's name 2017-11-23 23:39:29 -05:00
AssetTest.java Package rename 2017-10-02 14:34:50 -05:00
AuthorityTest.java Package rename 2017-10-02 14:34:50 -05:00
BrainKeyTest.java Extended the BrainKeyTest in order to cover OpenLedger's accounts 2018-05-31 15:52:26 -05:00
KeyTest.java Adjusting argument order in order to match expected & actual 2017-11-02 11:47:59 -05:00
ObjectTypeTest.java Package rename 2017-10-02 14:34:50 -05:00
OrderBookTest.java Fixing small issue with the OrderBook#calculateObtainedQuote() method 2017-11-29 00:24:13 -05:00
PublicKeyTest.java Package rename 2017-10-02 14:34:50 -05:00
TestAccounts.java Hardcoding additional account information and thus making the tx test self-contained 2017-11-02 16:09:15 -05:00
TransactionTest.java Fixed bug with the memo's nonce serialization format 2019-01-15 11:16:02 -05:00
UserAccountTest.java Package rename 2017-10-02 14:34:50 -05:00
UtilTest.java Fixing a bug with memo deserialization 2017-10-12 23:34:22 -05:00