adonnini

Results 102 comments of adonnini

@tarun292 I will do as you ask and let you know what I find. However, I am puzzled/perplexed by this statement: ``` guard was generated during export that checks to...

Thanks very much for the response Bohdan. I appreciate it. Would it be ok if I touch base with you in three weeks?Thanks. Have a good afternoon,AlexOn Apr 5, 2018...

Hi Bohdan, Are you still planning on continuing to support the Java bigchaindb driver? When do you think you will be able to resume the work? Thanks, Alex Donnini

Great! When should/can I try the updated version out? Thanks for your work!

Hi Bohdan, I added the updated version of the driver to my application. As far as I can tell, it seems to be working well. I will let you know...

Hi, I could be wrong but the syntax you are using does not work any more. For example. .addAsset does not exist any longer. The call now is .addAssets and...

Hi, This code works for me transaction2 = BigchainDbTransactionBuilder.init() .addAssets(assetDataString, String.class) .addMetaData("what - "+"My third BigchainDB transaction") .addMetaData("this - "+"My 3rd metadata BigchainDB transaction") .operation(Operations.CREATE) .buildAndSign((EdDSAPublicKey) keyPair.getPublic(), (EdDSAPrivateKey) keyPair.getPrivate()) .sendTransaction();...

Hi, I seem to be able to retrieve the transaction id. Did you check your application statistics on testnet.bigchaindb.com? Thanks, Alex Donnini

Hi, I am not sure this is relevant. From the documentation: https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html#asset-creation "In the assets search the call returns the asset id which is the same id of the transaction...