Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Releases: iotaledger/iota-java

1.0.0-beta9

13 Jul 19:58
c1a5d15
Compare
Choose a tag to compare
1.0.0-beta9 Pre-release
Pre-release

API

  • Removed threshold (@ezienecker )
  • Fixed multisig to work with all security levels
  • Removed tips param
  • Added isconfirmed alias for getInclusionstates
  • Fixed node URL host allowing a file/folder extension (example: node is the extension in http://iota.net/node)
  • Normalised creation of toString text (@ezienecker )

Documentation

  • Updated information files (Readme, contributing, etc) @JakeSCahill

1.0.0-beta8 - Bugfixes and added API call

08 Dec 23:23
Compare
Choose a tag to compare

Account

  • Added interruption checks to prevent error spam on shutdown
  • Magnets are once again made with curl

API

  • Added GetNodeAPIConfiguration API call
  • Fixed an issue in manual transaction creation

Documentation

  • Updated docs folder
  • Added an example for prepare and sendTrytes in the readme
  • Updated getting started guide

1.0.0-beta7 - Documentation and bugfixes

29 Oct 15:32
Compare
Choose a tag to compare

API

  • Added support for calling IXI modules on IRI
  • Made IP address check optional for android support #199

Both

Tests

  • Fixed tests by changing the devnet node, updated older code

And various documentation improvements by @JakeSCahill #191, and others

1.0.0-beta6 - JUnit 5 & cleanup

04 Jul 15:39
74570b5
Compare
Choose a tag to compare
Pre-release

API

  • Check for spent address using wereAddressSpentFrom when requesting a new address
  • Complete revamp of requesting addresses using a Builder! (@ManuZiD)
  • Added another interface above IotaLocalPow, for compass remote POW

Account

  • Added doclet annotationts to accounts module
  • Added support for POW and attachToTangle events
  • Allow addign custom plugins to the account module
  • Added check for reattachment confirmations instead of just checking the original

Both

  • Changed JUnit to version 5 (@ManuZiD)
  • Cleaned up the POM (@ManuZiD)

1.0.0-beta5 - Doclet/Javadoc and account messaging fixes

11 Apr 01:16
f369743
Compare
Choose a tag to compare
  • Added Java Doclet for automated Markdown generation (can be run using "mvn clean compile site")

  • Added javadoc to ApiCore and API

  • Fixed getMessage() parsing in EventReceivedMessage

  • Fixed sending 0 value transactions with messages bigger than 1 transaction

1.0.0-beta4 - Accounts module Beta

09 Apr 19:40
b9d025c
Compare
Choose a tag to compare
Pre-release
  • Event management system

  • Account builder and API builder rewrite for re-usability

  • Split storage and config modules

  • Reattach/Promote plugin (runs every 30 seconds, excluding POW time when doing local)

  • Incoming transfer plugin

  • Outgoing transfer plugin

  • Added account state and deposit methods

  • load/save account state using JSON file

  • Added a custom seed provider

  • Address generation cache

  • Added shutdown event, called before account "shutdown()"

  • Added some documentation and tests to account module

  • Added javadoc to connection, allow custom connection methods

  • Updated to Junit 5 (tests are still Junit 4 using legacy plugin)

  • Added QRCode and Magnet link creation from a CDA

  • Addded a MongoDB storage class

  • Organised imports

1.0.0-beta3

10 Dec 20:33
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

Beta3 release of the iota-Java library

Includes some small fixes to IotaApi and... more Javadoc!

1.0.0-beta2

02 Nov 16:35
b2b49f4
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Beta release of the iota-Java library

  • Various small changes all over to be conform the go&js library

  • Added some util validators and replaced magic numbers with values from Constants

  • More validations and constants added

  • Added features array to nodeinfo API call

  • Split getNewAddress into different functi
    ons, changed tests to use those instead. Added getFirst in the GetAddressesResponse for easy access

  • Added javadoc explaining the functions

  • Added codacity ruleset equal to the IRI repository

  • Updated readme

1.0.0-beta1

26 Sep 16:17
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

With the renaming, we will start fresh at 1.0.0.
This pre-release/beta will just be released on Jitpack.

Once everything is in good order, a Maven central release will be done. (ETA not determined yet)

v0.9.6: Merge pull request #49 from iotaledger/bugfix

24 Oct 11:13
Compare
Choose a tag to compare