ergoplatform / oracle-core

Core off-chain component of Oracle Pools
Apache License 2.0
61 stars 37 forks source link

Scan Issue #317

Open mgpai22 opened 1 year ago

mgpai22 commented 1 year ago

I cannot zip up my oracle folder and transfer it to another system to run as usual with docker. I need to first delete the scan json to allow the oracle to perform the scan again.

Maybe scan results should be stored in a DB instead of json.

greenhat commented 1 year ago

If by another system you mean another node, then it's impossible. I mean the scans are managed and updated on the node's side.

mgpai22 commented 1 year ago

No I mean the original oracle files copied and moved to a new machine. This copied oracle uses a new node which is fully synced and has the same mnemonic as the prior node.

greenhat commented 1 year ago

Unless you copied the old node data, the scans must be created on/by the new node.

mgpai22 commented 1 year ago

what exactly are these scans?