This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
token-swap: Add fuzzer for swap / withdraw / deposit #875
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3d2cd37
token-swap: Add fuzzer for swap / withdraw / deposit
joncinque 8ea173b
Run cargo fmt
joncinque e863941
Make end-to-end testing work
joncinque 7725118
Fix test failures
joncinque 51691ca
Cleanup for review
joncinque 2b1a720
Remove Clone trait for Initialize
joncinque 334cba9
Fix building fuzz targets
joncinque 2a3635e
Fix fuzz withdraw logic to avoid ZeroTradingTokens error
joncinque cc29484
Cargo fmt
joncinque c86994e
Clippy / fmt again
joncinque 497301a
Integrate fuzzer in main workspace to share clippy / fmt
joncinque 1a10c39
Fix clippy
joncinque 2997203
Switch to stable honggfuzz that could work with BPF
joncinque 4040f9d
Update to most recent honggfuzz
joncinque 7d51580
Add build / run requirements
joncinque 8344491
Add fuzz CI and cleanup for honggfuzz
joncinque d9d616c
Revert to using fuzz feature to integrate with workspace
joncinque d69b439
Make fuzz script executable
joncinque 9e9f1dd
Refactor and cleanup
joncinque 7814356
Add nightly run
joncinque a46ec5f
Fix workflow typo
joncinque 5c8ba05
Add runtime for pull request fuzz workflow
joncinque 4580432
Fix unrelated new clippy errors
joncinque 5ce9168
Merge branch 'master' into ts-fuzz
joncinque File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refactor and cleanup
- Loading branch information
commit 9e9f1dddf4440cc9cc5cd940f516fa0128ad5008
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: try remove whitespace between successive
use
statements