hyperledger-firefly / hyperledger-firefly/cli
All hex address values should be wrapped as HexAddress
Open
good first issue
- Dominant language
- Go
- Stars
- 66
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Due to https://github.com/go-yaml/yaml/issues/847, we have a wrapper type for hex addresses that will explicitly quote them as strings: https://github.com/hyperledger/firefly-cli/blob/main/pkg/types/hex_address.go
This is used sparingly right now, but should be used for all hex addresses output by the CLI.
Contributor guide
Assessment
This issue has not been assessed yet.