Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

veriform.rs v0.1.0 #147

Merged
merged 1 commit into from
May 21, 2020
Merged

veriform.rs v0.1.0 #147

merged 1 commit into from
May 21, 2020

Conversation

tony-iqlusion
Copy link
Member

@tony-iqlusion tony-iqlusion commented May 21, 2020

Added

  • Initial Verihash "Merkleized" message hashing support (#120, #124, #125, #128, #145)
  • Custom derive support for veriform::Message (#131, #135, #136, #141)
  • Decode* traits (#117)
  • log feature for tracing message decoding (#117)
  • Builtin types: Timestamp and Uuid (#98)

Changed

  • Split error type into veriform::error::{Error, Kind} (#127, #129)
  • Ensure encoded/decoded strings are ASCII (#146)
  • Make encoding result immutable (#105)
  • MSRV 1.40+ (#91)
  • Extract Decodable trait (#84)

Fixed

  • Sequence decoding (#86, #96)

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2020

Codecov Report

Merging #147 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #147   +/-   ##
========================================
  Coverage    56.83%   56.83%           
========================================
  Files           31       31           
  Lines         1462     1462           
========================================
  Hits           831      831           
  Misses         631      631           
Impacted Files Coverage Δ
rust/derive/src/message.rs 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 544b46e...d20204f. Read the comment docs.

@tony-iqlusion tony-iqlusion merged commit 88ae79d into develop May 21, 2020
@tony-iqlusion tony-iqlusion deleted the rust/v0.1.0 branch May 21, 2020 18:36
tarcieri pushed a commit to iqlusioninc/armistice that referenced this pull request May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants