iota-java icon indicating copy to clipboard operation
iota-java copied to clipboard

IOTA Java API Library. Find documentation on

Results 24 iota-java issues
Sort by recently updated
recently updated
newest added

We need to make an importer to use the account module from an existing seed. Method signature: ´iotaAccount.importStateFromSeed(boolean overwriteCurrent)´ Boolean is used when we find conflicting balances in the existing...

### Bug description When the tests run and the node/API returns something like the following: ``` {"exception":"Could not complete request","duration":323} ``` The tests still succeed :/ ### Versions What iota-java...

### Description A message is often required, if we have a standard way of creating this for everyone, mistakes are less likely to happen. The length of the message depends...

### Description PoW shouldnt be dependent on low level thread mechanism since most modern Java frameworks have their own thread handling ### Motivation Faster local POW

### Description The Library is one big package right now, we need to split it so its easier to maintain and use ### Requirements Add granularity to packaging e.g. Iota...

Starting on a new seed is a blocker for the acocunt module to some people. We need to add information about this to the Account balance methods to prevent confusion.

Currently our integration tests are very fragile since they run on a live network. Tests are susceptible to running to fast -> no confirmed balance or someone spends the balance...

Currently when you are running security level 3, using previously generated CDA for security 1 or 2, will generate invalid signature bundles. (we add 2 six tx instead of 0/1,...

If use IotaAPI.sendTransfer send three meta transaction with three specified diffrent tag, and more with a value transfer transaction, the last one tag will be used in the input transaction...

bug

Error with GetAccountDataResponse Code: > api = new IotaAPI.Builder() .protocol("https") .host("node.iota-community.org") .port("") .build(); GetAccountDataResponse response = null; try { response = api.getAccountData( "MYSEED", 2, 0, true, 0, true, 0, 0,...

bug
invalid