-
`Clone Git Repository` only works for WAN. It's using a cors-proxy server to solve cors problem. Here is the server address
```
https://corsproxy.remixproject.org/
```
It can't access LAN, so I …
-
## Description
Running my Solidity tests [here](https://github.com/pcaversaccio/snekmate/tree/main/test) (commit `2d8b8d1238e7534cef8a4fb1640068cc34259ea8`) using the `--via-ir` option will throw w…
-
# Lines of code
https://github.com/code-423n4/2023-08-dopex/blob/eb4d4a201b3a75dd4bddc74a34e9c42c71d0d12f/contracts/core/RdpxV2Core.sol#L61
https://github.com/code-423n4/2023-08-dopex/blob/eb4d4a201b…
-
I get this issue every time. unfortunately. Any suggestions?
raise RPCProcessError(cmd, uri)
RPCProcessError: Unable to launch local RPC client.
Command: ganache-cli
URI: http://127.0.0.1:8545
-
## Description
I have the following Solidity code with the inline assembly part that does not compile. See example below.
It always return me the following error:
```
DeclarationError: Identif…
CJ42 updated
9 months ago
-
## Description
Function types are now available in solidity : I would like to abi.encode a function and then be able to abi.decode this function. The encoding works but the decoding bugs
## Env…
-
## Description
This contract:
```solidity
contract C {
struct R { uint[10][10] y; }
struct S { uint a; uint b; R d; uint[20][20][2999999999999999999999999990] c; }
function f() pub…
-
Hey at first thanks for this amount of code you sharing.
I trying to use the [298-arbitrage-uniswap-sushiswap](https://github.com/jklepatch/eattheblocks/tree/master/screencast/298-arbitrage-uniswap…
-
compiler: 0.8.11
I am trying to test a payable method that has a modifier function which is saying that it is NOT executable by the owner itself.
The abbreviation of the function is as follows:
…
-
Right now the error appears at the top no matter which section threw the error and it pushes all the elements down.
It would be nice to improve this, maybe localize the errors to the section/fi…