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
Is your feature request related to a problem?
The current selection of the indexes of the pair contracts to snapshot out of the entire list available to the Uniswap V2 data market uses a non-standard hash function that may be unavailable or differ in its output when porting to other languages, frameworks or runtimes.
Is your feature request related to a problem?
The current selection of the indexes of the pair contracts to snapshot out of the entire list available to the Uniswap V2 data market uses a non-standard hash function that may be unavailable or differ in its output when porting to other languages, frameworks or runtimes.
snapshotter-lite-v2/snapshotter/modules/computes/trade_volume.py
Lines 73 to 79 in da390aa
Describe the solution you'd like
Use a standard one like
keccak256
.Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: