Polkadex-Substrate / polkadexTEE-worker

Polkadex Off-chain Orderbook
Apache License 2.0
10 stars 1 forks source link

Enclave can run out of funds #285

Open haerdib opened 2 years ago

haerdib commented 2 years ago

The enclave is prefunded at start up with a faucet. After some time the enclave might run out of funds. To prevent that we need to either fund the enclave with an amount that will not run out any time soon or refund the enclave after some time.

related issue: https://github.com/integritee-network/worker/issues/408

simonsso commented 2 years ago

For now we will fund the enclave with enough funds to run on testnet until an update have been developed.

This is related to the business model/ reward model of running an order book and enclave

haerdib commented 2 years ago

Might be fixed soon upstream: https://github.com/integritee-network/worker/issues/480