dymensionxyz / dymint

Sequencing Engine for Dymension RollApps
Other
98 stars 68 forks source link

remove evmos dependency in dymint #509

Closed mtsitrin closed 10 months ago

mtsitrin commented 1 year ago

evmos dependency used to support eth_sec signature for the sequencer

it should be passed by the caller app, so dymint won't need handle it directly

mtsitrin commented 10 months ago

@omritoptix it's actually doesn't make sense. dymint uses dymension keyring type for the sequencer, which is created by roller as ethsecp256

so we need evmos repo for the interfaces