-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug Report] Missing Transaction History for RGB Asset Transfers #4
Comments
Log
|
This is not an issue of the integration tests so I would move this to https://github.com/RGB-WG/rgb |
Closing this in favor of RGB-WG/rgb#252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We've identified two issues with the transaction history recording for RGB asset transfers:
Incomplete transfer records between wallets:
When transferring assets from Wallet A to Wallet B, only the sender's (Wallet A) transaction history shows the outgoing transfer. The recipient's (Wallet B) history does not reflect the incoming transfer, despite the assets being successfully received.
Missing self-transfer records:
When a wallet transfers assets to itself, neither the outgoing nor the incoming transaction is recorded in the wallet's history. The balance is updated correctly, but there's no trace of the transfer in the transaction history.
Steps to Reproduce
tests/history-missing-bug.rs
(Reproducing examples for the unexpected transfer history bug #3)Expected Behavior
Actual Behavior
Additional Information:
The text was updated successfully, but these errors were encountered: