This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Add Arithmetic Shift Right operation for I256 #1323
Comments
dbelv
added a commit
to dbelv/ethers-rs
that referenced
this issue
May 29, 2022
The base rust types perform asr when the value is negative for the Shr trait, however as lsr has been the default for the Shr trait for I256 this has been implemented as a separate function. This can be implemented within the Shr trait breaking backwards compatibility if preferred. PR for separate asr function: #1324 |
dbelv
added a commit
to dbelv/ethers-rs
that referenced
this issue
May 29, 2022
Update the changelog for gakonst#1323 Format the file correctly
gakonst
pushed a commit
that referenced
this issue
May 29, 2022
Update the changelog for #1323 Format the file correctly
Closed in #1324 |
jsLover1117
added a commit
to jsLover1117/ethers-rs
that referenced
this issue
Jul 17, 2022
Update the changelog for gakonst/ethers-rs#1323 Format the file correctly
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Add Arithmetic Shift Right operation for I256
Describe the solution you'd like
Add Arithmetic Shift Right operation for I256.
Describe alternatives you've considered
The user can perform this operation themselves.
The text was updated successfully, but these errors were encountered: