onomyprotocol / arc

Arc moves assets cross-chain to and from integrated blockchains.
Apache License 2.0
3 stars 10 forks source link

make finalization configurable by environment variable #130

Closed AaronKutch closed 1 year ago

AaronKutch commented 1 year ago

This will be the same as the v0.1.0eth2 production bridge except that USE_FINALIZATION can be configured with environment variable. It is true by default and can only be disabled with an explicit USE_FINALIZATION=false var

AaronKutch commented 1 year ago

the clippy and rust audit checks will fail as expected because we want to make this as close to possible as v0.1.0eth2