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

Add Invariant and Property-Based Test Examples #32

Closed
moodmosaic opened this issue Oct 25, 2024 · 1 comment
Closed

Add Invariant and Property-Based Test Examples #32

moodmosaic opened this issue Oct 25, 2024 · 1 comment

Comments

@moodmosaic
Copy link
Member

To further refine the rendezvous tool before fuzz testing sBTC and other contracts, we should expand our set of examples. Here are some suggestions:

Invariants

Properties

These are just initial ideas off the top of my head, and we can always add more later.


The idea here is to use these tests both as documentation for users and for us, to sharpen our skills when we need to perform with rendezvous effectively.

moodmosaic added a commit that referenced this issue Oct 26, 2024
The new `watchdog.sh` script monitors the current directory for
changes, and runs a specified command when detected. Useful for
continuously running the examples.

Usage:
  $ ./example/watchdog.sh ./rv example/ reverse --type=test

Related to: #32
moodmosaic added a commit that referenced this issue Oct 28, 2024
The new `watchdog.sh` script monitors the current directory for
changes, and runs a specified command when detected. Useful for
continuously running the examples.

Usage:
  $ ./example/watchdog.sh ./rv example/ reverse --type=test

Related to: #32
@moodmosaic
Copy link
Member Author

moodmosaic commented Nov 8, 2024

Resolved by #40. Partially, at least. Instead of adding past scenarios from CityCoins we are going to fuzz sBTC contracts.

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

No branches or pull requests

1 participant