kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Change kowala handshake protocol version #718

Closed JekaMas closed 6 years ago

JekaMas commented 6 years ago

Try to drop non-Kowala connections as soon as possible.

The main changes are in https://github.com/kowala-tech/kcoin/pull/718/files#diff-23a24ba9934f3daacbc40c06ef8c99ca and https://github.com/kowala-tech/kcoin/pull/718/files#diff-c9524b58b994eeb7a06c2ed19752a9be. All other changes are related to dep update, it was an error:

github.com/kowala-tech/kcoin/client/crypto/bn256/cloudflare.gfpMul: relocation target runtime.support_bmi2 not defined
Makefile:175: recipe for target 'e2e' failed

Closes #715