dwellir-public / polkadot-operator

The Polkadot Juju operator/charm
Apache License 2.0
1 stars 1 forks source link

Improve multiple binary install #73

Closed jonathanudd closed 3 weeks ago

jonathanudd commented 4 weeks ago

It seems that Polkadot looks for worker binaries named polkadot-prepare-worker and polkadot-execute-worker while Enjin looks for worker binaries names enjin-prepare-worker and enjin-execute-worker. I have only found an cli arg to specify which folder to look for those binaries in but not the file names. So it looks like we need to name the files differently depending on which relay chain that is running.

I'm not sure this is the best solution but it seems to work, I will do some more tests. Do you think this is ok for now or should be consider some other design?