Denys Zadorozhnyi

Results 121 issues of Denys Zadorozhnyi

Close #92 Todo: - [x] delete `OracleConfigFields` and write full `OracleConfig` config file on bootstrap; - [x] restore `*ContractInput` types (on bootstrap and on update pool commands token ids are...

### Motivation To employ type checks in API where `Token` is expected now. ### Implementation details Make newtype for each token type and use them instead of `Token` and `TokenId`...

bounty

To avoid issues described in https://github.com/ergoplatform/oracle-core/pull/80#discussion_r928101909

bounty

Now we're using them as expected constant values on contract parsing. I suggest we remove them from `*ContractParameters` since the structs are already heavy. Plus, we might introduce a new...

Scenario: ~~1. Bootstrap new oracle pool for XAU/ERG pair with 2 min oracles consensus;~~ 2. Start 1 oracle; 3. Check that pool box refresh is failing; 4. Start the 2nd...

Add tests for refresh action that simulate the environment where refresh action should fail (not enough oracles, node stuck, etc.)

More context at https://discord.com/channels/668903786361651200/973553479756947506/1001550900957032468

### Motivation During the oracle operation, various events might occur that require the operator's involvement to resolve (failing to post datapoint, oracle count dropping below consensus level, etc.). The goal...

### Motivation To test more complex scenarios where outputs from one operation are the inputs to another operation. For example, consider the following scenario: 1. Bootstrap new oracle pool; 2....