celo-blockchain
celo-blockchain copied to clipboard
deployExchanges() doesn't work to generate Genesis
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.
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.
Should be fixed here https://github.com/celo-org/celo-blockchain/pull/2010