ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Wrap up celo MTP verefication #128

Open P1sar opened 3 years ago

P1sar commented 3 years ago

After all issues related to MTP verification are done we need to tight all together and wrap up this feature.

Implementation details

Testing details

Acceptance Criteria

P1sar commented 3 years ago

celo-bootstrap image have been rebuilt still need to deal with problem that github.com/celo-org/celo-bls-go v0.2.6 410 Gone server response: not found: create zip: module source tree too large (max size is 524288000 bytes)

Possible solution: fetch repo localy and use replace inside go.mod... but its hard to achieve it since we need to run e2e tests... so we need to fetch repo inside docker container