mhorsley30896

Results 3 issues of mhorsley30896

Suppose I have a simple contract that records a user input in a struct. ```python # @version ^0.3.0 struct A_Struct: a: uint256 b: uint256 struct_map: public(HashMap[uint256, A_Struct]) struct_idx: uint256 @external...

As the title says, trust wallet made an update to 6.2 on iOS and this causes issues when connecting via walletconnect. The session can be started successfully either in the...

v1

### Environment information * `brownie` Version: 1.19.1 * `vyper` Version: 0.3.6 ### What was wrong? brownie defaults to compiling with `evm_version = "istanbul"` for `vyper` https://github.com/eth-brownie/brownie/blob/73bb8c02fc4c4f54ea7fca232045a71a8f965d59/brownie/project/compiler/__init__.py#L183 this version is now...