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

0.1.3 dev expose tools #143

Merged

Conversation

edtubbs
Copy link
Collaborator

@edtubbs edtubbs commented Jul 28, 2023

Exposes the tool functions to generate WIF keys and addresses and also updates the example.

Copy link
Member

@xanimo xanimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@michilumin
Copy link
Contributor

Really good, more utils the better -- I just do want to look at, in a simplification pass later, to not require the actual address of the chainparams pointer. That's a bit too "C native" for wide use, since the address of a pointer is going to at least have to be stored and recalled possibly in non-C languages, or via wrappers.

It's OK for this because I'd rather it go in. but I want to constrain exposing users to pointers and mem addresses. It's just a point of failure and difficulty we could probably simplify away.

@michilumin michilumin merged commit 386c87e into dogecoinfoundation:0.1.3-dev Jul 29, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants