Skip to content

Commit

Permalink
chore: update monero to latest release (#6098)
Browse files Browse the repository at this point in the history
Description
---
Updated monero (Rust Monero Library) to the latest release.

Motivation and Context
---
Many vulnerabilities have been fixed since the previous release,
including findings die to the recent code audit.

How Has This Been Tested?
---
Unit tests

What process can a PR reviewer use to test or verify this change?
---
Review CI results

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
hansieodendaal authored Jan 25, 2024
1 parent 0da370f commit 9a4028c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 91 deletions.
133 changes: 44 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applications/minotari_merge_mining_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hex = "0.4.2"
hyper = "0.14.12"
jsonrpc = "0.12.0"
log = { version = "0.4.8", features = ["std"] }
monero = { version = "0.18" }
monero = { version = "0.20.0" }
reqwest = { version = "0.11.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.57"
Expand Down
Loading

0 comments on commit 9a4028c

Please sign in to comment.