celo-blockchain icon indicating copy to clipboard operation
celo-blockchain copied to clipboard

deployExchanges() doesn't work to generate Genesis

Open hiromaily opened this issue 3 years ago • 1 comments

Description

I tried to run localnet following to Mycelo. But execution reverted happened after mycelo genesis command run.

There are some deploy functions in deploy(), but only ctx.deployExchanges doesn't work.

Current Behavior

execution reverted happened

Context

after mycelo genesis command run

part Mycelo

Proposed Solution

after commenting out ctx.deployExchanges, command works.

hiromaily avatar May 06 '22 06:05 hiromaily

This error would cause by this changes in celo-monorepo https://github.com/celo-org/celo-monorepo/commit/1114edb5edc727f56453dab34a28a9f62667030b

mycelo/genesis/base_config.go needs to be compatible with this change.

hiromaily avatar May 12 '22 11:05 hiromaily

Should be fixed here https://github.com/celo-org/celo-blockchain/pull/2010

carterqw2 avatar Feb 16 '23 12:02 carterqw2