mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00

* Fix package and domain name Signed-off-by: Julian Strobl <jmastr@mailbox.org> * Add extended public key as `IssuerPlanetmint` This patch introduces parts of the `chaincfg` for Planetmint and especially the magic bytes that produces extended keys with the prefix `pmpr` for a Planetmint extended private key and `pmpb` for a Planetmint extended public key. // Closes https://github.com/rddl-network/issues/issues/30 Signed-off-by: Julian Strobl <jmastr@mailbox.org> * Validate Planetmint extended public key during machine attestation Signed-off-by: Julian Strobl <jmastr@mailbox.org> * [lint] Fix error return value is not checked Signed-off-by: Julian Strobl <jmastr@mailbox.org> --------- Signed-off-by: Julian Strobl <jmastr@mailbox.org>