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-rpc requirement from 0.2 to 0.3 #23

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 Dec 19, 2022

Updates the requirements on monero-rpc to permit the latest version.

Release notes

Sourced from monero-rpc's releases.

0.3.2

Removed

Changelog

Sourced from monero-rpc's changelog.

[0.3.2] - 2022-12-13

Removed

[0.3.1] - 2022-12-12

Changed

  • Rollback Monero library bump from 0.18 to 0.17

[0.3.0] - 2022-12-12

Added

  • Add a Builder pattern for the RpcClient to include a proxy and authentication argument. The proxy allows the usage of e.g. a Tor socks proxy. This argument has to be a string pointing to the the address of the proxy and its protocol prefix, .e.g. "socks5://127.0.0.1:9050" for using a socks5 proxy (#92)
  • Implement Eq on more structs (#78)
  • Running tests against the latest Monero RPC versions (#75, #90)

Changed

  • Monero library bumped to version 0.18 (#83)
  • Update fixed-hash requirement from 0.7 to 0.8 (#85)

[0.2.0] - 2022-07-29

Added

  • Add tests for types implementing HashType in utils.rs (#59)
  • Add tests for HashString's implementation of the traits Debug, Serialize, and Deserialize, in utils.rs (#59)
  • Add tests for models.rs (#63)
  • Add PartialEq trait for the following types in src/models.rs (#65):
    • BlockTemplate
    • Transaction
    • SubaddressBalanceData
    • BalanceData
    • TransferPriority
    • SubaddressData
    • SubaddressIndex
    • Payment
    • AddressData
    • IncomingTransfers
    • GotAccount
    • GetAccountsData
    • GotTransfer
    • SignedKeyImage
    • KeyImageImportResponse
  • Add GenerateBlocksResponse struct (#65)
  • Add all paremeter, of type Option<bool> to the export_key_images method, and pass it to the RPC (#65)

... (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 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-rpc](https://github.com/monero-rs/monero-rpc-rs) to permit the latest version.
- [Release notes](https://github.com/monero-rs/monero-rpc-rs/releases)
- [Changelog](https://github.com/monero-rs/monero-rpc-rs/blob/main/CHANGELOG.md)
- [Commits](monero-rs/monero-rpc-rs@v0.2.0...v0.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 19, 2022
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.

0 participants