-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is Oasis Network (ROSE) supported? #115
Comments
Oasis core uses tendermint, but it is a tendermint fork that uses a different ed25519 implementation: https://github.com/oasisprotocol/curve25519-voi. After first glance it is not clear to me whether this would be a breaking change or not. It appears that it may be mainly performance optimizations. I would suggest testing horcrux on an oasis testnet first. |
Finally i have an oasis testnet validator and I'd like to give horcrux a try but I don't know how to setup the node to use the horcrux signer and how to configure the horcrux with my oasis node This is the oasis node setup: Any ideas about how/where we could start ? |
I have a working example of an Oasis keypair generation (python):
Could it be useful to understand? |
Easiest way to know if it works or not is to see/try the underlying threshold signature scheme that Horcrux uses. All else equal, the rest of Horcrux is multiple "middle-layers" to make the signature scheme talk to each-other and decide upon a leader (so you don't double sign) |
is Oasis Network (ROSE) supported? or could be supported ?
tnks
The text was updated successfully, but these errors were encountered: