-
## Summary
During the code review, we found that few state variables that were declared as `private` could be marked as `constant` as they were not expected to be updated. Constant variables consume …
-
### Description
It would be great if there was a full text search for lucia docs that would make it easier to understand learn how to use this lib along with arcticjs and copenhagen book
-
1. Tittle
execute() should revert, instead of returning false on failing low level call
# Vulnerability details
## Impact
When an owner want to execute something, make sure to revert the transactio…
-
# `> 0` is less efficient than `!= 0` for uint in require condition
Ref: https://twitter.com/GalloDaSballo/status/1485430908165443590
```
$ grep -Rn "> 0" ./contracts/ | grep require
./contracts/Maste…
-
In the README for this repo it showcases using FFI to import a react class, but the class being imported just uses the default props which are already defined by `Concur.React.Props`. I'm curious how…
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/72b5216bfeaa7c52983060ebfc56e72e0aa8e3b0/contracts/USDMPegRecovery.sol#L90
https://github.com/code-423n4/2022-02-concur/blob/72b5216b…
-
### Issue #1: Declare variables outside of for loop to save gas
**Impact**
Declaring variables inside for loops caused these variables to be re-declared in every loop. You can save gas by declaring …
-
Hi!
I'm _very_ new to Purescript and the ecosystem in general so we'll see if this is the right question in the right place.
I'm interested in building frontend applications with Purescript/Con…
-
#29, #33, #34, #35 propose replacing our [standards document](https://github.com/heliophysicsPy/standards/blob/main/standards.md) with [standards-track PHEPs](https://heliopython.org/docs/pheps/). On …
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/MasterChef.sol#L82-L84
# Vulnerability details
## Impact
Owner can remove a depositor. Since only depositors can d…