ergoplatform / oracle-core

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

Refresh NFT error in pool box after updating min_votes #301

Closed greenhat closed 1 year ago

greenhat commented 1 year ago

Discovered in #241

2023-07-05T14:01:35.770336895+03:00 WARN oracle_core::state - No oracle pool found, needs bootstrap or wait for bootstrap txs to be on-chain
2023-07-05T14:01:35.794562072+03:00 ERROR oracle_core - error: pool box error: pool box: UnknownRefreshNftId

Caused by:
    0: pool box: UnknownRefreshNftId
    1: pool contract: unknown refresh NFT in box
2023-07-05T14:02:05.821155017+03:00 ERROR oracle_core - error getting live epoch state: pool box error: pool box: UnknownRefreshNftId

Caused by:
    0: pool box: UnknownRefreshNftId
    1: pool contract: unknown refresh NFT in box
2023-07-05T14:02:05.821240637+03:00 WARN oracle_core::state - No oracle pool found, needs bootstrap or wait for bootstrap txs to be on-chain
greenhat commented 1 year ago

The cause of this is the missing update-pool command.