Skip to content

Commit aa21c16

Browse files
committed
docs: update changelog
docs: update changelog
1 parent b220610 commit aa21c16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99

1010
### Changed
1111
- Made pricing constants (STORAGE_PRICE_PER_TIB_PER_MONTH, CACHE_MISS_PRICE_PER_TIB_PER_MONTH, CDN_PRICE_PER_TIB_PER_MONTH) mutable storage variables instead of immutable
12-
- Added `updatePricing()` function to allow owner to update pricing rates without contract upgrades
12+
- Added `updatePricing(uint256 newStoragePrice, uint256 newCacheMissPrice, uint256 newCdnPrice)` function to allow owner to update pricing rates without contract upgrades
13+
- Pass 0 for any parameter to keep that price unchanged (selective updates)
14+
- At least one parameter must be non-zero
15+
- New rates apply to all active data sets on their next proving period update
1316
- Added `getCurrentPricingRates()` function to query current pricing values
1417
- Added `PricingUpdated` event to track pricing changes
1518

0 commit comments

Comments
 (0)