-
Notifications
You must be signed in to change notification settings - Fork 550
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
Rosetta-compatible signer.exe #5863
Conversation
…ocker-rosetta builds but use that time to build a testnet_postake_medium_curves image in addition to the original dev image
…setta/proper-name
Changes signature scheme to match rosetta-spec name
printf "%s\n" Signer.Keys.(of_keypair keypair |> to_private_key_bytes) ; | ||
return () | ||
|
||
let () = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think you could get away with Core_kernel
, rather than Async
here; see dump_dhall_types.ml
. That one uses Core
, because it does things like chdir
, but I believe it could otherwise use Core_kernel
.
No need to change this PR. I'm standing atop my "minimal dependencies" soapbox, is all.
Mini signer executable built off of the signer library integrated into test-agent. This is a simple reference implementation of a signer one might create to use with Rosetta's construction API.
Tested by manually interacting with the binary. This is built using the same signer library that is integrated with test-agent.