Skip to main content

Chik BIP158 (wraps C++)

Project description

Chik 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 chikbip158 e.g.

Contributing and workflow

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

The master branch is usually the currently released latest version on PyPI. Note that at times chikbip158 will be ahead of the release version that chik-blockchain requires in it's master/release version in preparation for a new chik-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 chikbip158 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

chikbip158-1.5.3.tar.gz (126.2 kB view details)

Uploaded Source

Built Distributions

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

chikbip158-1.5.3-cp313-cp313-win_amd64.whl (92.3 kB view details)

Uploaded CPython 3.13Windows x86-64

chikbip158-1.5.3-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

chikbip158-1.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp313-cp313-macosx_13_0_x86_64.whl (170.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

chikbip158-1.5.3-cp313-cp313-macosx_13_0_arm64.whl (163.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

chikbip158-1.5.3-cp312-cp312-win_amd64.whl (92.3 kB view details)

Uploaded CPython 3.12Windows x86-64

chikbip158-1.5.3-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

chikbip158-1.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp312-cp312-macosx_13_0_x86_64.whl (170.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

chikbip158-1.5.3-cp312-cp312-macosx_13_0_arm64.whl (163.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

chikbip158-1.5.3-cp311-cp311-win_amd64.whl (91.5 kB view details)

Uploaded CPython 3.11Windows x86-64

chikbip158-1.5.3-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

chikbip158-1.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp311-cp311-macosx_13_0_x86_64.whl (169.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

chikbip158-1.5.3-cp311-cp311-macosx_13_0_arm64.whl (162.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

chikbip158-1.5.3-cp310-cp310-win_amd64.whl (90.9 kB view details)

Uploaded CPython 3.10Windows x86-64

chikbip158-1.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp310-cp310-macosx_13_0_x86_64.whl (168.3 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

chikbip158-1.5.3-cp310-cp310-macosx_13_0_arm64.whl (160.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

chikbip158-1.5.3-cp39-cp39-win_amd64.whl (90.7 kB view details)

Uploaded CPython 3.9Windows x86-64

chikbip158-1.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

chikbip158-1.5.3-cp39-cp39-macosx_13_0_x86_64.whl (168.4 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

chikbip158-1.5.3-cp39-cp39-macosx_13_0_arm64.whl (160.9 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file chikbip158-1.5.3.tar.gz.

File metadata

  • Download URL: chikbip158-1.5.3.tar.gz
  • Upload date:
  • Size: 126.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3.tar.gz
Algorithm Hash digest
SHA256 6bd417980c3db50b71d0853c171252db48ea92ef4c1ff9edbc8f20070cac66a2
MD5 d209bc87df1ba30b55e8aa3f558c1500
BLAKE2b-256 e2ecc47f2d3dbf0e5e169a9235026f231d891fe91072161de1c64be92c2f7dc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3.tar.gz:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: chikbip158-1.5.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c266491a4f27ae28a7d484e21b822b5a502fde83eac0b2622842cf23222a3f9d
MD5 9399d1135fc3db1208f53a37af1b5184
BLAKE2b-256 41505c9da1eacd93851bfa2b86bb6285731c7e9b7b162fdf9043d0bf9dd9de0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp313-cp313-win_amd64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c204040595bd8182dd93bdfe17b880d1f7b48e9f45b154663d02d5e39351177
MD5 64db961feed0010720220158ef7e8a85
BLAKE2b-256 90587bf9cb8e3432e53b9392103ed965416d2158b73c96b47dbf5f832ecf5df5

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d938a186a71ab4d820a19733fe702b499e197d423e4af74e25a55f36df7528f1
MD5 3c1d99f01b13f105cc5b172b0122176e
BLAKE2b-256 693d33879fddc7d661faf4f7c67b5b95e181974e65ce09ba3a0b0bfdc7e21c39

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6b15aaacb244be9f2c09880cc23b8ddd576150c8422ff245eadb525da4959834
MD5 aef2d84931b0ad6c71872dc275c8b8c0
BLAKE2b-256 fbb4f0d3c80d98c2c856d7ac7d3a82fc91ddeae981e1c1ef7ef9c8aee6f7f7ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e60b44a79f1be94bd3760ee678b68ff7c435525c7438536d229d56586084650f
MD5 fd5fa2edf67a64af68ba983670efaeef
BLAKE2b-256 5e2cfce2ee4cbd9803c99b071ed0c95d7f614a0a3abeb058e6d34c2aecde08d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: chikbip158-1.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dff2a7e09d80909754025beaa81d9e6005a2cddd83bfc1cd6067d5be5b4f8533
MD5 c1072d24657c966d94ccbb6712ca91af
BLAKE2b-256 b123facb92b912a5f742a2ace28aaf197040ba1b62485fb7ede80183a557fbd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp312-cp312-win_amd64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f5200e786c2f895b2e28af044dbe05272bc1c4327cb2e433ae9b5ff3e70a718
MD5 24ff9ee27346099138cab685ad835df7
BLAKE2b-256 4dd9dcc2312980454310c435bfdf590178c84ea79df8719296794a5e6a7a7956

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 577c8324e013d6c944a202286a1aee340d8f3a68488fd4273be32db4d4f17865
MD5 01866dc7d6a2fb7e121dd506f622c3c4
BLAKE2b-256 c6b9ba4f5356cfcb3990bc286858c92bc3b70b5f1675fb151d624b7953b385fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a10c64d88fac2c5ef035f6312d945d60b9ed9d7b1c3f6350cd08cfe4b2c225c8
MD5 cb5983a82c5d31a9c434b85ba1df0749
BLAKE2b-256 2dc71e5db8ed314d62ac39bf693e16e27317d54784593daca7a11ec475544fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 454d48ba238ee142c3061d660538521f1267aa8ba241e4bd5b560b8867cd9916
MD5 fcd2c4e97f6b843a20a5e301cee7e6ff
BLAKE2b-256 d5e93b9c95a6ebe338872a2d971b667575a4c035f64fbe8be8b61ce0e02f2bff

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: chikbip158-1.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 91.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0154e8da7826c8014be33fd590007ff8a78704ab379ed11aa3a7d0650f797bf
MD5 6ae0cffce98fac533756f8e0445b2865
BLAKE2b-256 119ca9e7f6c43bbf1699777d492c585d6984aafd733080c0eec226cc4b4110b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp311-cp311-win_amd64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6afbc092dcc337a133d46a933c22de72ccc879a0cbf188a3542bd6e35142a68
MD5 e9dce8f415085978f352521a83a0d347
BLAKE2b-256 8d310aaf80d29a5fa09765a34f00abce9ceb66c6d58846f985e0bd91120754de

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d0ae5e6bbeb306ad2916e3ddde4fa8a8583852d711a691f65dcec661345b07a
MD5 912a9557079ca97c805fddab35ba9e7a
BLAKE2b-256 af403e31c52092fb1772dfd8a15db409d1e0170c783c523b3aa15f3715d517ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 63ca04be1e4ef89e43f1b3ff66902508eead65210ceb06dc7eedc9c340aa86e9
MD5 17151e0983d8caf8508a15ca17dc96f9
BLAKE2b-256 d3c4ad28374c05f0e50aac0baf7a56775511498cf8d6b887dffedbbd162cc56a

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31f5e96ca298e9be411d0fa831281535ff60b7613522754de83de529d1de88b6
MD5 5b2b2288b8223069c1aa5d154ff5def8
BLAKE2b-256 24aaf6be9e20b0851880d88e61241d1c34a379ff7633366ccf3aeb4007a977c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: chikbip158-1.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 90.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1de29390e15bf3cc372631c56e99e21dd33fdd5d8267260581138e440a517862
MD5 f9f4446000e86547e479f093ed8b9ba8
BLAKE2b-256 cdb175d6be44da81bc3d30b7e9e95da621f4390ee209364a8c3f85d2f2808d62

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp310-cp310-win_amd64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e36fdcab5bd23b51415704e03c8109f277156918e6f38a6155b1af86d31497b2
MD5 b07835223f1d32a358bf4c6d38a0fce6
BLAKE2b-256 3906795e3d9154719940be8ca1d793fb67a822cde93a972f94e099a49c5cf7e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f8581665d0041201d9347bfd8ad030eab61345ac0da47da50ce631428827bcf
MD5 ed040e11bce5f4df75a460993c235bdd
BLAKE2b-256 cf562d55535a4ffe1492370361d03e82e608acb647d6c19d42039f4c8df26e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 20bf817f487e30d131fc50cd5d687ff1bde53f7ef32c5646a720aa54d3f2199b
MD5 b507f7401ad995d85e4ad47e0bdfb843
BLAKE2b-256 6266f9744ace829198959d10f87cdc76eaf9efdbf53c88c67c6bd6cc6d5e5fb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21fa4820f1e29a567b9833f6f6b6f126a44be71e6f2e3c7428e39c1b70b04478
MD5 b98e9ee6aa18d7fd2d36d6f7bcbc84fd
BLAKE2b-256 80c73f9530d704d570e9c32d64d0779314512ffd452f7199b58f88fcb47510c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: chikbip158-1.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 90.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for chikbip158-1.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5ce0be8b11e03306707c24ef1e3e7be60e9f9b67e2320f0e99b71445da5470f8
MD5 fdcfc18dc2659779b9330a479b7845e1
BLAKE2b-256 c2c78222900399f64a549fc011bcdbd175e69d3715ef1308c48df74b279e644d

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp39-cp39-win_amd64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 943c95012c73b810f9cbc839692931d4db2b2492cfa614490197ebaa94806607
MD5 5a398ded5658bfb071c40438ce9f1c89
BLAKE2b-256 68936c8ba4709564b631b188449c47a85f5e3a6055732e5f29b8580337fc97c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 683fcdbf17264a63b28632c69548c7c996d78b096634b9c7c91d4a07f8bfbc17
MD5 869f0cff5a88d9a3351ecc352f507e3e
BLAKE2b-256 4e5a8404d8e8b11849f2241b07ff0b2d4936c4760cfc7ae74a238a29d12b1822

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 53dcd347d3c09ba389df7f4b7706a2f28680fd9c0c3c8cc252669781264efc8d
MD5 6c7274a0c3e499fb8676dea6833a14ab
BLAKE2b-256 979007eeb4f7e2f396cc3010e15e4231b4dfda733832cbb9a13113f93d75fa60

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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

File details

Details for the file chikbip158-1.5.3-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for chikbip158-1.5.3-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46a943d1b493134204fb0ed7550aa235887ab5601ed7a96671956442ccf664dc
MD5 3c253f8f4bbc3478478e2696ebfb20de
BLAKE2b-256 41f32c51b5adb234e20931e9a53237a5f327e16a52c65c97acbe3874e822b22e

See more details on using hashes here.

Provenance

The following attestation bundles were made for chikbip158-1.5.3-cp39-cp39-macosx_13_0_arm64.whl:

Publisher: build.yml on Chik-Network/chikbip158

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