Skip to content

Releases: trilitech/tezedge

v0.6.0

02 Jul 08:41
5770da3
Compare
Choose a tag to compare

A new release, containing breaking-changes in several places:

  • new aggregate PublicKey, PublicKeyHash, Signature types
  • hashes are now always correct length by construction
  • allowing for a reduction in unnecessary errors when using hashing & b58check functions
  • NomReader now makes lifetimes explicit, allow for zero-copy parsing in certain places

v0.5.2

21 Nov 14:58
34051b6
Compare
Choose a tag to compare

Patch release

  • add bls feature flag to tezos_crypto_rs, to allow disabling of the blst dependency when not required.

v0.5.1

06 Sep 15:01
6675c1c
Compare
Choose a tag to compare
  • switch to release of Ed25519 from rc
  • pin blst to 0.3.10

v0.5.0

12 May 17:01
5df8154
Compare
Choose a tag to compare
  • switch Ed25519 backend to ed25519-dalek
  • upgrade nom to v7

v0.4.4-alpha

16 Mar 13:36
9ae1450
Compare
Choose a tag to compare

Fix tezos_data_encoding_derive issue, prevents encodings from being automatically derived.

Release for alpha kernel SDK

13 Mar 16:30
53977a1
Compare
Choose a tag to compare
Pre-release

Initial release to crates.io of

  • tezos_crypto_rs
  • tezos_data_encoding
  • tezos_data_encoding_derive