Kostya Shpachenko
|
a2886ea0a5
|
Fixed deserialization of "seller" field of limit_order_create_operation
|
2017-12-18 15:40:38 +02:00 |
|
Kostya Shpachenko
|
d0629eab85
|
Implemented deserialization of custom operation
|
2017-12-18 15:39:37 +02:00 |
|
Nelson Perez
|
9e344ac410
|
Merge pull request #1 from Carix/add_get_block_method
get_block method
|
2017-12-13 22:26:36 -05:00 |
|
Kostya Shpachenko
|
be9a16a48b
|
Added tests for custom operation
|
2017-12-13 23:56:41 +02:00 |
|
Kostya Shpachenko
|
16d3ff6721
|
Implemented support of custom operation
|
2017-12-13 23:55:00 +02:00 |
|
Kostya Shpachenko
|
a849fae997
|
Added test for GetBlock API call
|
2017-12-12 16:37:50 +02:00 |
|
Kostya Shpachenko
|
74767f2d1d
|
Implemented GetBlock API call
|
2017-12-12 16:36:50 +02:00 |
|
Nelson R. Perez
|
ff856e7e2c
|
Fixing small issue with the OrderBook#calculateObtainedQuote() method
|
2017-11-29 00:24:13 -05:00 |
|
Nelson R. Perez
|
50bd0aa05c
|
Version 0.4.6-alpha5
|
2017-11-29 00:17:47 -05:00 |
|
Nelson R. Perez
|
2520099762
|
Serializing the memo only when the message bytes is not null
|
2017-11-27 23:05:42 -05:00 |
|
Nelson R. Perez
|
de11203ef8
|
Version 0.4.6-alpha4
|
2017-11-27 22:55:15 -05:00 |
|
Nelson R. Perez
|
ef98d99b1f
|
Removed diff file
|
2017-11-27 22:54:53 -05:00 |
|
Nelson R. Perez
|
2e4bd213c7
|
Changing method's name
|
2017-11-23 23:39:29 -05:00 |
|
Nelson R. Perez
|
fb80fe3c02
|
Introducing some copy constructors and making sure #multiplyBy and #divideBy return different instances
|
2017-11-23 23:38:53 -05:00 |
|
Nelson R. Perez
|
9a1808d127
|
Modified AssetAmount#multiply() and AssetAmount#divide() to not cast its value to a long primitive and thus preventing some overflow scenarios that the idea of using the UnsignedLong class is suposed to prevent
|
2017-11-23 23:03:41 -05:00 |
|
Nelson R. Perez
|
805903bed4
|
Version 0.4.6-alpha3
|
2017-11-23 19:20:45 -05:00 |
|
Nelson R. Perez
|
3796ed5f81
|
Updating the OrderBook class, adding #calculateObtainedQuote and #calculateRequiredBase methods
|
2017-11-17 16:46:26 -05:00 |
|
Nelson R. Perez
|
ab7f88d17c
|
Version 0.4.6-alpha2
|
2017-11-16 10:38:49 -05:00 |
|
Agorise
|
cb24964b0b
|
Update LICENSE
|
2017-11-15 13:10:02 +02:00 |
|
Nelson R. Perez
|
394ed4b3b0
|
Adding support for optional decimal or hex representations of the memo's nonce value in the newly introduced toJson method. Also introducing a Serializer
|
2017-11-09 23:52:50 -05:00 |
|
Nelson R. Perez
|
c2287f5410
|
v0.4.6-alpha1
|
2017-11-09 23:34:48 -05:00 |
|
Nelson R. Perez
|
70b251a665
|
Adding support for a string-based query when using the LookupAssetSymbols API
|
2017-11-09 18:21:41 -05:00 |
|
Nelson R. Perez
|
3406fcdd68
|
Fixing the test for the GetAccountBalances API handler when used with the NodeConnection class
|
2017-11-09 17:53:28 -05:00 |
|
Nelson R. Perez
|
2ea1fa9cc7
|
Using a long data type for the sequenceId variable
|
2017-11-09 17:51:29 -05:00 |
|
Nelson R. Perez
|
2d81979c08
|
Only subscribing to events if the clearFilter variable is true, and also adding support for handlers added before the connection was established
|
2017-11-09 17:50:49 -05:00 |
|
Nelson R. Perez
|
1e18382451
|
Avoiding a NullPointerException and using a sequential requestId in order to use this class with the NodeConnection
|
2017-11-09 17:49:18 -05:00 |
|
Nelson R. Perez
|
c8fe1ec9c4
|
Increasing the message ids of the SubscriptionMessagesHub increase monotonically
|
2017-11-09 15:08:35 -05:00 |
|
Nelson R. Perez
|
e5ce587f68
|
Added test to non-existing node
|
2017-11-08 19:01:42 -05:00 |
|
Nelson R. Perez
|
b1c93a97e1
|
Replacing last argument of the NodeConnection#connect method for a NodeErrorListener instance
|
2017-11-03 00:28:25 -05:00 |
|
Nelson R. Perez
|
da378506d9
|
v0.4.6-alpha0
|
2017-11-03 00:18:06 -05:00 |
|
Nelson R. Perez
|
581693497a
|
Merge branch 'feat_big_integer_memo_nonce' into develop
|
2017-11-02 17:57:28 -05:00 |
|
Nelson R. Perez
|
3d4b2719bb
|
Fixing memo toJsonObject test and deserializing memo's nonce only as a decimal number
|
2017-11-02 17:57:15 -05:00 |
|
Nelson R. Perez
|
0192728bd5
|
Using hexlify in order to obtain the bytes from the BigInteger nonce
|
2017-11-02 17:49:03 -05:00 |
|
Nelson R. Perez
|
cf647a65ba
|
Adding the memo in both test transfer operations
|
2017-11-02 17:49:03 -05:00 |
|
Nelson R. Perez
|
fc91f7366c
|
Experimentally changing the nonce type to BigInteger
|
2017-11-02 17:49:03 -05:00 |
|
Nelson R. Perez
|
33a330f44a
|
Fixing test case for the transfer operation transaction broadcast
|
2017-11-02 17:45:08 -05:00 |
|
Nelson R. Perez
|
62b0a7501b
|
Adding correct binary sequence that corresponds to the test memo #toBytes desired output
|
2017-11-02 17:44:14 -05:00 |
|
Nelson R. Perez
|
3ae4ca10bf
|
Small change to the setup of the memo test
|
2017-11-02 16:15:22 -05:00 |
|
Nelson R. Perez
|
3449e97b5b
|
Hardcoding additional account information and thus making the tx test self-contained
|
2017-11-02 16:09:15 -05:00 |
|
Nelson R. Perez
|
2e92805234
|
Removing dependency on environment variables from the memo testing suite
|
2017-11-02 15:25:54 -05:00 |
|
Nelson R. Perez
|
f74f2cefc2
|
Adjusting argument order in order to match expected & actual
|
2017-11-02 11:47:59 -05:00 |
|
Nelson R. Perez
|
e34596d0b4
|
Adding a simple key to address derivation test
|
2017-11-02 11:38:39 -05:00 |
|
Nelson R. Perez
|
3e96bbc9b3
|
Adding node hopping capabilities to the NodeConnection class along with some tests
|
2017-11-01 21:18:36 -05:00 |
|
Nelson R. Perez
|
69ccbe8cd9
|
- Reverted the Memo#nonce attribute to the original long type
- Properly fixed the deserialization problem and added a specific test case at MemoTest#shouldDeserializeFromString
|
2017-10-17 23:19:55 -05:00 |
|
Agorise
|
ac52d9b592
|
Update LICENSE
|
2017-10-16 13:44:35 +03:00 |
|
Nelson R. Perez
|
b305faa662
|
Fixing a bug with memo deserialization
|
2017-10-12 23:34:22 -05:00 |
|
Nelson R. Perez
|
61dc72724e
|
Fixed a bug in the OrderBook.calculateRequiredBase method that made the calculation of the required asset amount to fail some times
|
2017-10-12 18:22:29 -05:00 |
|
Nelson R. Perez
|
6ac84f9a52
|
Decreasing count when removing subscription listener
|
2017-10-04 23:05:14 -05:00 |
|
Nelson R. Perez
|
5e88c209e3
|
Package rename
|
2017-10-02 14:34:50 -05:00 |
|
Nelson R. Perez
|
5d3e38a740
|
Version bump in AndroidManifest
|
2017-10-02 14:26:10 -05:00 |
|