-
Notifications
You must be signed in to change notification settings - Fork 10
DES-32 Bring your own IPT: Tokenizer allows attaching arbitrary ERC20s #173
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
base: main
Are you sure you want to change the base?
Conversation
elmariachi111
commented
Mar 3, 2025
- Requires original owners to send along ipt agreement cids & token contract.
- clones a "wrap" contract that has an IPT interface. This is useful for a "permissioner" that requires an IPT to render its terms
- had to extract a shared IIPToken interface for this
- reinitializer v6 - takes the new implementation addresses
- simple test case that demonstrates usage
- the event does not emit the wrapper contract directly but uses the original ERC20 (helps on subgraphs)
Signed-off-by: Stefan Adolf <stefan@molecule.to>
extracts IIPToken interface to be reused on Tokenizer and Permissioner fixes linearization of dependencies on IPToken Signed-off-by: Stefan Adolf <stefan@molecule.to>
wrapping test case Signed-off-by: Stefan Adolf <stefan@molecule.to>
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Stefan Adolf <stefan@molecule.to>
Signed-off-by: Stefan Adolf <stefan@molecule.to>