Commit Graph

149 Commits

Author SHA1 Message Date
Michael Schierl
a1278b1d73 Fix inverted condition
Found by Eclipse's static null value analyzer.

It makes no sense to set the value to 0 if it is not null. That way, null remains null (and will create a NPE in line 123), and all other values get overwritten by 0. Therefore, overwrite null by zero, fixing both warnings.
2017-09-02 19:46:55 +02:00
adrianziser
f43d606f04 speed optimization (java 7 compatible) thx @th0br0 2017-08-16 20:01:34 +02:00
Oliver Nitzschke
75c433e1e8 Merge pull request #29 from jpkrohling/JPK-FixBuilder
Fixed IOTA API Builder
2017-08-15 11:58:03 +02:00
Juraci Paixão Kröhling
74d9025165
Fixed IOTA API Builder 2017-08-15 09:27:57 +02:00
Juraci Paixão Kröhling
4d88496054
Transfer should not require a tag 2017-08-15 09:01:06 +02:00
pinpong
1114e56b42 updated getAccountData 2017-08-13 16:00:23 +02:00
pinpong
eddf73dd09 updated getAccountData 2017-08-13 15:25:57 +02:00
pinpong
2a9a6abd35 added getAccountData 2017-08-13 14:36:56 +02:00
pinpong
d2b33f73bd refactored 2017-08-13 07:27:28 +02:00
adrianziser
3650407eb9 cleanup 2017-08-13 01:26:19 +02:00
adrianziser
ba0d5bbbc3 curl is still used for the calculation of transaction hashs 2017-08-13 01:23:57 +02:00
adrianziser
f3a32d4bdc switched from curl to kerl 2017-08-12 15:56:06 +02:00
Oliver Nitzschke
6241a01446 Merge pull request #19 from toonsevrin/patch-1
Patch 1
2017-07-02 23:10:45 +02:00
Toon Sevrin
5693c69bc4 Made inputValidation optional 2017-07-02 13:30:22 +02:00
Toon Sevrin
7f5910bdd7 Added optional inputValidation and remainder 2017-07-02 13:13:09 +02:00
Andreas C. Osowski
65883fc80f Fixes #14
`IotaAPI.prepareTransfers` should pass `remainderAddress` to
`IotaAPI.addRemainder`
2017-06-19 11:16:04 +02:00
Oliver Nitzschke
ebe81b22c2 updated neighbors model 2017-06-03 09:46:32 +02:00
pinpong
8b3b9dd6c9 documentation 2017-02-19 15:28:17 +01:00
adrianziser
bbaa4d8b2f Multisig implementation finished 2017-02-18 20:37:26 +01:00
pinpong
5e956137a4 fixed last commit 2017-02-16 19:28:28 +01:00
pinpong
73799607cb refactored 2017-02-15 23:52:46 +01:00
pinpong
1c019746df Fixed NullPointer 2017-02-15 20:16:02 +01:00
pinpong
ec3a1fde08 Revert "Fixed NullPointer"
This reverts commit 220872d594.
2017-02-15 20:14:49 +01:00
pinpong
220872d594 Fixed NullPointer 2017-02-15 19:23:58 +01:00
pinpong
d0f2a5517c documentation 2017-02-15 18:16:25 +01:00
pinpong
8c2a36bacf documentation 2017-02-14 21:05:27 +01:00
pinpong
8cb20c2792 documentation 2017-02-14 20:58:35 +01:00
pinpong
bc451b81aa documentation 2017-02-14 20:20:15 +01:00
pinpong
6000f702d6 documentation 2017-02-13 18:06:23 +01:00
pinpong
878f5e9f95 documentation 2017-02-12 23:36:47 +01:00
pinpong
e4db4219e0 documentation 2017-02-12 23:18:51 +01:00
adrianziser
90ac1071ee always clone curl instance 2017-02-12 17:53:12 +01:00
pinpong
ecf1e5d58f fixed small extension 2017-02-05 20:03:20 +01:00
pinpong
cdea177ebd added more documentation 2017-02-05 13:43:06 +01:00
pinpong
8e08047b93 added documentation 2017-02-05 11:57:13 +01:00
AZ
7709521c8c add missing class 2017-02-04 19:11:13 +01:00
AZ
4b4c4af7ae multisigs [wip] 2017-02-04 18:56:10 +01:00
AZ
62bf75ed53 small extension for tests & inputvalidation, added multisignatures (WIP) 2017-02-04 18:55:07 +01:00
pinpong
f143cfbbf6 extended tests 2017-02-03 16:50:17 +01:00
pinpong
92f8d31a1d private key generation with security level param 2017-02-02 23:27:23 +01:00
pinpong
8cf315fb09 fixed merge #10 2017-02-02 16:59:12 +01:00
AZ
6176b0d556 refactored 2017-01-29 20:23:23 +01:00
AZ
34cfec47c0 fixed getinputs 2017-01-27 16:23:12 +01:00
pinpong
3a9ecf464a fixed typos 2017-01-23 20:20:20 +01:00
AZ
c075d0d06a fixed last commit 2017-01-22 16:47:44 +01:00
AZ
2f495e3464 Merge remote-tracking branch 'origin/master' 2017-01-22 16:45:48 +01:00
AZ
6d4605cfe6 removed brainf***ed piece of code 2017-01-22 16:45:27 +01:00
pinpong
379897900a minor 2017-01-22 15:31:44 +01:00
AZ
499cfea0e1 fixed gettransfer handling for seed without transactions 2017-01-22 14:41:39 +01:00
AZ
572cf55680 slightly improved error handling 2017-01-22 14:31:52 +01:00