added SysclockOffsetTask task

This commit is contained in:
Conner Gallagher 2022-05-27 11:31:52 -06:00
parent d0ad3f04e4
commit 9151cfede1
6 changed files with 13 additions and 6 deletions

View File

@ -268,7 +268,6 @@ message OracleJob {
optional Field field = 3;
}
// Fetch the current price for a Mango perpetual market
message MangoPerpMarketTask {
// Mainnet address for a mango perpetual market. A full list can be found here: https://github.com/blockworks-foundation/mango-client-v3/blob/main/src/ids.json
@ -366,6 +365,17 @@ message OracleJob {
optional string provider = 5;
}
message CacheTask {
optional string name = 1;
enum Method {
METHOD_GET = 0;
METHOD_SET = 1;
}
optional Method method = 2;
}
message SysclockOffsetTask {}
message Task {
oneof Task {
HttpTask http_task = 1;
@ -400,6 +410,8 @@ message OracleJob {
UniswapExchangeRateTask uniswap_exchange_rate_task = 31;
SushiswapExchangeRateTask sushiswap_exchange_rate_task = 32;
PancakeswapExchangeRateTask pancakeswap_exchange_rate_task = 33;
CacheTask cache_task = 34;
SysclockOffsetTask sysclock_offset_task = 35;
}
}
// The chain of tasks to perform for this OracleJob.

View File

@ -1,6 +1,5 @@
{
"name": "@switchboard-xyz/v2-feed-parser",
"version": "0.1.4",
"description": "switchboard v2 example demonstrating how to parse a data feed",
"private": true,
"repository": {

View File

@ -1,6 +1,5 @@
{
"name": "@switchboard-xyz/v2-feed-walkthrough",
"version": "0.1.4",
"description": "switchboard v2 example demonstrating how to create a private queue, oracle, and data feed",
"private": true,
"repository": {

View File

@ -1,6 +1,5 @@
{
"name": "anchor-feed-parser",
"version": "0.1.4",
"private": true,
"repository": {
"type": "git",

View File

@ -1,6 +1,5 @@
{
"name": "anchor-vrf-parser",
"version": "0.1.4",
"private": true,
"repository": {
"type": "git",

View File

@ -1,6 +1,5 @@
{
"name": "spl-feed-parser",
"version": "0.1.4",
"private": true,
"repository": {
"type": "git",