You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove Dataset Creation Fee
## Summary
Removes the 0.1 USDFC dataset creation fee.
## Changes
- **Removed** `DATA_SET_CREATION_FEE` constant and initialization
- **Updated** `createDataSet()` function to set zero lockup and payment
amounts
- **Fixed** tests to expect no fee charges during dataset creation
- **Updated** comments and test names to reflect fee removal
## Rationale
The dataset creation fee was originally introduced to prevent storage
providers from creating unused datasets. However, since dataset creation
now coincides with adding the first data piece, this concern is
addressed without the fee.
## Files Changed
- `src/FilecoinWarmStorageService.sol` - Removed fee logic
- `test/FilecoinWarmStorageService.t.sol` - Updated test expectations
## Testing
- All existing tests pass with updated expectations
- Dataset creation now requires no upfront payment
Issue #241
0 commit comments