zen
zen copied to clipboard
Horizen
This is a security vulnerability. Currently, a new header descendant from an invalid block is still accepted. A possible solution is to get the ancestor of the block, check the...
This is a security vulnerability. The wallet uses ordered inputs of transactions (`src/wallet/wallet.cpp`, [line 2766 - 2772](https://github.com/HorizenOfficial/zen/blob/master/src/wallet/wallet.cpp#L2766-L2772)), which may incur privacy risks like fingerprinting the wallet to observers. A possible...
RPC command output is not sufficiently checked by our current RPC tests, otherwise we'd have detected https://github.com/ZencashOfficial/zen/issues/172 earlier. A RPC test should be added validating each RPC command against expected...
Original Issue: https://github.com/ZencashOfficial/zen_archived/issues/132 Background: The secure nodes install guides did not include a step to restart zen after certificates are automatically refreshed. The server update on March 4-5 with an...
I guess zend should be able to verify the certification chain like every other ssl enabled service (httpd, imaps, ...) Adding the intermediate certificate like described in step 3,4 (https://zencash.atlassian.net/wiki/spaces/ZEN/pages/7537014/Part+6+-+Procure+and+Configure+Certificate)...
### Describe the issue Hi, I am getting following logs after node upgrade to v5.0.4 : Starting with UID/GID : 1000/1000, , Allowing RPC access from: 0.0.0.0/0 ::/0, , Adding...