Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

[dependencies]: unify rustc-hex #11506

Merged
merged 3 commits into from
Feb 21, 2020
Merged

[dependencies]: unify rustc-hex #11506

merged 3 commits into from
Feb 21, 2020

Conversation

niklasad1
Copy link
Collaborator

Nothing exciting in this PR, I was annoyed that we still depend on rustc-hex 1.0 part of #11468

  • Replacing rustc-hex with hex-literal where I found it possible
  • rustc-hex 1.0.0 -> rustc-hex 2.1.0

A follow-up on this PR might be to replace rustc-hex with hex because it allows encode/decode to slices which might eliminate some allocations I guess.

@niklasad1 niklasad1 added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. M5-dependencies 🖇 Dependencies. labels Feb 21, 2020
@niklasad1 niklasad1 added this to the 2.8 & .. milestone Feb 21, 2020
Copy link
Collaborator

@dvdplm dvdplm left a comment

Choose a reason for hiding this comment

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

❤️

@dvdplm dvdplm added A7-looksgoodtestsfail 🤖 Pull request is reviewed well, but cannot be merged due to tests failing. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 21, 2020
@ordian ordian merged commit 2018f5b into master Feb 21, 2020
@ordian ordian deleted the na-unify-rustc-hex-dep branch February 21, 2020 14:10
@ordian ordian added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodtestsfail 🤖 Pull request is reviewed well, but cannot be merged due to tests failing. labels Feb 21, 2020
ordian added a commit that referenced this pull request Mar 6, 2020
* master: (27 commits)
  Faster kill_garbage (#11514)
  [EngineSigner]: don't sign message with only zeroes (#11524)
  fix compilation warnings (#11522)
  [ethcore cleanup]: various unrelated fixes from `#11493` (#11507)
  Add benchmark for transaction execution (#11509)
  Add Smart Contract License v1.0
  Misc fixes (#11510)
  [dependencies]: unify `rustc-hex` (#11506)
  Activate on-chain randomness in POA Sokol (#11505)
  Grab bag of cleanup (#11504)
  Implement eth/64 (EIP-2364) and drop support for eth/62 (#11472)
  [dependencies]: remove `util/macros` (#11501)
  OpenEthereum bootnodes are added (#11499)
  [ci benches]: use `all-features` (#11496)
  [verification]: make test-build compile standalone (#11495)
  complete null-signatures removal (#11491)
  Include the seal when populating the header for a new block (#11475)
  fix compilation warnings (#11492)
  cargo update -p cmake (#11490)
  update to published rlp-derive (#11489)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust. M5-dependencies 🖇 Dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants