Skip to content

stdaddr: Add ability to obtain raw public key.#2619

Merged
davecgh merged 2 commits intodecred:masterfrom
davecgh:stdaddr_serialized_pubkey_support
Mar 17, 2021
Merged

stdaddr: Add ability to obtain raw public key.#2619
davecgh merged 2 commits intodecred:masterfrom
davecgh:stdaddr_serialized_pubkey_support

Conversation

@davecgh
Copy link
Copy Markdown
Member

@davecgh davecgh commented Mar 13, 2021

This adds an interface named SerializedPubKeyer which consists of a single SerializedPubKey method that allows the raw public keys associated with a public key address to be obtained and implements the interface on all supported public key addresses.

It also adds tests to ensure proper functionality and modifies the README.md to include information about the new SerialiedPubKeyer interface and obtaining the serialized public key from a public key address in general.

@davecgh davecgh added this to the 1.7.0 milestone Mar 13, 2021
@davecgh davecgh force-pushed the stdaddr_serialized_pubkey_support branch from 5173344 to adbe123 Compare March 13, 2021 23:35
Comment thread internal/staging/stdaddr/README.md Outdated
Comment thread internal/staging/stdaddr/README.md Outdated
Comment thread internal/staging/stdaddr/README.md Outdated
davecgh added 2 commits March 17, 2021 13:04
This adds an interface named SerializedPubKeyer which consists of a
single SerializedPubKey method that allows the raw public keys
associated with a public key address to be obtained and implements the
interface on all supported public key addresses.

It also adds tests to ensure proper functionality.
This modifies README.md to include information about the new
SerialiedPubKeyer interface and obtaining the serialized public key from
a public key address in general.
@davecgh davecgh force-pushed the stdaddr_serialized_pubkey_support branch from 4b5d561 to 9f4894d Compare March 17, 2021 18:05
@davecgh davecgh merged commit 9f4894d into decred:master Mar 17, 2021
@davecgh davecgh deleted the stdaddr_serialized_pubkey_support branch March 17, 2021 18: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