Releases: Aaron-Akhtar/Blockonomics-Java-Wrapper
Version 3.0.1
-
README massively updated: https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/blob/V3-DEV/README.md
-
Callback Integration (The LISTEN() function and the handler, as well as other optimizations based on a large amount of testing): https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/blob/V3-DEV/src/main/java/me/aaronakhtar/blockonomics_wrapper/Blockonomics.java#L105
-
Callback Testing: https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/blob/V3-DEV/src/main/java/me/aaronakhtar/blockonomics_wrapper/Blockonomics.java#L47
-
Currency Conversion:
https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/blob/V3-DEV/src/main/java/me/aaronakhtar/blockonomics_wrapper/BlockonomicsUtilities.java#L15
https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/blob/V3-DEV/src/main/java/me/aaronakhtar/blockonomics_wrapper/BlockonomicsUtilities.java#L20
Added examples directory: https://github.com/Aaron-Akhtar/Blockonomics-Java-Wrapper/tree/V3-DEV/examples
Version 2.0.1
Removed functions #getBitcoinPrice, #getTransactionReceiptUrl and #getTransactionInformation from being included in Objects of the Blockonomics.java class / made them static.
Version 2.0.0
- Blockonomics.java is now Object Oriented, allowing you to integrate multiple Blockonomics API Keys.
- Added BlockonomicsException.java class to handle exceptions rather than returning without explanation.
- A few other changes to improve the code base.
Version 1.0.0
The initial release of this wrapper.
Standard Functionality, doesn't include support for the wallet watcher.