java-bigchaindb-driver
java-bigchaindb-driver copied to clipboard
Official BigchainDB Java driver
I've evaluated that 1.54 and 1.58 is backward compatible therefore should work as is.
I've got a `spring-boot:1.5.3.RELEASE` project. I was using `spring-boot-starter-test`. It has the following dependencies: ``` [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:1.5.8.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-test:jar:1.5.8.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:1.5.8.RELEASE:compile [INFO] | +- com.jayway.jsonpath:json-path:jar:2.2.0:compile...
Need a clear instruction on how to Transfer Assets using the library
The current code only supports a single connection in a runtime environment. We need a code solution to allow multiple connections that can be injected to the Apis easily.
Hello, perhaps in the class Input the property fullFillment should be a class instead of String; this because before fullFilment it is of the form { 'public_key': 'key', 'type':'type'} and...
This is to make sure that our objects will function properly if stored in a hash-based collection. I can work on this one.
Same notes as @bodia added. I saw some minor tweaks (e.g. the timeout configs could be moved to Globals or given as parameters) but considering this is WIP we will...
I've also noticed it's not possible to have an unsigned transaction currently. I have a usecase for this within my project.