Gerardo Nardelli

Results 22 comments of Gerardo Nardelli

Having the same issue. I had to first rename `hardhat.config.ts` to `.js` because of the error `Could not find supported project directory in`. But now I'm also facing the error:...

Based on the comment from https://github.com/poanetwork/tokenbridge-contracts/issues/287#issuecomment-544859675 >If we consider two operations deposit and withdrawal such as the balance of the bridge is increased and after the first one and reduced...

@akolotov @maxaleks I'm adding this comment so we can debate on the best approach for the architecture of the contracts, so we can explore and analyse some alternatives before moving...

@maxaleks can you please resolve the merge conflicts?

@maxaleks I updated the new script that verifies the contracts in the explorer as part of the deployment to include the new limit contracts https://github.com/poanetwork/tokenbridge-contracts/pull/306/commits/4aa2b668254f0e3b837210e6250bf5ba8c262f25

I'm adding this comment to start the discussion about the possible approach to migrate POA bridge contracts. I added information about v1.x and v2.x contracts, some consideration and possible steps...

> First of all, we can simply stop all bridge operation by setting the daily limit in 0 on both side and waiting some amount of time. It should reduce...

I tested the upgrade, the bridge operations worked correctly. Here are the details and steps: Home Network: `Sokol` Foreign Network: `Ropsten` 1. Started with V1 bridge contract (used implementation from...

Here is the result of my review. ## Security AMB validators will listen to different events on different contracts with different types of messages and how they are processed. Also,...

After reviewing the structure and code of the Burner Wallet, I think the easiest way to integrate and interact with new mediators contracts is to create a plugin that adds...