You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying to get bdjuno up and running targeting a fresh postgres (v14) instance using the current tip of thechains/evmos/mainnet branch and am encountering several issues. Debug logs suggest the module order specified in config.yaml may not be respected. I'm happy to fix this myself and submit a PR but would love a hair of guidance so I don't have to descend the rabbit hole with complete ignorance.
Is this even what I should be doing if my final goal is to run bdjuno against newer chains that are recent evmos forks?
HEAD^ (see below) produces the same results. I'll see if I can git bisect my way to a version that works, but any insight enabling me to move forward is appreciated (including informing me that this is a waste of my time for what I'm trying to accomplish, if that's the case 😛).
~ bdjuno version
version: 3.1.0-15-gd705817
commit: d705817c1c0e8094a88d9c4037d84e3beb14f29a
go: go1.18.9 linux/amd64
Expected behavior
We should be able to parse genesis.json with all the corresponding modules that have been checked in enabled, following the guidance in the docs.
The text was updated successfully, but these errors were encountered:
Bug description
I'm just trying to get
bdjuno
up and running targeting a fresh postgres (v14) instance using the current tip of thechains/evmos/mainnet
branch and am encountering several issues. Debug logs suggest the module order specified in config.yaml may not be respected. I'm happy to fix this myself and submit a PR but would love a hair of guidance so I don't have to descend the rabbit hole with complete ignorance.Is this even what I should be doing if my final goal is to run bdjuno against newer chains that are recent evmos forks?
Thank you in advance!
Steps to reproduce
HEAD^
(see below) produces the same results. I'll see if I cangit bisect
my way to a version that works, but any insight enabling me to move forward is appreciated (including informing me that this is a waste of my time for what I'm trying to accomplish, if that's the case 😛).~ bdjuno version version: 3.1.0-15-gd705817 commit: d705817c1c0e8094a88d9c4037d84e3beb14f29a go: go1.18.9 linux/amd64
Expected behavior
We should be able to parse genesis.json with all the corresponding modules that have been checked in enabled, following the guidance in the docs.
The text was updated successfully, but these errors were encountered: