howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
612 stars 106 forks source link

Bump ethereum-types from 0.6.0 to 0.8.0 #111

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ethereum-types from 0.6.0 to 0.8.0.

Commits - [`1e9f990`](https://github.com/paritytech/parity-common/commit/1e9f990eb57abd1633bb7898d16abc473061f968) update rand to 0.7 (breaking change) ([#217](https://github-redirect.dependabot.com/paritytech/parity-common/issues/217)) - [`f884d77`](https://github.com/paritytech/parity-common/commit/f884d77f250c5072ebac2d3a079c80ab444ec84f) Fix deprecation warning ([#168](https://github-redirect.dependabot.com/paritytech/parity-common/issues/168)) - [`b0ec18d`](https://github.com/paritytech/parity-common/commit/b0ec18dafed2d85a947d866a2ea0477ab2238a76) Fix typos ([#229](https://github-redirect.dependabot.com/paritytech/parity-common/issues/229)) - [`28781a0`](https://github.com/paritytech/parity-common/commit/28781a098cac6f559212a8d7d5386b58990525e3) Bump parking_lot version ([#227](https://github-redirect.dependabot.com/paritytech/parity-common/issues/227)) - [`bf0ba84`](https://github.com/paritytech/parity-common/commit/bf0ba8434f16a3700d0b445f48effa50c0e14b1a) [kvdb-web] bump futures-preview to 0.3.0-alpha.18 ([#225](https://github-redirect.dependabot.com/paritytech/parity-common/issues/225)) - [`31b6479`](https://github.com/paritytech/parity-common/commit/31b6479d51f3db44c6f344e146f3972a988024fe) [kvdb-web] indexeddb implementation ([#202](https://github-redirect.dependabot.com/paritytech/parity-common/issues/202)) - [`085d18b`](https://github.com/paritytech/parity-common/commit/085d18b6c54728d53585b1a71372856dbf225fe3) [kvdb-memorydb] Migrated code to 2018 edition, updated parking_lot ([#222](https://github-redirect.dependabot.com/paritytech/parity-common/issues/222)) - [`baf1df9`](https://github.com/paritytech/parity-common/commit/baf1df92eed1571b8c2cc3d891f1916ff8dd0629) Migrated code to 2018 edition, updated dependencies ([#221](https://github-redirect.dependabot.com/paritytech/parity-common/issues/221)) - [`6a580c1`](https://github.com/paritytech/parity-common/commit/6a580c10db21c8c782b38e011b90ccb2fa4f2146) Bump version ([#219](https://github-redirect.dependabot.com/paritytech/parity-common/issues/219)) - [`67a9e7d`](https://github.com/paritytech/parity-common/commit/67a9e7d7477504bf2f7f35498d8c14b5697fa723) Find PendingIterator in Transaction Pool ([#218](https://github-redirect.dependabot.com/paritytech/parity-common/issues/218)) - Additional commits viewable in [compare view](https://github.com/paritytech/parity-common/compare/ethereum-types-v0.6.0...ethereum-types-v0.8.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 5 years ago

Codecov Report

Merging #111 into v0.6.2 will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           v0.6.2    #111      +/-   ##
=========================================
- Coverage   89.42%   89.2%   -0.22%     
=========================================
  Files         107      85      -22     
  Lines        7893    7133     -760     
=========================================
- Hits         7058    6363     -695     
+ Misses        835     770      -65
Impacted Files Coverage Δ
model/src/private_key.rs 0% <0%> (-13.05%) :arrow_down:
monero/src/private_key.rs
monero/src/wordlist/dutch.rs
monero/src/wordlist/mod.rs
monero/src/wordlist/french.rs
monero/src/wordlist/esperanto.rs
monero/src/wordlist/italian.rs
model/src/utilities/bytes.rs
monero/src/wordlist/portuguese.rs
monero/src/wordlist/german.rs
... and 18 more

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 6b98a47...33c978d. Read the comment docs.