zilayo
zilayo
**Describe the bug** Various RPC calls are returning with the error: ``` rate: Wait(n=1) would exceed context deadline ``` This is occuring with regular json-rpc calls, VFAT, and Harmony Horizon...
### Component Heimdall (Core) ### Have you ensured that you are up to date? - [X] Bifrost - [X] Heimdall ### What version of Heimdall are you on? heimdall 0.7.3...
### Component Heimdall (Core) ### Have you ensured that you are up to date? - [X] Bifrost - [X] Heimdall ### What version of Heimdall are you on? heimdall 0.7.3...
When using abiFromBytecode many pure/view functions are returning ``payable: true`` ``stateMutability: 'payable'`` when tested on different addresses. Similarly, many non-payable (but state changing) functions are returning ``payable: false`` ``stateMutability: 'view'``...
### Component contract ### Describe the feature you would like Similar to ethers-rs, it would be great to port over multicall to alloy. https://github.com/gakonst/ethers-rs/tree/master/ethers-contract/src/multicall ### Additional context _No response_