-
- what are the bugs that esbmc can verify? what kinds of bugs cannot
-
This epic issue collects all issues concerning implementation of interspace.chat for Solidity Summit.
Design happens in Figma, see comment below.
Functionality and operation are handled via GitH…
-
When having overloaded functions, it seems that the first function that matches the name comes first but parameters may have not been checked. Take for instance
```solidity
/**
* @de…
-
There is a shared feeling that the current hardhat testing framework is hard to use, unstable, and generally a mess.
While we want to keep it because having the TypeScript-based framework is importan…
-
Development of a simple benchmark to evaluate the performance of different models with Solidity code. This benchmark will be used to measure the impact of fine-tuning on the models.
-
There is a problem with the example of solidity-compatible hashes. The way it's currently done is that it calls `keccak_u256s_be_inputs` to hash a span composed of u256 words - however this function e…
-
IzuMan
High
# `EthosAttestation:: _keccakForCreateAttestation` Can Be Manipulated
### Summary
`EthosAttestation:: _keccakForCreateAttestation` passes strings which are dynamic values to abi.enc…
-
When i am trying to compile Campaign.sol it's says "Nothing to compile" message please help?
-
The solidity front-end has a lot of TODOs at the moment, which will obviously affect the progress of this project.
The TODOs:
- Type Conversion: almost done
- Bytes and memory: important yet not ea…
-
I wanted to withdraw an amount from a smartcontract. I thought I need to use the withdraw function.
eventually I found this
/ SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract …