Skip to content

Releases: Sindri-Labs/sindri-python

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

v0.1.0a21

18 Mar 20:11
b11b383
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0a20...v0.1.0a21

v0.1.0a20

18 Mar 19:10
4b3bc9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0a19...v0.1.0a20

v0.1.0a19

18 Mar 14:19
30b4301
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0a18...v0.1.0a19

v0.1.0a18

18 Mar 13:50
dcb7147
Compare
Choose a tag to compare

What's Changed

  • Remove include_proof_input parameter to endpoint methods by @KPreisner in #33

Full Changelog: v0.1.0a17...v0.1.0a18

v0.1.0a17

14 Mar 16:18
6269088
Compare
Choose a tag to compare

What's Changed

  • Add smart contract and calldata retrieval functionality by @KPreisner in #27

Full Changelog: v0.1.0a16...v0.1.0a17