Skip to content

Add simple blockchain mining algorithm with PoW #14406

Add simple blockchain mining algorithm with PoW

Add simple blockchain mining algorithm with PoW #14406

Triggered via pull request October 2, 2025 17:27
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (UP006): blockchain/simple_blockchain.py#L85
blockchain/simple_blockchain.py:85:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): blockchain/simple_blockchain.py#L50
blockchain/simple_blockchain.py:50:46: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (E501): blockchain/simple_blockchain.py#L47
blockchain/simple_blockchain.py:47:89: E501 Line too long (92 > 88)
Ruff (E501): blockchain/simple_blockchain.py#L30
blockchain/simple_blockchain.py:30:89: E501 Line too long (95 > 88)
Ruff (UP035): blockchain/simple_blockchain.py#L14
blockchain/simple_blockchain.py:14:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP035): blockchain/simple_blockchain.py#L14
blockchain/simple_blockchain.py:14:1: UP035 `typing.List` is deprecated, use `list` instead