Skip to content

Add destinations field to GotTransfer, Fix WalletClient::get_transfers() where Out=true#128

Merged
silverpill merged 8 commits intomonero-rs:mainfrom
bytenotbark:fixes
Sep 15, 2025
Merged

Add destinations field to GotTransfer, Fix WalletClient::get_transfers() where Out=true#128
silverpill merged 8 commits intomonero-rs:mainfrom
bytenotbark:fixes

Conversation

@bytenotbark
Copy link
Contributor

  • added struct Destination
    this was not present despite wallet RPC server
    sending the destinations
  • added GotTransfer::destinations: Option<Vec<Destination>>
  • changed GotTransfer::suggested_confirmations_threshold: Option<u64>
    this allows Out=true in the category_selector to not panic

bytenotbark and others added 5 commits January 31, 2024 09:56
Fix `WalletClient::get_transfers()` where `Out=true`

added `struct Destination`
    this was not present despite wallet RPC server
    sending the destinations
added `GotTransfer::destinations: Option<Vec<Destination>>`
changed `GotTransfer::suggested_confirmations_threshold: Option<u64>`
    this allows `Out=true` in the `category_selector`
Copy link
Member

@h4sh3d h4sh3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just update fmt

@silverpill silverpill merged commit ff01331 into monero-rs:main Sep 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants