-
## Description
We (@chatziko, @MichaelXanth) ran into an optimizer issue that can be reproduced in the following minimal contract:
```solidity
pragma solidity ^0.8.18;
contract Test {
fu…
-
## Description
The .yul snippet below
```
{
let _1 := memoryguard(1111111111111111111111100)
mstore(0x40, _1)
mstore8(add(_1, 31), 200)
msto…
-
`combineSources` function loops through duplicate imports and try to resolve files even if its already resolved. This makes impossible of aragonOS and alike library usage.
-
**Describe the bug**
after compiling. I click the 'Bytecode' button and is not working.. the ABI is working well.
I have tried both chrome and firefox and still not working.. this using the Remix…
-
Pressing Ctrl+Shift+Tab should switch between tabs
-
Can somebody tell me how to make this game works ? Cause at the moment, im hosting it with XXAMP, but it doesnt work at all. Like, i wanna use it, people should buy the cars, but when i connect the wa…
-
1. [crypto zombies](https://cryptozombies.io/en/course/)
2. [full stack eth deployment example](https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13)
-
## web3j createEthCallTransaction function return no response.
I am invoking a smart contract function "get" which is having a return type in solidity. Using web3j createEthCallTransaction functi…
-
## Description
Using trinary comparison operators causes type inference to fail.
## Environment
- Compiler version: 0.8.14
- Target EVM version (as per compiler settings): unknown
- Framewo…
-
## Description
Abi decoding `SomeStruct[]` fails with
```
CompilerError: Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the o…