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

chore(deps): update monero requirement from 0.17 to 0.18 #102

Merged
merged 4 commits into from
Jun 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Updates the requirements on monero to permit the latest version.

Release notes

Sourced from monero's releases.

0.18.1

Added

  • Tree hash algorithm to compute tree hash as defined by Cryptonote by @​vorot93 (#130)

Changed

  • Minimum Supported Rust Version is now 1.56.1 and edition 2021 is enabled by @​vorot93 (#125)
  • Update fixed-hash version to 0.8.0 by @​vorot93 (#125)

Fixed

  • Fix deserialization of certain ExtraField fields and remove the need for the extra data to be parsable by @​Boog900 (#123) and @​vorot93 (#136)
  • Deserialization of transactions with outputs to invalid points on Edwards curve @​Boog900 (#132)
Changelog

Sourced from monero's changelog.

[0.18.1] - 2022-12-13

Added

  • Tree hash algorithm to compute tree hash as defined by Cryptonote by @​vorot93 (#130)

Changed

  • Minimum Supported Rust Version is now 1.56.1 and edition 2021 is enabled by @​vorot93 (#125)
  • Update fixed-hash version to 0.8.0 by @​vorot93 (#125)

Fixed

  • Fix deserialization of certain ExtraField fields and remove the need for the extra data to be parsable by @​Boog900 (#123) and @​vorot93 (#136)
  • Deserialization of transactions with outputs to invalid points on Edwards curve @​Boog900 (#132)

[0.18.0] - 2022-09-05

Added

Changed

  • Use view tags, when available, to speedup owned output finding by @​Boog900 (#116)

[0.17.2] - 2022-07-19

Added

  • Add serde serialize for Amount and SignedAmount slices by @​LeoNero (#107)
  • Add serde deserialize for Amount and SignedAmount vectors by @​LeoNero (#107)

[0.17.1] - 2022-07-12

Added

Changed

  • Relax generics requirement to ?Sized in consensus encode/decode reader and writer by @​h4sh3d (#101)

[0.17.0] - 2022-06-29

Added

... (truncated)

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [monero](https://github.com/monero-rs/monero-rs) to permit the latest version.
- [Release notes](https://github.com/monero-rs/monero-rs/releases)
- [Changelog](https://github.com/monero-rs/monero-rs/blob/main/CHANGELOG.md)
- [Commits](monero-rs/monero-rs@v0.17.0...v0.18.1)

---
updated-dependencies:
- dependency-name: monero
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 13, 2022
@h4sh3d h4sh3d added this to the v0.4.0 milestone Dec 13, 2022
@h4sh3d
Copy link
Member

h4sh3d commented May 31, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2023

A newer version of monero exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@vorot93 vorot93 merged commit fc531e4 into main Jun 3, 2023
@vorot93 vorot93 deleted the dependabot/cargo/monero-0.18 branch June 3, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Development

Successfully merging this pull request may close these issues.

2 participants