-
### What's your issue about?
Using interfaces as a destination in a mapping:
```python
interface MyInterface:
def kick(): modifying
kickers: HashMap[address, MyInterface]
```
raises th…
-
Hi everyone!
I'm trying to use `solc` for solidity files, however I cannot make it work, even after I spent several hours on it. I would be happy if someone can help me or forward me to some document…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.1
* OS: Arch Linux
* Python Version (output of `python --version`): 3.9.9
### What's your issue about?
Error:
`…
-
Is this an issue with using a single library for multiple types?
Solc 0.6.11
function:toUint112 is a function we have that takes a uint256 and safely converts to a uint112
```
Traceback (mos…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
On startup the following appears.
This is happening on
IntelliJ IDEA 2021.3 (Ultimate Edition)
java.lang.Throwable: ID "VimShortcutKeyAction" is already taken by action "null (null)". Action …
-
refs https://github.com/solidity-parser/parser/issues/46
-
Solidity has announced and released [EIP-838](https://github.com/ethereum/EIPs/issues/838) support for user defined errors in Solidity, so I will be adding support to human-readable ABI, the ABI fragm…
-
**Describe the bug**
I'm seeing the following in various org files:
```emacs-lisp
The error was: (error "rx ‘**’ range error")
Backtrace:
" backtrace-to-string(nil)
org-element-at-point…
-
When running slither against https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC1155/ERC1155.sol one receives this error:
```
slither contracts/ExternalContracts…