shung
shung
### Describe the issue: It appears that IR considers literals as `uint256` or `int256` type, but they should be assigned the smallest possible type instead. ### Code example to reproduce...
Should probably gracefully handle this: ``` thread 'tokio-runtime-worker' panicked at /home/runner/work/helios/helios/execution/src/evm.rs:76:47: called `Result::unwrap()` on an `Err` value: rpc error on method: get_proof, message: Deserialization Error: invalid type: string "too many...
Hash length should be 0x20, not 0x32. Can test by inspecting bafyreicnokmhmrnlp2wjhyk2haep4tqxiptwfrp2rrs7rzq7uk766chqvq 
There should be a check here comparing cached `address(this)` against the `address(this)` of the current context. If the compared addresses don't match, it should recalculate the domain separator: https://github.com/transmissions11/solmate/blob/97bdb2003b70382996a79a406813f76417b1cf90/src/tokens/ERC20.sol#L163 Currently...
### Description The return response code in all functions in the interface has a int64 type (e.g.: https://github.com/hashgraph/hedera-smart-contracts/blob/266107f3189b7ceb2ec497920d37ffdd7ecb3971/contracts/system-contracts/hedera-token-service/IHederaTokenService.sol#L328) However, the library (HederaTokenService abstract contract) uses int32 when decoding (e.g.: https://github.com/hashgraph/hedera-smart-contracts/blob/266107f3189b7ceb2ec497920d37ffdd7ecb3971/contracts/system-contracts/hedera-token-service/HederaTokenService.sol#L34)...
### Overview of the problem **Buefy** version: [3.0.3] **Vuejs** version: [3.5.24] **OS/Browser**: Gnome+wayland ### Description Clicking the modal open button right after closing the modal renders the button unusable and...