Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
83 stars 80 forks source link

Ethermint v2 backport to genesis #80

Closed okanisis closed 1 year ago

okanisis commented 1 year ago

79 first attempt at fix - genesis branch now builds and begins to sync

chalabi2 commented 1 year ago

Hey, was the intention of this to allow archive nodes to sync from block 1?

okanisis commented 1 year ago

Hey, was the intention of this to allow archive nodes to sync from block 1?

Yes.

The ethermint-v2 branch atm was marked as private (marked public now?) so genesis branch or v1.0.0 tag couldnt be built.

I had to backport these changes just to genesis branch and v1.0.0 began to build and sync from block height 1.

chalabi2 commented 1 year ago

@tkkwon1998

tkkwon1998 commented 1 year ago

check out #101 which addresses this issue. In that pr, we use the proper ethermint version direct from source, instead of relying on test ethermint repos.