java-bigchaindb-driver icon indicating copy to clipboard operation
java-bigchaindb-driver copied to clipboard

Official BigchainDB Java driver

Results 29 java-bigchaindb-driver issues
Sort by recently updated
recently updated
newest added

I've evaluated that 1.54 and 1.58 is backward compatible therefore should work as is.

enhancement

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...

enhancement

Need a clear instruction on how to Transfer Assets using the library

Documentation

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.

enhancement

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...

bug

This is to make sure that our objects will function properly if stored in a hash-based collection. I can work on this one.

enhancement

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...

enhancement

I've also noticed it's not possible to have an unsigned transaction currently. I have a usecase for this within my project.

enhancement