Johann Westphall
Johann Westphall
I attached my scripts [world-conversion.zip](https://github.com/dr5hn/countries-states-cities-database/files/6536129/world-conversion.zip). First, it is worth mentioning that I tried to use http://www.sqlines.com/, but the conversions were not successful. Thus, I converted myself, part using **sed** and...
> Incidentally, have you checked that the verification takes care of > > https://datatracker.ietf.org/doc/html/rfc8032#section-8.4 > > We had to do this manually for ecdsa It seems that golang has already...
One important issue: I am implementing Ed25519 support for [fabric-gateway](https://github.com/johannww/fabric-gateway) using the code in this pull request as my Hyperledger Fabric. I created the crypto-material by setting field PublicKeyAlgorithm to...
From my perspective it is ready.On 23 Dec 2022, at 08:16, yacovm ***@***.***> wrote: @johannww what's the status of this? is this still work in progress? —Reply to this email...
For the fabric-gateway, I think it is better to wait for the release 3.0. It seems that a lot has changed (ubuntu docker images/fabric-tools does not have **go** binary anymore)....
@mkhattat, I don't have much experience with the test network, but you should look [here in the config.tx file](https://github.com/hyperledger/fabric-samples/blob/7671bdd7c67889560bee1dd20d40aa30f1d7157e/test-network/configtx/configtx.yaml#L120). You should replace "V2_0" for "V3_0", because ed25519 is, **for now**,...
Complementing the @bestbeforetoday request, let me clarify the importance of this pull request for me and Hyperledger Fabric. I implemented the code in this pull request for a Brazilian Government...
@bestbeforetoday I guess I will have to open a pull request in fabric-lib-go also. The deleted bccsp folder seems to be the only problem.
I rebased on main branch again. Notice that my **bccsp** modifications were moved to the [fabric-lib-go vendor folder](https://github.com/johannww/fabric-1/tree/ed25519-support/vendor/github.com/hyperledger/fabric-lib-go) but the changes were not accepted at fabric-lib-go repo yet. A [pull...