-
After migrating an upstream change from geth here: https://github.com/ava-labs/subnet-evm/pull/750 (upstream PR here: https://github.com/ethereum/go-ethereum/pull/26568) we discussed adding better tes…
-
### 1. NATSPEC IS INCOMPLETE
Examples of this issue in the codebase:
1. File: contracts\NibblVaultFactory.sol missing `@return` (Line [38](https://github.com/code-423n4/2022-06-nibbl/blob/71b639f977c…
-
Using the ERC20 interface directly in solidity will give issues with some ERC20 token contracts because they were not correctly implemented. The list of badly implemented tokens is quite big (and not …
-
#1 Missing natspec comment supply
https://github.com/code-423n4/2022-08-foundation/blob/792e00df429b0df9ee5d909a0a5a6e72bd07cf79/contracts/mixins/collections/SequentialMintCollection.sol#L113
A func…
-
## Expected Behavior
I run a development chain I fork kovan because I am testing some interactions with 3rd party contracts (mainly defi and oracles).
Some of my smart contracts make calls to ch…
-
## Introduction
An Aragon DAO has the concept of Voting Tokens. If an address holds some Voting Token, it gets to vote in the DAO.
## Idea description
Here's the setup:
- DAO0 uses VOTE0 t…
-
Severity: Undetermined
### Description
dToken has enabled optional Solidity compiler optimizations in its Truffle config file:
```
// Configure your compilers
compilers: {
solc: {…
-
## Avalanche Bootcamp 2024 EN Outline
#### Lesson 1: Introduction to Blockchain
- **Blockchain Concept**
- Overview of Bitcoin
- Transactions and Blocks
- **Consensus Mechanisms**
- Proo…
-
## 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 …
-
# Slither
- [x] Configuration https://github.com/crytic/slither/wiki/Usage#configuration-file
- [x] Slither Integration: https://github.com/crytic/slither-action
Slither has to be installed localy…