-
**Overview**
Risk Rating | Number of issues
--- | ---
Low Risk | 6
Non-Critical Risk | 16
**Table of Contents**
- [Low Risk Issues](#low-risk-issues)
- [1. Known vulnerabilities exist in currently…
-
## Unspecific Compiler Version Pragma
### description
Avoid floating pragmas for non-library contracts.
While floating pragmas make sense for libraries to allow them to be included with multiple di…
-
### Name of the project
Carv Protocol
### Project type
Library
### Site of the project
https://protocol.carv.io/
### Github repository of the project
https://docs.carv.io/overview/carv-intro
#…
-
## Floating pragma and different compiler versions among contracts
Some of the contracts are using floating pragma ^0.8.10, some using floating ^0.8.0, and some use fixed 0.8.11.
Contracts should be…
-
Hello. Thanks for ML for fairness!
(venv) ➜ experiments git:(master) ✗ `python ./lending_demo.py --num_steps=500`
Traceback (most recent call last):
File "./lending_demo.py", line 26, in
…
-
[S]: Suggested optimation, save a decent amount of gas without compromising readability;
[M]: Minor optimation, the amount of gas saved is minor, change when you see fit;
[N]: Non-preferred, the amo…
-
**Overview**
Risk Rating | Number of issues
--- | ---
Gas Issues | 21
**Table of Contents:**
- [1. Avoid emitting a storage variable when a memory value is available](#1-avoid-emitting-a-storage-va…
-
## Unspecific Compiler Version Pragma
### description
Avoid floating pragmas for non-library contracts.
While floating pragmas make sense for libraries to allow them to be included with multiple di…
-
[S]: Suggested optimation, save a decent amount of gas without compromising readability;
[M]: Minor optimation, the amount of gas saved is minor, change when you see fit;
[N]: Non-preferred, the amo…
-
This is an example for glmnet but this should probably apply to all models/engines.
For glmnet, `multi_predict()` currently ignores `type = "raw"` when applied to a linear regression, but errors (i…