Skip to content
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

Merged
merged 17 commits into from
Sep 5, 2020
Merged

Rosetta-compatible signer.exe #5863

merged 17 commits into from
Sep 5, 2020

Conversation

bkase
Copy link
Member

@bkase bkase commented Sep 4, 2020

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.

@bkase bkase requested a review from a team as a code owner September 4, 2020 21:43
@bkase bkase added ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR labels Sep 4, 2020
@lk86 lk86 requested a review from a team as a code owner September 4, 2020 22:06
printf "%s\n" Signer.Keys.(of_keypair keypair |> to_private_key_bytes) ;
return ()

let () =
Copy link
Member

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.

@bkase bkase merged commit 624c1d2 into develop Sep 5, 2020
@bkase bkase deleted the rosetta/mini-signer-exe branch September 5, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants