-
**Describe the bug**
Enter 37.8+2.9 in the search field, calculator gives:
= 40.699999999999996
**Expected behavior**
The result should be: 40.7
**Screenshots**
![image](https://user-images.…
-
Update any proofs that expect Paillier ciphertexts as input to encode those explicitly, rather than as BigNumbers. I spotted some by following the encryptions, but double-check the other proof types t…
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Contact Details
GhostFace#7161
### What happened?
I cannot claim dcar rewards from stash. i get error messag…
-
There are a few code quality items missing in the `PiEncProof` module.
- [x] Add top-level documentation to `PiEncProof` explaining what statements it's proving.
- [x] Update fields in proof, input, …
-
# Lines of code
https://github.com/code-423n4/2023-03-asymmetry/blob/main/contracts/SafEth/SafEth.sol#L118
# Vulnerability details
### Impact
In all `withdraw()` functions of derivatives, there i…
-
# Lines of code
https://github.com/code-423n4/2023-03-asymmetry/blob/main/contracts/SafEth/SafEth.sol#L118
# Vulnerability details
### Impact
In all `withdraw()` functions of derivatives, there i…
-
There are several places in the code where a variable is expected to be in the multiplicative group `Z*_N`. For our composite moduli `N = p*q`, this means that the variable must be relatively prime to…
-
When we were finishing the Core work, I converted all integers to BigNumbers. This code could probably be cleaned up a bit (where stings become big numbers etc) we should also use the wrapper class t…
-
## What's The Problem
One of the most frustrating issues with BigNumber is that I can't prettify a BigNumber into a readable format. For example, if I was using Hardhat console to print out a BigNumb…
-
I am using Open Zeppelin's Test Helpers in my Hardhat testing to check for events emitted using the librarys `expectEvent`. The code I have has worked fine for other tests. The code would look like th…