Skip to content

[parity-crypto] bump version to 0.4.0#149

Merged
dvdplm merged 12 commits into
masterfrom
dp/chore/prep-parity-crypto-for-release
May 23, 2019
Merged

[parity-crypto] bump version to 0.4.0#149
dvdplm merged 12 commits into
masterfrom
dp/chore/prep-parity-crypto-for-release

Conversation

@dvdplm
Copy link
Copy Markdown
Contributor

@dvdplm dvdplm commented May 13, 2019

No description provided.

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

why beta? :)

@dvdplm
Copy link
Copy Markdown
Contributor Author

dvdplm commented May 13, 2019

@tomaka published 0.4-beta.1 if you need it.

@dvdplm
Copy link
Copy Markdown
Contributor Author

dvdplm commented May 13, 2019

why beta? :)

I wanted to see what breaks in parity-ethereum.

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

I'm not expecting much breakage except for reverting openethereum/parity-ethereum@b347599.

@tomaka
Copy link
Copy Markdown
Contributor

tomaka commented May 13, 2019

Let's publish the real 0.4!

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

Do we want to update scrypt before publishing 0.4?

@dvdplm
Copy link
Copy Markdown
Contributor Author

dvdplm commented May 13, 2019

Do we want to update scrypt before publishing 0.4?

That seems sensible, should avoid some duplicate crates. It seems to replace constant_time_eq with subtle though (here) – is that a worry to us? Should we switch to using it too perhaps?

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

That seems sensible, should avoid some duplicate crates. It seems to replace constant_time_eq with subtle though (here) – is that a worry to us? Should we switch to using it too perhaps?

I don't know what was the reasoning for script for switsching, maybe we should investigate. Do we use that feature though? (seems like we don't: default-features = false)

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

Should we switch to using it too perhaps?

I think we should, it's made by dalek-cryptography team and seems to be more maintained.

@ordian
Copy link
Copy Markdown
Contributor

ordian commented May 13, 2019

Also, it would be nice to document breaking changes as API guidelines suggest.

@dvdplm
Copy link
Copy Markdown
Contributor Author

dvdplm commented May 13, 2019

@ordian updated the README and switched to subtle and newest scrypt.

Comment thread parity-crypto/Cargo.toml Outdated
Comment thread parity-crypto/README.md Outdated
ordian
ordian previously requested changes May 13, 2019
Copy link
Copy Markdown
Contributor

@ordian ordian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for #139 (comment) to be resolved

Comment thread parity-crypto/README.md Outdated
dvdplm added 4 commits May 13, 2019 18:51
* master:
  [parity-crypto] zero memory for hmac signing keys (#157)
  Added absolute path for 'Result' usage in macros to avoid type collisions. (#160)
  [parity-bytes] add no-std support   (#154)
  [parity-crypto] Derive Debug for digests and signatures (#155)
  Restore the previous API to allow variable size keys for Hmac operations (#152)
  Implemented TryFrom<biguint> for primitives (#148)
@dvdplm dvdplm requested a review from ordian May 19, 2019 16:56
Comment thread parity-crypto/src/error.rs Outdated
Comment thread parity-crypto/src/error.rs Outdated
Comment thread parity-crypto/src/error.rs Outdated
Copy link
Copy Markdown
Contributor

@ordian ordian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's publish 0.4.0!

@dvdplm
Copy link
Copy Markdown
Contributor Author

dvdplm commented May 22, 2019

0.4 is published

@dvdplm dvdplm merged commit 7c49d47 into master May 23, 2019
@tomaka tomaka deleted the dp/chore/prep-parity-crypto-for-release branch May 23, 2019 08:18
@tomaka tomaka restored the dp/chore/prep-parity-crypto-for-release branch May 23, 2019 08:18
@ordian ordian deleted the dp/chore/prep-parity-crypto-for-release branch May 23, 2019 09:41
@ordian ordian restored the dp/chore/prep-parity-crypto-for-release branch May 23, 2019 09:41
@ordian ordian deleted the dp/chore/prep-parity-crypto-for-release branch May 23, 2019 10:02
dvdplm added a commit that referenced this pull request May 23, 2019
* master:
  Remove unused test support files (#162)
  [parity-crypto] bump version to 0.4.0 (#149)
  [parity-crypto] zero memory for hmac signing keys (#157)
  Added absolute path for 'Result' usage in macros to avoid type collisions. (#160)
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.

3 participants