iota-java
iota-java copied to clipboard
IOTA Java API Library. Find documentation on
Bumps [mongodb-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.7 to 3.12.8. Release notes Sourced from mongodb-driver's releases. Java Driver 3.12.8 (February 18, 2021) Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-8-released/16823 Commits eb2ae25 Bump to 3.12.8 ae5b1c0 Fix CVE-2021-20328 32052a1...
## Description Why there is no iota bech32 address format implementation in the code? ## Motivation it`s necessary ## Are you planning to do it yourself in a pull request?...
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.66 to 1.67. Changelog Sourced from bcprov-jdk15on's changelog. ... (truncated) Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
# Description of change Please write a summary of your changes and why you made them. Be sure to reference any related issues by adding `fixes # (issue)`. ## Type...
# Description of change Mock iota client in integration test ## Type of change Choose a type of change, and delete any options that are not relevant. - Enhancement (a...
### Issue Currently most exceptions are thrown into one big pile called `ArgumentException`. We should specify between derivatives of `RuntimeException` for input parameters, and specific derivatives of `ArgumentException` for node...
## Enhancement description When I implemented https://github.com/iotaledger/iota-java/issues/174 I noticed that some tests didn't work. I `Disabled` these tests. Make sure to check what is the right behavior and fix the...
## Bug description Currently the project cannot be built because java-md-doclet is configured incorrectly. The group id has been changed, the new group id of java-md-doclet is "org.iota" if you...
## Description Thers like 4 different older release pipeline code everywhere. We gotta clean house and.. heck.. maybe use github pipeline! ## Motivation Nobody knows what to do, including me...
When calling this method: api.getTransfers(seed, 2, index, index+1, false); I frequently receive this exception: jota.error.ArgumentException: [{"error":"Could not complete request","duration":43}] at jota.IotaAPICore.wrapCheckedException(IotaAPICore.java:71) at jota.IotaAPICore.getTrytes(IotaAPICore.java:292) at jota.IotaAPI.findTransactionsObjectsByHashes(IotaAPI.java:268) at jota.IotaAPI.findTransactionObjectsByAddresses(IotaAPI.java:297) at jota.IotaAPI.bundlesFromAddresses(IotaAPI.java:132) at...