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

Allow users to create a transaction_t with a signature instead of a private key #29

Open
kostaleonard opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kostaleonard
Copy link
Owner

kostaleonard commented Feb 16, 2024

As a LeoCoin user, I want miners to be able to create a transaction_t with a signature instead of a private key so that the transaction_t interface doesn't suggest I should be giving them my private key to add the transaction to the next block.

Miners who pick up the transaction would be responsible for verifying the signature before adding it to their next block to mine. Also note that this issue affects blockchain_deserialize, which has to manually alloc a transaction_t instead of using transaction_create.

@kostaleonard kostaleonard added the enhancement New feature or request label Feb 16, 2024
@kostaleonard kostaleonard added this to the First release milestone Feb 16, 2024
@kostaleonard kostaleonard self-assigned this Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant