Skip to content

Latest commit

 

History

History
213 lines (137 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

213 lines (137 loc) · 6.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.58.0 - 2021-05-31

0.57.0 - 2021-05-20

0.56.0 - 2021-05-20

0.55.1 - 2021-05-19

0.54.1 - 2021-05-17

0.54.0 - 2021-05-17

0.53.1 - 2021-05-05

0.53.0 - 2021-05-02

0.52.0 - 2021-04-25

0.51.1 - 2021-04-18

0.51.0 - 2021-04-04

0.50.0 - 2021-03-21

0.49.0 - 2021-03-19

0.48.0 - 2021-03-17

0.47.1 - 2021-03-16

0.47.0 - 2021-03-09

0.46.0 - 2021-03-08

0.45.0 - 2021-03-06

0.44.1 - 2021-02-27

0.44.0 - 2021-02-27

0.43.2 - 2021-02-21

0.43.1 - 2021-02-21

0.43.0 - 2021-02-21

0.42.0 - 2021-02-20

0.41.1 - 2021-02-14

0.41.0 - 2021-02-09

  • feat(crypto): dewif: add function read_dewif_meta
  • feat(crypto): dewif: add function change_dewif_passphrase

0.40.0 - 2021-02-08

  • feat(crypto): implement DEWIF v4

0.39.1 - 2021-02-07

0.39.0 - 2021-02-07

  • feat(crypto): impl BIP32-Ed25519

0.38.0 - 2021-01-09

0.37.1 - 2021-01-08

0.37.0 - 2021-01-08

0.36.0 - 2020-12-20

  • feat(crypto): Hash: add method compute_blake3
  • ref(crypto):Hash: remove useless method compute_str

0.35.2 - 2020-12-14

0.35.1 - 2020-12-14

0.35.0 - 2020-12-13

  • feat(crypto): impl dubp-mnemonic

0.34.0 - 2020-12-11

  • feat(wallet): impl Hash for UtxoIdV10

0.33.0 - 2020-12-10

  • feat(block): add several field accessors
  • ref(documents):transaction: method verify not need an owned string

0.32.3 - 2020-12-04

  • fix(crypto):b58: some rare base 58 string with leading 1 are not correctly handled

0.32.2 - 2020-11-26

  • fix(wallet): SourceAmount auto impl of Ord is wrong

0.32.1 - 2020-11-25

  • fix(docs-parser): TransactionOutputV10: handle invalid script without grammar

0.32.0 - 2020-11-20

  • feat(wallet):script: add method and_and
  • feat(documents): gen complex transactions
  • feat(block): add method unit_base

0.31.0 - 2020-11-16

  • feat(documents):tx: add method generate_simple_txs

0.30.0 - 2020-11-09

  • feat(documents):tx: add method TransactionDocumentV10::verify_comment
  • feat(wallet): add const SourceAmount::ZERO
  • publish meta crate dubp with feature crypto_scrypt

0.29.0 - 2020-10-17

0.28.0 - 2020-10-15

0.27.0 - 2020-10-13

0.26.0 - 2020-10-09

Added

  • Create meta-crate dubp

0.25.2 - 2020-10-09

### Fixed

  • base 64 decoding panic with no padded input

0.25.1 - 2020-10-08

Optimization

  • crypto: decode bases 16/58/64 strings without heap allocation

0.25.0 - 2020-09-26

Initial version.