-
Consider the following call that makes `keccak(abi.encode(...))` and others that can be seen in the [Uniswap search](https://github.com/search?q=repo%3AUniswap%2Fv4-core+keccak256&type=code)
https:…
-
```
Test performance and stability of the GSM codec.
```
Original issue reported on code.google.com by `ivelin.a...@gmail.com` on 22 Feb 2012 at 3:11
-
-
### What is wrong?
We currently don't have a way to measure the efficiency of Fe code. It would be nice to be able to create contracts with certain use cases and measure:
- Deployment gas cost
…
-
Are these copyfields needed in solrconfig:
https://github.com/yalelibrary/yul-dc-solr/blob/866826b127e500944416d79e9fc38a679714bd7c/solr/conf/schema.xml#L214
-
### What is wrong?
The compiler takes too long (practically freezes) when compiling the following code:
```
contract Test {
pub fn foo(bar: Array) {}
}
```
I'm running the Mac version…
-
## Issue
The debugger will decode the return value at the end of a transaction, but it doesn't support this for Vyper. Because return value decoding is ABI-based and Vyper uses the same ABI as Sol…
-
```
Test performance and stability.
```
Original issue reported on code.google.com by `ivelin.a...@gmail.com` on 22 Feb 2012 at 3:16
-
Hello,
I've created types for the solidity compiler output (included ABI, Yul & Solidity AST) [here](https://github.com/dappsnation/ngeth/blob/main/packages/%40type/solc/output.d.ts). I think it woul…
-
```
Currently each state has static timeout value
to modify it code should be recompiled and server restarted.
Need to add management for this values
```
Original issue reported on code.google.com by…