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

Make redeem flow handlers open #199

Merged
merged 4 commits into from
May 21, 2020
Merged

Conversation

adagys
Copy link
Contributor

@adagys adagys commented May 5, 2020

…to allow adding custom processing logic for redeemed tokens on the issuer`s side.

Right now there is no way of tracking or processing redeemed tokens for the issuer without using the deprecated internal transaction RPC feed or copying and re-implementing the redeem flows.

The simplest fix seems to be making the handlers open for subclassing.

…c for redeemed tokens on the issuer`s side.

Make ObserverAwareFinalityFlowHandler return a SignedTransaction if one was received.
@ischasny
Copy link
Contributor

ischasny commented May 7, 2020

It looks good to me. @roastario could you please have a look whether it rings any bells?

ischasny
ischasny previously approved these changes May 7, 2020
@roastario roastario merged commit bf10299 into master May 21, 2020
@adagys adagys deleted the andrius/open-redeem-handlers branch May 21, 2020 14:07
roastario added a commit that referenced this pull request Sep 25, 2020
* Make redeem flow handlers open (#199)

* Make redeem flow handlers open to allow adding custom processing logic for redeemed tokens on the issuer`s side.

Make ObserverAwareFinalityFlowHandler return a SignedTransaction if one was received.

* Undo removing a flow

Co-authored-by: Stefano Franz <stefano.franz@r3.com>

* Put Workflows Jar on a diet - exclude all corda runtime files (#206)

* keep

* put workflows jar on a bit of a diet

* Add serialization env to OwnerMigration

* fix migration for 4.6

Co-authored-by: Andrius Dagys <andrius.dagys@r3.com>
Co-authored-by: Stefano Franz <stefano.franz@r3.com>
Co-authored-by: Stefano Franz <roastario@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants