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

Update monero requirement from 0.19 to 0.20 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Updates the requirements on monero to permit the latest version.

Release notes

Sourced from monero's releases.

0.20.0

Added

Fixed

  • Use both transaction public keys when scanning outputs & reject non-canonical public keys in the tx-extra by @​Boog900 (#180)
  • Error on non-minimal varint encoding and fix silent overflow @​stringhandler(#174)
  • Avoid prepending VarInt length of the blockhashing blob when using Block::serialize_hashable() @​parazyd(#194)
  • Error out of bounds panics in src/util/address.rs for from_bytes and from_slice with fix @​hansieodendaal(#185)
  • Removed unused output types (and unused pub fn get_pubkeys), fixing panic when hashing transactions with those outputs @​hansieodendaal(#186)
  • Error on extra data parse where Padding(255) could not be parsed successfully and where the length returned from parsing SubField::MysteriousMinerGate was incorrect with fix @​hansieodendaal(#184)
  • Fixed memory overflow and subtract with overflow when deserializing @​hansieodendaal(#183)
  • Fixed tx scanning for txs with view tags and lots of outputs (some miner txs) @​Boog900 (#197)
Changelog

Sourced from monero's changelog.

[0.20.0] - 2024-01-22

Added

Fixed

  • Use both transaction public keys when scanning outputs & reject non-canonical public keys in the tx-extra by @​Boog900 (#180)
  • Error on non-minimal varint encoding and fix silent overflow @​stringhandler(#174)
  • Avoid prepending VarInt length of the blockhashing blob when using Block::serialize_hashable() @​parazyd(#194)
  • Error out of bounds panics in src/util/address.rs for from_bytes and from_slice with fix @​hansieodendaal(#185)
  • Removed unused output types (and unused pub fn get_pubkeys), fixing panic when hashing transactions with those outputs @​hansieodendaal(#186)
  • Error on extra data parse where Padding(255) could not be parsed successfully and where the length returned from parsing SubField::MysteriousMinerGate was incorrect with fix @​hansieodendaal(#184)
  • Fixed memory overflow and subtract with overflow when deserializing @​hansieodendaal(#183)
  • Fixed tx scanning for txs with view tags and lots of outputs (some miner txs) @​Boog900 (#197)

[0.19.0] - 2023-09-15

Changed

[0.18.2] - 2023-01-02

Changed

  • Allow more amount denomination variants (e.g xmr|XMR|monero), prefer lower case in Display by @​h4sh3d (#141)

[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

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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.19.0...v0.20.0)

---
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 Jan 22, 2024
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.

None yet

0 participants