-
These are the contracts we have looked at. This is a list of feature support:
- [x] Myhtril/Slither examples (#6721)
- [ ] Solc-Verify examples (#8145)
- [x] Eth2.0 deposit contract (#9806)
- [ …
-
## Summary
### Gas Optimizations
| |Issue|Instances|Total Gas Saved|
|-|:-|:-:|:-:|
| [G‑01] | State variables can be packed into fewer storage slots | 1 | - |
| [G‑02] | Avoid contract…
-
Good work on this.
How does it handle having for example a factory contract which creates another contract and both contracts are in the same .sol file?
-
I am using solidity version 0.8.0 while creating the Lottery.sol file. But For LinkToken.sol file there is not corresponding version 0.8 or 0.6. There is only one version 0.4.11 and it gives me this i…
-
We should allow to upgrade our contract logic in the field (after deployment to mainnet):
* https://medium.com/quillhash/how-to-write-upgradable-smart-contracts-in-solidity-d8f1b95a0e9a
-
## Description
Often times, when I run a simple analyze command on a smart contract, it is quick, other times it is very slow. Sometimes I am unable to use the command myth -h because it just hangs…
-
### Objective
I enjoyed most of the DevEx of integrating Tableland with a recent Hackathon project (https://github.com/brandinate/Brandinate-Monorepo/blob/main/contracts/contracts/Brandinate.sol), …
-
# Handle
Ruhum
# Vulnerability details
## Impact
Depending on the underlying token type (721/1155) an `NFTXVaultUpgradable` uses a different logic. The `NFTXMarketplaceZap` contract implements fun…
-
### Description
As an [Actor], I want [feature] so that [why].
### Acceptance Criteria
* [Criteria 1]
### Steps to Reproduce (Bug)
1. [Step 1]
2. [Step 2]
3. [Step ...]
**Expected behav…
matkt updated
4 weeks ago
-
The entire contract needs to utilize solidity's new functionality. This might be a fun way to let community members contribute to the project.
Each error message should be it's own PR.
See https…