hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

bug(weaver-assettransfer) can not transfer sample bond from corda to fabric #3610

Open jenniferlianne opened 3 weeks ago

jenniferlianne commented 3 weeks ago

Describe the bug

A sample bond can not be transferred from corda to fabric, as there is an error regarding the maturity date being in the past. The corda sample bond contract does not have a maturity date. Given the error, I suspect that the default value is populated incorrectly when it is minted in the receiving network.

To Reproduce

As the current corda sample CLI does not support bonds, the contract and interop functions must be called directly.

Error Message

Application chaincode invoke error: maturity date can not be in past.