keep-starknet-strange / satoru

Synthetics platform for Starknet, inspired by GMX v2 design.
https://book.satoru.run/
MIT License
110 stars 73 forks source link

Feat: using i128 in the `i128_values` attribute of `DataStore` structure #466

Closed eytanlvy closed 1 year ago

eytanlvy commented 1 year ago

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

What is the current behavior?

We were using u128 instead of i128 everywhere

Resolves: #NA

What is the new behavior?

now good traits have been imported, and functions in data_store corrected

-

-

Does this introduce a breaking change?

Other information