Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #19

Merged
merged 59 commits into from
Jan 2, 2023
Merged

Development #19

merged 59 commits into from
Jan 2, 2023

Conversation

0xKitsune
Copy link
Owner

No description provided.

0xKitsune and others added 30 commits December 27, 2022 12:49
…an to reflect least and most significant bits
0xKitsune and others added 29 commits December 29, 2022 19:20
* Development (#17)

* exposed min and max tick constants as public, updated version and cargo lock

* bumped version to 0.2.4

* bumping to v 0.2.5

* added constants for MIN_SQRT_RATIO and MAX_SQRT_RATIO, bumped version

* removed unneeded import

* Overflow/Underflow in tick_bit_map.rs, changed little endian/big endian to reflect least and most significant bits

* patching next_initialized_tick_within_one_word

* bumping version to 0.2.8

* updated mulmod to use ruint

* patched overflow on left shift during next_initialized_tick_within_one_word

* patched compute swap step, updated I256 -> U256 conversion

* patched mulmod, bumping version

* patching mulmod to allow overflowing mul

* patching muldiv  to allow overflowing/underflowing

* updated mulmod to use ruint

* fixed clippy warnings and merged main

* bumped to 0.2.14

Co-authored-by: Leyton <leytontaylor23@gmail.com>

* use arithmetic operators

* run clippy --fix

* errors and is_zero

* more unnecessary parens

* bump ethers

* rm main.rs in library

* negatives

* minor nits

* revert negatives

.is_negative is not lt(0) but lte(0)

* last unnecessary parens

* propagate middleware error

* final touches

* final last unnecessary parens

* fix wrong placement

* fixed compilation errors, fixed failing tests

* fixed clippy warnings, ran formatting

Co-authored-by: 0xKitsune <77890308+0xKitsune@users.noreply.github.com>
Co-authored-by: Leyton <leytontaylor23@gmail.com>
Co-authored-by: 0xKitsune <0xKitsune@protonmail.com>
@0xKitsune 0xKitsune merged commit 875adec into main Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants