Dave Kelsey
Dave Kelsey
@shubham-umate I think you need to review how you serialize and deserialize your BigDecimal objects. For example if you serialize a big decimal object to JSON eg ``` {"val": 123456789012345.798}...
@shubham-umate I would suggest you visit how you create assetJSON. If the JSON you create takes the big decimal value and tries to represent it as a number as per...
@shubham-umate I'm not saying to not use Big Decimal, just how that get's serialized to JSON and deserialized. If it's being serialized as a JSON number then that could be...
@denyeart the dependency I believe comes from compiling it on ubuntu 20.04 and because fabric-ca-server requires CGO which pulls in the c runtime library (so this is why it doesn't...
I don't think you can use an HSM to store TLS certificates because it's not the fabric code base that does the TLS Handling (and that code base won't try...
@theblop Using an HSM for TLS certs is not possible both in fabric and fabric-ca, and if it isn't documented in either then I agree it should be. I'll add...
I wonder if it's possible to work around this by first bringing up a fabric-ca-server in SW mode to generate the TLS key and cert, then change the config to...
Given the focus on using the new peer gateway to connect to fabric and thus how it simplifies how to describe how to interact with a fabric network, I wonder...
Closing as fisco-bcos is unsupported. Available as is only now.