Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkpoint: into long_lived/datalayer_merkle_blob from main @ b93f300181f35c2c17f29176f037f9af7614d7b6 #19028

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions poetry.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.

[[package]]
name = "aiofiles"
Expand Down Expand Up @@ -3232,4 +3232,4 @@ upnp = ["miniupnpc"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9, <3.13"
content-hash = "1182fe0e323bfa90442e480a61da515ec6b7b41d8df938447221ca709cb78eaa"
content-hash = "e10970249250be3c223e32f5185605087c3a24aaa8dbefbdb74eda56cd96a950"
114 changes: 57 additions & 57 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,68 +38,68 @@ priority = "supplemental"

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
aiofiles = "24.1.0" # Async IO for files
aiohttp = "3.10.4" # HTTP server for full node rpc
aiosqlite = "0.20.0" # asyncio wrapper for sqlite, to store blocks
anyio = "4.6.2.post1"
bitstring = "4.1.4" # Binary data management library
boto3 = "1.35.43" # AWS S3 for Data Layer S3 plugin
chiabip158 = "1.5.1" # bip158-style wallet filters
chiapos = "2.0.7" # proof of space
chia_rs = "0.16.0"
chiavdf = "1.1.8" # timelord and vdf verification
click = "8.1.7" # For the CLI
clvm = "0.9.11"
clvm_tools = "0.4.9" # Currying Program.to other conveniences
clvm_tools_rs = "0.1.45" # Rust implementation of clvm_tools' compiler
colorama = "0.4.6" # Colorizes terminal output
colorlog = "6.9.0" # Adds color to logs
concurrent_log_handler = "0.9.25" # Concurrently log and rotate logs
cryptography = "43.0.1" # Python cryptography library for TLS - keyring conflict
dnslib = "0.9.25" # dns lib
dnspython = "2.6.1" # Query DNS seeds
filelock = "3.16.1" # For reading and writing config multiprocess and multithread safely (non-reentrant locks)
keyring = "25.5.0" # Store keys in MacOS Keychain, Windows Credential Locker
packaging = "24.0"
pip = "24.2"
psutil = "6.1.0"
pyyaml = "6.0.2" # Used for config file format
setproctitle = "1.3.3" # Gives the chia processes readable names
setuptools = "75.5.0"
sortedcontainers = "2.4.0" # For maintaining sorted mempools
typing-extensions = "4.12.2" # typing backports like Protocol and TypedDict
watchdog = "4.0.1" # Filesystem event watching - watches keyring.yaml
aiofiles = ">=24.1.0" # Async IO for files
aiohttp = ">=3.10.4" # HTTP server for full node rpc
aiosqlite = ">=0.20.0" # asyncio wrapper for sqlite, to store blocks
anyio = ">=4.6.2.post1"
bitstring = ">=4.1.4" # Binary data management library
boto3 = ">=1.35.43" # AWS S3 for Data Layer S3 plugin
chiabip158 = ">=1.5.1" # bip158-style wallet filters
chiapos = ">=2.0.7" # proof of space
chia_rs = ">=0.16.0"
chiavdf = ">=1.1.8" # timelord and vdf verification
click = ">=8.1.7" # For the CLI
clvm = ">=0.9.11"
clvm_tools = ">=0.4.9" # Currying Program.to other conveniences
clvm_tools_rs = ">=0.1.45" # Rust implementation of clvm_tools' compiler
colorama = ">=0.4.6" # Colorizes terminal output
colorlog = ">=6.9.0" # Adds color to logs
concurrent_log_handler = ">=0.9.25" # Concurrently log and rotate logs
cryptography = ">=43.0.1" # Python cryptography library for TLS - keyring conflict
dnslib = ">=0.9.25" # dns lib
dnspython = ">=2.6.1" # Query DNS seeds
filelock = ">=3.16.1" # For reading and writing config multiprocess and multithread safely (non-reentrant locks)
keyring = ">=25.5.0" # Store keys in MacOS Keychain, Windows Credential Locker
packaging = ">=24.0"
pip = ">=24.2"
psutil = ">=6.1.0"
pyyaml = ">=6.0.2" # Used for config file format
setproctitle = ">=1.3.3" # Gives the chia processes readable names
setuptools = ">=75.5.0"
sortedcontainers = ">=2.4.0" # For maintaining sorted mempools
typing-extensions = ">=4.12.2" # typing backports like Protocol and TypedDict
watchdog = ">=4.0.1" # Filesystem event watching - watches keyring.yaml
zstd = [
{version="1.5.5.1", python = "<3.12"},
{version="1.5.5.1", python = "3.12", source="chia"},
{version=">=1.5.5.1", python = "<3.12"},
{version=">=1.5.5.1", python = "3.12", source="chia"},
]
importlib-resources = "6.4.5"
hsms = "0.3.1"
aiohttp_cors = { version = "0.7.0", optional = true }
build = { version = "1.2.1", optional = true }
coverage = { version = "7.6.4", optional = true }
diff-cover = { version = "9.2.0", optional = true }
importlib-resources = ">=6.4.5"
hsms = ">=0.3.1"
aiohttp_cors = { version = ">=0.7.0", optional = true }
build = { version = ">=1.2.1", optional = true }
coverage = { version = ">=7.6.4", optional = true }
diff-cover = { version = ">=9.2.0", optional = true }
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds
"keyrings.cryptfile" = { version = "1.3.9", optional = true }
mypy = { version = "1.11.1", optional = true }
pre-commit = [ { version = "3.5.0", python = "<3.9", optional = true }, { version = "3.7.1", python = ">=3.9", optional = true } ]
py3createtorrent = { version = "1.2.1", optional = true }
pyinstaller = { version = "6.9.0", optional = true }
pytest = { version = "8.3.3", optional = true }
pytest-cov = { version = "5.0.0", optional = true }
pytest-mock = { version = "3.14.0", optional = true }
pytest-monitor = { version = "1.6.6", platform = "linux", optional = true }
pytest-xdist = { version = "3.6.1", optional = true }
types-aiofiles = { version = "24.1.0.20240626", optional = true }
types-cryptography = { version = "3.3.23.2", optional = true }
types-pyyaml = { version = "6.0.12.20240917", optional = true }
types-setuptools = { version = "75.5.0.20241122", optional = true }
lxml = { version = "5.2.2", optional = true }
miniupnpc = { version = "2.2.2", source = "chia", optional = true }
"keyrings.cryptfile" = { version = ">=1.3.9", optional = true }
mypy = { version = ">=1.11.1", optional = true }
pre-commit = [ { version = "3.5.0", python = "<3.9", optional = true }, { version = ">=3.7.1", python = ">=3.9", optional = true } ]
py3createtorrent = { version = ">=1.2.1", optional = true }
pyinstaller = { version = ">=6.9.0", optional = true }
pytest = { version = ">=8.3.3", optional = true }
pytest-cov = { version = ">=5.0.0", optional = true }
pytest-mock = { version = ">=3.14.0", optional = true }
pytest-monitor = { version = ">=1.6.6", platform = "linux", optional = true }
pytest-xdist = { version = ">=3.6.1", optional = true }
types-aiofiles = { version = ">=24.1.0.20240626", optional = true }
types-cryptography = { version = ">=3.3.23.2", optional = true }
types-pyyaml = { version = ">=6.0.12.20240917", optional = true }
types-setuptools = { version = ">=75.5.0.20241122", optional = true }
lxml = { version = ">=5.2.2", optional = true }
miniupnpc = { version = ">=2.2.2", source = "chia", optional = true }
# big-o = {version = "0.11.0", optional = true}
# numpy = [
# {version="1.24.4", python = "<3.9", optional = true},
# {version="1.26.4", python = ">=3.9", optional = true}]
# {version="<=1.24.4", python = "<3.9", optional = true},
# {version=">=1.26.4", python = ">=3.9", optional = true}]
ruff = { version = "0.7.1", optional = true }


Expand Down
Loading