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

Functionality to allow Exchanges to manage their own whitelists #39

Merged
merged 5 commits into from
Mar 29, 2018

Conversation

adamdossa
Copy link
Contributor

@adamdossa adamdossa commented Mar 28, 2018

There is an ExchangeTransferManager. When adding this module, you can specify an existing transferManager (e.g. a GeneralTransferManager).

The ExchangeTransferManager will then return true for verifyTransfer if either the specified TM thinks the transfer is valid or if the ExchangeTransferManager thinks the transferManager is valid.

You can chain these together as needed (i.e. add multiple ExchangeTransferManagers, each specifying the previous one on deployment).

@pabloruiz55 pabloruiz55 self-requested a review March 28, 2018 18:40
@adamdossa adamdossa merged commit b82a1a9 into master Mar 29, 2018
@pabloruiz55 pabloruiz55 deleted the extendable_modules branch April 9, 2018 11:21
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

2 participants