Consensys / web3signer

Web3Signer is an open-source signing service capable of signing on multiple platforms (Ethereum1 and 2, Filecoin) using private keys stored in an external vault, or encrypted on a disk.
https://docs.web3signer.consensys.net/
Apache License 2.0
200 stars 76 forks source link

Refactor ArtifactSignature to provide signature as hex string #1036

Closed usmansaleem closed 3 days ago

usmansaleem commented 3 days ago

PR Description

Refactor ArtifactSignature to provide signature as hex string. Also use generics to return signature data.

Fixed Issue(s)

Documentation

Changelog

Testing