Releases: Sindri-Labs/sindri-python
Releases · Sindri-Labs/sindri-python
v0.1.0a31
What's Changed
- Lower Required Python Version from 3.10 to 3.8 by @KPreisner in #59
- Fix python version in github action for pypi build by @KPreisner in #60
Full Changelog: v0.1.0a29...v0.1.0a31
v0.1.0a30
What's Changed
- Lower Required Python Version from 3.10 to 3.8 by @KPreisner in #59
Full Changelog: v0.1.0a29...v0.1.0a30
v0.1.0a29
What's Changed
- Update dependency versions for CI actions by @KPreisner in #53
- Add meta field to compile/prove endpoint methods by @KPreisner in #54
Full Changelog: v0.1.0a28...v0.1.0a29
v0.1.0a28
What's Changed
- Use new status endpoints for circuit/proof polling by @KPreisner in #52
Full Changelog: v0.1.0a27...v0.1.0a28
v0.1.0a27
What's Changed
- Update default params for proof-detail endpoint so they match prod by @KPreisner in #50
Full Changelog: v0.1.0a26...v0.1.0a27
v0.1.0a26
v0.1.0a25
What's Changed
- Updated broken link to Sindri docs in the tests directory by @Roee-87 in #46
- Hide prover_implementation optional param by accepting it through **kwargs by @KPreisner in #47
New Contributors
Full Changelog: v0.1.0a24...v0.1.0a25
v0.1.0a24
What's Changed
- Add request retry logic so we do not fail with Sindri API status issues by @KPreisner in #45
Full Changelog: v0.1.0a23...v0.1.0a24
v0.1.0a23
What's Changed
- Refactor internal methods, update docstrings, align methods to api endpoints by @KPreisner in #39
Full Changelog: v0.1.0a22...v0.1.0a23
v0.1.0a22
What's Changed
- Shorten method name, fix unit test install, update logo by @KPreisner in #38
- Add from sindri import Sindri import option by @KPreisner in #41
You can now import in 2 ways:
from sindri.sindri import Sindri
(original)from sindri import Sindri
(new)
Full Changelog: v0.1.0a21...v0.1.0a22