Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 1.67 KB

Changelog for Tezex

v3.0.1

  • [rpc]: prevent crash when preapply result is not a list

v3.0.0

  • [BREAKING]: Tezex.Fee.calculate_fee/2 now returns a tuple
  • [BREAKING]: Tezex.Rpc.forge_and_sign_operation/2 now returns a tuple
  • Refactor Tezex.Fee, Tezex.ForgeOperation and Tezex.Rpc to return tuples instead of crashing on assertions

v2.0.0

v1.2.0

  • [micheline]: add decode_optimized_address/1 to decode the optimized Micheline representation of an address value

v1.1.0

  • [crypto]: add encode_pubkey/2 to generate public key from raw hex pubkey

v1.0.0

  • [crypto]: remove dependency on NIF libsecp256k1
  • [crypto]: remove dependency on NIF enacl (libsodium)
  • [crypto]: make Tezex.Crypto.check_signature/4 return a tuple instead of a boolean

v0.1.0

  • initial release