ChickenTicket
ChickenTicket copied to clipboard
Pure Python implementation of a cryptocurrency blockchain
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
https://github.com/Aareon/ChickenTicket/security/dependabot/17 Replace `python-ecdsa` dependency with alternative.
Codecov is not working as expected. Further diagnosis is required
Do not allow hashing or proofing of transactions without validating outputs and amount.
Need tests for all pertinent portions of code such as; - Wallet - Peers - Hashing algorithm (Chicken*) - Concensus - **TBD**
Minting
Are you working on minting function Implementation ??
Create multisig wallets
Create miner
Figure out target threshold calculation based on [`calculate_difficulty()`](https://github.com/Aareon/chickenticket/blob/1af2829c313c6107634ad477a3634437611c7241/src/block.py#L107)