v4-core icon indicating copy to clipboard operation
v4-core copied to clipboard

chore: rename instances of "delta" to "deltas"

Open Jun1on opened this issue 8 months ago • 4 comments

Related Issue

BalanceDelta and BeforeSwapDelta are custom types of 2 int128s packed into a single 32 byte slot. However, other contexts like CurrencyDelta refer to a single value.

This singular naming scheme is confusing.

Description of changes

Rename BalanceDelta, BeforeSwapDelta, and other "delta" namings to plural form. Rename hook flags to "ReturnDeltas" except for afterSwap (which only returns one delta).

Jun1on avatar Jun 04 '24 21:06 Jun1on