Michał Sieczkowski

Results 4 issues of Michał Sieczkowski

## Context Hi, together with @sz-piotr we've been working on measuring the performance of MPT with native `Map` used as its underlying storage as opposed to `level`. It is clear...

## Steps to reproduce 1. Start a Hardhat node in interval mining mode. Make it mine a new block every 1000ms. 2. Configure MetaMask to connect to the Hardhat node...

The current implementation of `claimTokens` method blacklists a `pubkeyID` for given `withdrawRoot` to prevent claiming the same token amount twice. https://github.com/thehubbleproject/hubble-contracts/blob/c22ce258c8e9453a8d1d64d302f51544e67ec245/contracts/WithdrawManager.sol#L81-L84 As a result this introduces a restriction on the...

Mars already handles verification of contracts on Etherscan family of block explorers. It would be cool to add support for [Sourcify](https://sourcify.dev/) verification as well.

enhancement