Cyyber Ttechno

Results 11 issues of Cyyber Ttechno

When node downloads all the blocks from the target peer, it doesn't check if the total difficulty is actually the same which was broadcasted by the peer.

Type: Enhancement
Priority: Medium

Wallet version 0 are decrypted by CLI but fails while saving decrypted file. The issue is related to https://github.com/theQRL/QRL/blob/master/src/qrl/core/Wallet.py#L325 which triggers Exception before saving the file. The above line in...

Need to add p2p listen IP in config, so that user may change the binding address at which the QRL Node, will listen for p2p connection.

Type: Enhancement

Transaction Pool should be persistent such that in case of rebooting node, it can load the transaction pool from leveldb.

Type: Enhancement

Multiple connections from same node has been detected connecting to same ip. This happens when a node shuts and restart itself. **Solution** Before accepting connection, check if IP is already...

Type: Bug
Priority: Medium

A Peer should only reply only requested number of IPs in Peer List.

Type: Enhancement
Priority: Medium

Keeping track of all token holders for a given token.

Type: Enhancement

Changes has been made in the mining pool, so that it can also support QRL (Quantum Resistant Ledger).

Descriptor signature type will always return 0 no matters, whatever the value of the signature type is. https://github.com/theQRL/qrllib/blob/master/src/qrl/qrlDescriptor.h#L68 The code in that line should be following `auto signatureType = static_cast((bytes[0]...

Dilithium crypto_sign_open expected to return only message but consumes size equivalent to message length and signature length. Thus extract_signature is not possible. sign_open must only be used as a bool...