Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import {MyHelper} from './MyHelper.sol';

- **Test file names**: `ContractName.t.sol`
- **Test contract names**: `ContractNameTest` or `functionNameTest`
- **Test function names**: If the test contract is already named after the function, omit the funciton name from the test, such as : `test_outcome_optionalContext`, otherwise, if it's not already clear which function is being tested due to the name of the test contract, include the function name in the test name like `test_functionName_outcome_optionalContext`
- **Test function names**: If the test contract is already named after the function, omit the function name from the test, such as : `test_outcome_optionalContext`, otherwise, if it's not already clear which function is being tested due to the name of the test contract, include the function name in the test name like `test_functionName_outcome_optionalContext`

**Test Organization Principles:**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ bytes memory hookData = abi.encode(

## Core Payout Operations

**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommneded for use in Flywheel.**
**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommended for use in Flywheel.**

Flywheel provides four fundamental payout operations that hooks can implement based on their requirements:

Expand Down