-
Upon compilation complete,
use https://www.4byte.directory/docs/ to resolve function signature, display a warning if there is collision (more than 1 result for a single signature hash)
-
## Information
**VIM version**
```
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jun 07 2022 00:51:41)
Included fixes: 1-5046
```
Operating System: `Linux - Manjaro`
## What went wro…
-
The issue is regarding styling and optimisation of smart contracts. Currently, the contracts aren't following best practices according to out style guide as well as linter. Also in some contracts, mod…
-
```Lottery.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.6;
import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol";
import "@openzeppelin/contracts/access/Ownab…
-
Issue Type: Bug
since Ive update i Cant open second instance runnind code . at terminal
VS Code version: Code 1.66.2 (dfd34e8260c270da74b5c2d86d61aee4b6d56977, 2022-04-11T07:49:24.808Z)
OS version:…
-
Figure out how to store maturity date and how we'd be able to check if the bond has matured
```
contract Bond {
maturityDate: type?
function checkIfBondIsMatured () {
logic?
}
}
```
-
As part of our post-mortem, we identified that one of the challenges was to keep track of some compiler warnings in our smart contracts.
In our CI builds, we need to keep track of number of warnings …
-
### Language server
_No response_
### Requested feature
The standard for linting Solidity files is solhint, which is currently not available as an lsp.
https://github.com/protofire/solhint
I'…
-
Hello! Thanks for package!
I want to specify prettier rules within `.solhint.json` and not within `.prettierrc`. When I do linting `solhint -f table contracts/**/*.sol`, prettier rules are considered…
-
Needs:
- [x] Run tests
- [x] Linter against `gofmt` for Go and `prettier` for Solidity
- [ ] Required to pass before commits / PR merges
I have very little experience with GitHub so would appr…