Skip to content

Releases: Sindri-Labs/sindri-python

v0.1.0a31

03 Jan 14:53
7b961ce
Compare
Choose a tag to compare

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

02 Jan 18:57
43e83fe
Compare
Choose a tag to compare

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

23 Aug 18:32
ba0200c
Compare
Choose a tag to compare

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

21 Aug 18:33
c6b564d
Compare
Choose a tag to compare

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

07 Aug 21:57
7f9baf2
Compare
Choose a tag to compare

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

18 Jul 16:01
80f3504
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0a25...v0.1.0a26

v0.1.0a25

10 Jun 20:49
5da072e
Compare
Choose a tag to compare

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

15 May 02:28
003839f
Compare
Choose a tag to compare

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

28 Mar 21:46
8a42f1e
Compare
Choose a tag to compare

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

26 Mar 17:01
5fcc2a4
Compare
Choose a tag to compare

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