Skip to main content

Chia BIP158 (wraps C++)

Project description

Chia BIP158

Build PyPI PyPI - Format GitHub

This implements the compact block filter construction in BIP 158. The code is not used anywhere in the Bitcoin Core code base yet. The next step towards BIP 157 support would be to create an indexing module similar to TxIndex that constructs the basic and extended filters for each validated block.

Install

python3 -m venv venv
. venv/bin/activate
pip3 install .

Run python tests

python3 tests/simple_test.py

Installation steps on a fresh OSX image

Install brew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install python3  
brew install boost  

At this point the only error is can’t find boost_thread lib

The issue is the homebrew boost ships libboost_thread-mt libs but doesn’t include plain libboost_thread, so clang can’t find it. Interestingly, homebrew boost does have both plain and -mt files for the libboost_system libraries.

$ find /usr/local/lib/ | grep boost_thread  
libboost_thread-mt.a  
libboost_thread-mt.dylib  

Solution, with no guarantees that this is "the Right Way to do things", but appears to work fine for the configure stage:

cd /usr/local/lib  
ln -s libboost_thread-mt.a libboost_thread.a  
ln -s libboost_thread-mt.dylib libboost_thread.dylib  

ci Building

The primary build process for this repository is to use GitHub Actions to build binary wheels for MacOS, Linux (x64 and aarch64), and Windows and publish them with a source wheel on PyPi. See .github/workflows/build.yml. CMake uses FetchContent to download pybind11. Building is then managed by cibuildwheel. Further installation is then available via pip install chiabip158 e.g.

Contributing and workflow

Contributions are welcome and more details are available in chia-blockchain's CONTRIBUTING.md.

The master branch is usually the currently released latest version on PyPI. Note that at times chiabip158 will be ahead of the release version that chia-blockchain requires in it's master/release version in preparation for a new chia-blockchain release. Please branch or fork master and then create a pull request to the master branch. Linear merging is enforced on master and merging requires a completed review. PRs will kick off a GitHub actions ci build and analysis of chiabip158 at lgtm.com. Please make sure your build is passing and that it does not increase alerts at lgtm.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chiabip158-1.5.4.tar.gz (126.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

chiabip158-1.5.4-cp314-cp314-win_amd64.whl (96.2 kB view details)

Uploaded CPython 3.14Windows x86-64

chiabip158-1.5.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

chiabip158-1.5.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

chiabip158-1.5.4-cp314-cp314-macosx_13_0_x86_64.whl (169.6 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

chiabip158-1.5.4-cp314-cp314-macosx_13_0_arm64.whl (161.4 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

chiabip158-1.5.4-cp313-cp313-win_amd64.whl (93.9 kB view details)

Uploaded CPython 3.13Windows x86-64

chiabip158-1.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

chiabip158-1.5.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

chiabip158-1.5.4-cp313-cp313-macosx_13_0_x86_64.whl (169.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

chiabip158-1.5.4-cp313-cp313-macosx_13_0_arm64.whl (161.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

chiabip158-1.5.4-cp312-cp312-win_amd64.whl (93.9 kB view details)

Uploaded CPython 3.12Windows x86-64

chiabip158-1.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

chiabip158-1.5.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

chiabip158-1.5.4-cp312-cp312-macosx_13_0_x86_64.whl (169.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

chiabip158-1.5.4-cp312-cp312-macosx_13_0_arm64.whl (161.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

chiabip158-1.5.4-cp311-cp311-win_amd64.whl (93.2 kB view details)

Uploaded CPython 3.11Windows x86-64

chiabip158-1.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

chiabip158-1.5.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

chiabip158-1.5.4-cp311-cp311-macosx_13_0_x86_64.whl (168.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

chiabip158-1.5.4-cp311-cp311-macosx_13_0_arm64.whl (160.1 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

chiabip158-1.5.4-cp310-cp310-win_amd64.whl (92.5 kB view details)

Uploaded CPython 3.10Windows x86-64

chiabip158-1.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

chiabip158-1.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

chiabip158-1.5.4-cp310-cp310-macosx_13_0_x86_64.whl (167.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

chiabip158-1.5.4-cp310-cp310-macosx_13_0_arm64.whl (158.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file chiabip158-1.5.4.tar.gz.

File metadata

  • Download URL: chiabip158-1.5.4.tar.gz
  • Upload date:
  • Size: 126.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4.tar.gz
Algorithm Hash digest
SHA256 8920fc5d90161e222014fe56db1e29be70f504ae3e2cdbd95a4a26782614e420
MD5 f03ccdbee46189c2e16594cab0b96045
BLAKE2b-256 fc3a792db3146e8dd03df5a6319bb5b651599642879f8a3be13c04684035a0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4.tar.gz:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: chiabip158-1.5.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 96.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e75d047cc114670f76971a58f550d2fa0d6543176be00a7923312af7c951c7be
MD5 a42faab1d0313e806f41003468dd3db4
BLAKE2b-256 6c219567a334285959b0dcb5a763ce6dfcf39145fe80de284027c4b9ca984702

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp314-cp314-win_amd64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6cee4028337c9e91b65d7c83af4b774a264277d264c4e3171366b1cfe3f9df7
MD5 d2568a76b18015d49469c8b021879ced
BLAKE2b-256 950c6b3be9869152f86345178b50e0cd17811587a961d6b70372173252ae120d

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ca9f7e79f33d7b75aa3c778398337425d5236cfbbc4a945d72ec1aea31ea3b2
MD5 535e879eb1c387e427e119bdfad9ec89
BLAKE2b-256 a8fae7ac4ae9b44751f9321a2550582cee643d080ace57130b4a3ac3aaf2a7c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9bbbb5e94b7cbaf08c9e36c2b2442653e2efd21f1ceda464d2d50d3c0592c128
MD5 6d8ead20b0a4a16a157ed2643603d6b7
BLAKE2b-256 513e87cad44ae962cf62740a1a6b0a039dd2c7d21fff261418e062d90369cf41

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp314-cp314-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8498e07a8e10ae3f60602dfcd1b46f008a41ed839c7016ac98adb636582c2bd8
MD5 8ab634b5ad2dd10526f2116cbbc5c04e
BLAKE2b-256 73af4db6345a1cd24668f07c310a20235ef21c0327f4b25336e6cc2106cd0434

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp314-cp314-macosx_13_0_arm64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: chiabip158-1.5.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 93.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c6a2b5c162fc49cf5cdb2f911c5d69a1fa6baf6e1022d09cbe228495e607cb80
MD5 707db8d3ead1a3ed541262d706d0b1ee
BLAKE2b-256 6520812a01daa508c166fc0098b51c4dade4a9a97befab5cd2bcf245aa2f69ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp313-cp313-win_amd64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9feed0a08b2ef98a068eb3aa91eaf6a59ba5e6389af47ab0884ac5e49cafd30f
MD5 6f737ce061747432a2a76ebfefe2ed02
BLAKE2b-256 ca3a2227a987ebe027ee2537f20e926826a39eed1a2c0d4be26caf1e1883b28c

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae19762ce5d946c89044e3a3994b4a62b3902dd45dd30013b6d990efaa01876e
MD5 ff55e601a4910a6e4183e01a314e4d65
BLAKE2b-256 61373ec15c36ff81a970a04f52e356dfec0ddee5f6a1f1343e34442fb3e1c2bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 84e60be01841177f204acb001fdcdca87613fb91f9e0aa681aa02accfe6634d6
MD5 e9bab986a189273046c1c87b0215f836
BLAKE2b-256 afd6e6057271126ca634b916bb74eb842fb50c38aba8617f02bdb769a2d89f69

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e434e69014d3ec28bce25fd6d55af318d71b5142cc8241c1a079706a07145083
MD5 b4d87d39cb8681890186a64a8a784713
BLAKE2b-256 e3995f02532fc61dbba95ae2d49d967c69b12f0551280ce10a389e2a57e4c2e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: chiabip158-1.5.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 93.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bd30b16177ae743d4836016f3fb4d229513c430542a3ad1635780b6af46c5894
MD5 fdbbf97dcdfbae38f8ed93e81c4bdf56
BLAKE2b-256 3fe79ddf96eb47dfd1968f89c35c265842866842c36d00a1928a3a94fef3fedd

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp312-cp312-win_amd64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1063715ec17206685bea27d4599a6705665a15a1abe042362fc48a04ba353a76
MD5 6f80ac7000032a5d1bc1754c536089ed
BLAKE2b-256 4da05b52116812bf9bbd72533c74cd10a0f482d83296022113f5b2ac77113dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f1aa417fa86facb37ead53ed6fa01e0e42fb3b8ad15fcb9c930d928231fd93f5
MD5 cd12d62d65e6230acf9c1a1a361999b2
BLAKE2b-256 d77ff55e30a2d30d55472d954a6b269ad2fb4a9c67792feef5fde3dfcff86442

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01353b5e53e12a11aaa00415d4b58ba7527831bbb11a1ae88ec31257b876268b
MD5 c5bcee904def257ba4fa0f28318e627f
BLAKE2b-256 8b3834d501a660f34725b21a9632b33a7845ea56c9b174098b2ae57f9fb1d5f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 065e9028d6c969a7f0a9abf4398c7d676bcf99bea07cf6f6d67553ed46cca30f
MD5 ff676a11c45b413692c6927f9d2885cf
BLAKE2b-256 12260367a6c4465a30d277d7d3a0404822dd2317cadea1f698d99e15ecf9f401

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: chiabip158-1.5.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 93.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7e46759ed0e938fe6430e49bc8428f8bfbf5b438d7d6594c8b23a2b804e5a81
MD5 c9636f4ec7855892fb816df8744cb52b
BLAKE2b-256 ca7e21df41752af010eeda8c1a4710033d5135a46f7ea562c881fcbacabb11d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp311-cp311-win_amd64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1109feb1c7066fa880f1cce732664eafa73462a417735b9adb59dbbb1ec61de
MD5 56f1da083dc75c941375a5e6b3aeae9d
BLAKE2b-256 20f6778319f78a33fd05c34ef61b014e89424232dab6045654a580858723c69e

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44fb755cd07c79c1ce1849b14c5faad2b0c630936d12ff7bdb598c1e6859d6d3
MD5 60dd0f1949a9a47befc2fb35ee4bf77c
BLAKE2b-256 84420dfd7147e26b8d171f03ce8b74ab7495aef8c9594b4f18cea0c0ae2ea8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9e3e9783ade69c48b4a6ef5cec31559489a8f996017ef3473dc9dfcd4ffc1dd5
MD5 470517ae82bab53caa8275bcc6e822db
BLAKE2b-256 1deb672bac0a3043c0e606eafff8e487bf94656f84737e1876bc85de006ccd5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c30fe8e82b88451debd12c80627d45303f30e662af0268f3ae578bc9a846c92f
MD5 d428c869d2323fc25c027957fef55de1
BLAKE2b-256 efdf8290cea5fd6de267c3546842e8304f91296d727701aea24305764d1b08a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: chiabip158-1.5.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 92.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chiabip158-1.5.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 26e82ad3e2cabe7e64d80b861fe67a91e2542d391ff25ba5dcb4ef080dbd4dc2
MD5 2aef7969fe380ac6ef86ea03b4a5d0df
BLAKE2b-256 6954d69266bf254b82e33a3491daccf51e5f87546a0350b066f62cc413739c64

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp310-cp310-win_amd64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69e276668bec757bb1792b3ff019a39234b1e4bd3b86d75d9d0fa9dec3bc03e4
MD5 c1e0a056c6eb6c69a37f642782835b9d
BLAKE2b-256 14b4756689393205da1cdb237b4159214acb584102292e665f5a34f2b67ddaf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 408f0eab71b942df4117c9282b9bba574eaeb3f738470673303703fbcd5e1279
MD5 f3594864cbfc151a8d98b29d53fb0472
BLAKE2b-256 d32e657123681ff633811eb94d9cb5eae3350ba23ce56a5fda14d9a0dd86fe92

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d187970581f7bef69112056260aecce226298c2fa40ebf30b4daea9cd950f4bf
MD5 47b328d1becb8fdd0c29562f404595be
BLAKE2b-256 5267e2f0c358281dc30d39d9a67f0430ff7ab9af61c7e612041044de966461e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chiabip158-1.5.4-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chiabip158-1.5.4-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d96a36de34236b76d04d441049a70a5af2ab80ced0c519f05faaee91df69645c
MD5 f06f444987817c154f039cecc133f451
BLAKE2b-256 dd5fbf1314f7046bc81752239d8de68ae3681dc3edf36e0647e2962fd83846dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for chiabip158-1.5.4-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: build.yml on Chia-Network/chiabip158

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page