-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remit does not call the token issuer's Hook as weakTSH. (Version: 2024.3.12-release+790 ) #297
Comments
good catch, an oversight indeed will fix it on the next binary |
If we add this to Remit then we need to decide if we should add this to payment as well. Related to #262 |
I guess Payment and OfferCreate transactions set the weakTSH through xahaud/src/ripple/app/tx/impl/Transactor.cpp Line 1448 in d24c134
|
We need to support this in transactors (Escrow, Paychan, Check) that do not use PaymentSandbox. |
Ah, this is for non-issuer. |
|
Yes, the result would be the same as the existing issue. It may affect the validator's vote. |
Technically its a feature imo but if @RichardAH is open to it we could add it. |
I think issuers should be weak tshes on all dealing in their currencies. It's over-looked in a bunch of places indeed. |
When is it appropriate to handle the issuer as a weakTSH? A. when the IOU actually moves (eg. CheckCash) The strictest will be A only and the loosest will be A+B+C. The choices would be A or A+B or A+B+C |
Issue Description
If a token is specified in the Amounts field of a Remit transaction, the Hook of that token issuer will not be invoked.
Expected Result
The issuer of the token being sent must be weakTSH.
Actual Result
The issuer of the token being sent is not TSH.
Environment
xahaud 2024.3.12-release+790
Supporting Files
https://gist.github.com/tequdev/dd19dfaacca7bd3372b646f423004a03
The text was updated successfully, but these errors were encountered: