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

Adding ERC721 support to dropper. The tokenId of the drop is ignored.… #305

Merged
merged 6 commits into from
Jun 21, 2023

Conversation

kellan-simiotics
Copy link
Contributor

… Claims should be signed with the tokenId as the amount.

Changes

How to test these changes?

Related issues

… Claims should be signed with the tokenId as the amount.
Copy link
Collaborator

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kellan-simiotics : Some additions and clarifications requested.

contracts/Dropper/DropperFacet.sol Show resolved Hide resolved
cli/enginecli/test_dropper.py Show resolved Hide resolved
cli/enginecli/test_dropper.py Show resolved Hide resolved
Kellan Wampler and others added 5 commits May 31, 2023 08:45
And test for Dropper that check that:
- A smart contract can claim ERC721 drops provided it implements
`onERC721Received` correctly
- A smart contract which does not implement `onERC721Received` cannot
claim ERC721 drops

TODO(kellan-simiotics): Please add tests for the claimant proxy
contracts (especially that they respect ownership for drain). And tests
that smart contracts can claim other drop types if they implement the
correct interfaces. And that they cannot if they do not.
@kellan-simiotics
Copy link
Contributor Author

@zomglings I believe all of your requested changes are addressed.

Copy link
Collaborator

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kellan-simiotics kellan-simiotics merged commit 97c907f into main Jun 21, 2023
2 checks passed
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