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

BLSCT Wallet KeyManager #120

Merged
merged 26 commits into from
May 30, 2023
Merged

BLSCT Wallet KeyManager #120

merged 26 commits into from
May 30, 2023

Conversation

aguycalled
Copy link
Collaborator

@aguycalled aguycalled commented May 10, 2023

This pull request introduces a Key Manager for BLSCT keys (blsct::KeyMan)

  • Receiving address is encoded using Base58Check and the same prefix as in the old chain (xN). Format must be updated in the future, check Address format #122.
  • Only one receiving address per Key Manager
  • Functions to create transactions, signing and verifying ownership will be added in a following PR.

@aguycalled aguycalled changed the title [WIP] BLSCT Wallet KeyManager BLSCT Wallet KeyManager May 27, 2023
@aguycalled aguycalled requested review from mxaddict and gogoex May 27, 2023 19:06
@mxaddict
Copy link
Collaborator

mxaddict commented May 27, 2023 via email

src/blsct/arith/mcl/mcl_g1point.cpp Show resolved Hide resolved
src/blsct/private_key.cpp Show resolved Hide resolved
src/wallet/wallettool.cpp Show resolved Hide resolved
@mxaddict
Copy link
Collaborator

@aguycalled I think this PR looks good 👍🏼 great work as always

@aguycalled aguycalled merged commit 6a8e55f into master May 30, 2023
@aguycalled aguycalled deleted the blsct-wallet-keygen branch May 30, 2023 00:15
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