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

Fix escrow DoS Attack #20

Merged
merged 4 commits into from
Jul 6, 2020
Merged

Fix escrow DoS Attack #20

merged 4 commits into from
Jul 6, 2020

Conversation

ethanfrey
Copy link
Member

Closes #19

Implements an optional whitelist on CreateMsg if you want to accept any tokens that were not used during creation. Can often be omitted from JSON without any negative effect (use Option, so no need for empty array client side)

@ethanfrey ethanfrey merged commit 2754640 into master Jul 6, 2020
@ethanfrey ethanfrey deleted the fix-dos branch July 6, 2020 19:08
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.

Fix DoS attack on cw20-escrow
1 participant