Mandragora

Results 22 comments of Mandragora

Have it worked fine for you before yesterday's upgrade? I mean, after the upgrade I didn't try to make an IBC transfer from the Evmos official dashboard, so I'm not...

Hi there You are using the genesis file from evmos_9001-1. Replace it for the evmos_9001-2 one: https://github.com/tharsis/mainnet/tree/main/evmos_9001-2 Kind regards, Daniel (Mandragora)

I recommend you to use a snapshot instead of syncing from the scratch. v4.0.1 binary was not used for mainnet relaunch. There are various snapshots providers for Evmos. Here you...

> Hello, I'm having this same issue and i'm not being able to unzip the genesis from the evmos 9001-2 since the genesis.json.zip here is not a zip file :...

> When i try to run with a snapshot, it starts syncing but i am not able to access older block data through rpc calls Using the snapshot I mentioned...

> > @kaelabbott @McDaan you can download genesis.json from here https://archive.evmos.org/mainnet/genesis.json > > that's how i am doing it and still getting the error of incompatible peer. I followed steps...

> > @TerzoMillenio I'd like to see the logs of `hermes start` that should relay IBC packets. > > [hermes.log](https://github.com/anoma/namada/files/15021793/hermes.log) @TerzoMillenio Probably no one is relaying in the channels you...

I can confirm that `--note` doesn't work for inputting the generated memo proof for shielding IBC transfers. It outputs that exceeds the size limit for the field.

> @yito88 The osmosisd binary doesn't accept --memo file. Please try with osmosisd command once What do you mean? It does accept it, otherwise shielding IBC transfers couldn't went through.

> this looks nice! a couple of things are left to be done: > > * regenerate the localnet files in `genesis/localnet` > * re-run `make fmt` > > Thanks...