phoenix-core icon indicating copy to clipboard operation
phoenix-core copied to clipboard

Results 5 phoenix-core issues
Sort by recently updated
recently updated
newest added

#### Summary We should try and avoid redefining types defined in other crates, or using "untyped" fields. Currently the `Transaction::proof` field is a `Vec`, when it really should be a...

team:Core
type:enhancement
mark:next

As it was referenced by @zer0 in #39 we might want to refactor the error usage in Phoenix & other libs of our stack in order to be more specific....

type:enhancement

#### Summary We created the `ViewKey` as a way to delegate the ownership check, however we don't always do that: for example, in the current implementation of the wallet (CLI...

type:enhancement

See: https://crates.io/crates/zeroize This will gran extra security by making sure that the compiler does not optimize any drop of critical data structures such as private keys.

type:feature