bit shifting over numbers #337
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: bogdan-manole
I'm trying to implement some similar contracts from uniswap into aesophia. There are a lot of bitwise operations there, like: left shift , right shift over integer types. I think it will be helpful if we could have functions as shl, shr, not over bits type and also some way to convert between int and bits.
Created by: hanssv
Adding built in bitwise operations in FATE/Sophia needs a protocol upgrade (a.k.a a hard fork) - in the meantime we add a standard library: #340
Created by: hanssv
Merged to the Ceres branch. #352