prabhatverma286
prabhatverma286
## The problem There is no scroll bar when running the application on windows. This is quite annoying if you have long, multiline secrets. Also, there is no close button...
## The problem When updating a secret that is a json dictionary, the UI shows the secrets in a parsed tree, which is very helpful in editing existing values. However,...
Hi, I'm trying to use multicall to fetch balancer pool balances. The method to fetch pool balances seems to be: https://etherscan.io/address/0xba12222222228d8ba445958a75a0704d566bf2c8#readContract#F10 I'm struggling with the parsing of the return values...
Looks like multicall returns the blockNumber during aggregate (or tryBlockAndAggregate) calls. However, it is omitted from the results dictionary: https://github.com/banteg/multicall.py/blob/master/multicall/multicall.py#L86 In cases where per-block data needs to be accessed and...
Hardhat and ganache forks currently dont support state overrides. When running this library with a fork, we get `execution revert` whenever using the chainId as mainnet. More details can be...
The `serialize` method, used in getConfictingBundle here: https://github.com/flashbots/ethers-provider-flashbots-bundle/blob/master/src/index.ts#L835 fails for legacy tx with an error `Error: invalid object key - from`. I am using ethers version `5.7.2`. I believe this...
should be `JsonParserListenerAdapter` instead of `JsonParserListenerAdaptor` :)