Skip to content

Add simple blockchain mining algorithm with PoW #14410

Add simple blockchain mining algorithm with PoW

Add simple blockchain mining algorithm with PoW #14410

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (UP006): blockchain/simple_blockchain.py#L95
blockchain/simple_blockchain.py:95:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): blockchain/simple_blockchain.py#L60
blockchain/simple_blockchain.py:60:46: UP006 Use `tuple` instead of `Tuple` for type annotation
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