-
there are some files in there that are no solidity files but something with solaris:
e.g.
https://github.com/allenday/github-solidity-all/blob/master/contracts/174high_droidVncServer__jni_openssl_…
-
_to be submited on [https://github.com/zama-ai/bounty-program/issues](https://github.com/zama-ai/bounty-program/issues)_
**title**: Bounty Specification: Creation of a Decentralized Identity System…
-
#### System information
Network: `Testnet`
#### Expected behaviour
The contract's log event data should be the same.
#### Actual behaviour
There's a mismatch in the logged event data.
####…
-
**Original Issue Text (Before Refactoring into a VIP)**:
Enums are treated differently in Solidity and Vyper. `uint8` (in Solidity) vs. `uint256` (in Vyper) & simple increments and starting from 0 …
-
# Lines of code
https://github.com/code-423n4/2022-05-velodrome/blob/7fda97c570b758bbfa7dd6724a336c43d4041740/contracts/contracts/Pair.sol#L207-L210
# Vulnerability details
```solidity
if (timeEla…
-
Hi there,
#### System information
Geth version: 1.7.3-stable-4bb3c89d
OS & Version: Darwin MacBookPro 17.3.0
#### Expected behaviour
Constant method of smart contract has result type `int…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Contracts should be deployed using the same compiler version/flags with which they have been tested.
Using an unlocked pragma of >=0.8.0 whic…
-
# Swivel QA Report
## Low Risk
### Use a more recent version of Solidity
Every contract file is using an older version of Solidity. Replace it with the latest, 0.8.15.
-
### Pull Request
https://github.com/ethereum/ERCs/commit/3344c58209905fb15a95c3990a48af80282bd837
### What happened?
In ERC-223 `tokenReceived`'s description reads: "It works by analogy with the fa…
-
Starlight is a transpiler that converts Solidity smart contracts into zApps (zero-knowledge applications), offering developers a streamlined process to create privacy-focused decentralized application…