ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

Pure Python implementation of a cryptocurrency blockchain

Results 25 ChickenTicket issues
Sort by recently updated
recently updated
newest added

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]...

dependencies

https://github.com/Aareon/ChickenTicket/security/dependabot/17 Replace `python-ecdsa` dependency with alternative.

help wanted
high-priority

Codecov is not working as expected. Further diagnosis is required

bug
help wanted
tests

Do not allow hashing or proofing of transactions without validating outputs and amount.

bug
enhancement
good first issue

enhancement
help wanted
good first issue
wallet

Need tests for all pertinent portions of code such as; - Wallet - Peers - Hashing algorithm (Chicken*) - Concensus - **TBD**

enhancement
help wanted
tests

Are you working on minting function Implementation ??

Create multisig wallets

Figure out target threshold calculation based on [`calculate_difficulty()`](https://github.com/Aareon/chickenticket/blob/1af2829c313c6107634ad477a3634437611c7241/src/block.py#L107)

enhancement
help wanted
good first issue