phoenix-core
phoenix-core copied to clipboard
#### 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...
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....
#### 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...
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.