Skip to content

Commit

Permalink
Miscellaneous fixes + get local env running again (#57)
Browse files Browse the repository at this point in the history
* update local test env with gauntlet updates

* log config digest rather than whole state - close #50

* log transaction signature in debug

* fix setting billing in local test env

* initial return error if libocr ctx not cancelled yet

* update to latest ops core with struct for keys

* remove error returning functionality if context not yet cancelled - to be addressed in separate PR

* rename ValidatorProgramID to StoreProgramID

* contract deployments with gauntlet run all the way through - not reporting onchain yet

* fix: incorrect method for setWriter

* go fmt
  • Loading branch information
aalu1418 authored Jan 5, 2022
1 parent 5cf093c commit 218ff2c
Show file tree
Hide file tree
Showing 19 changed files with 512 additions and 1,112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": {
"defined": "usize"
},
"value": "32"
"value": "64"
}
],
"instructions": [
Expand Down Expand Up @@ -116,7 +116,7 @@
"type": {
"array": [
"publicKey",
32
64
]
}
},
Expand All @@ -139,5 +139,8 @@
"name": "Full",
"msg": "Access list is full"
}
]
}
],
"metadata": {
"address": "2F5NEkMnCRkmahEAcQfTQcZv1xtGgrWFfjENtTwHLuKg"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"name": "transmissions",
"isMut": true,
"isMut": false,
"isSigner": false
},
{
Expand Down Expand Up @@ -269,32 +269,6 @@
],
"args": []
},
{
"name": "setValidatorConfig",
"accounts": [
{
"name": "state",
"isMut": true,
"isSigner": false
},
{
"name": "authority",
"isMut": false,
"isSigner": true
},
{
"name": "store",
"isMut": false,
"isSigner": false
}
],
"args": [
{
"name": "flaggingThreshold",
"type": "u32"
}
]
},
{
"name": "setBillingAccessController",
"accounts": [
Expand Down Expand Up @@ -579,34 +553,6 @@
}
],
"args": []
},
{
"name": "query",
"accounts": [
{
"name": "state",
"isMut": false,
"isSigner": false
},
{
"name": "transmissions",
"isMut": false,
"isSigner": false
},
{
"name": "buffer",
"isMut": true,
"isSigner": false
}
],
"args": [
{
"name": "scope",
"type": {
"defined": "Scope"
}
}
]
}
],
"accounts": [
Expand Down Expand Up @@ -704,33 +650,6 @@
}
]
}
},
{
"name": "Transmissions",
"type": {
"kind": "struct",
"fields": [
{
"name": "latestRoundId",
"type": "u32"
},
{
"name": "cursor",
"type": "u32"
},
{
"name": "transmissions",
"type": {
"array": [
{
"defined": "Transmission"
},
8192
]
}
}
]
}
}
],
"types": [
Expand Down Expand Up @@ -955,14 +874,6 @@
"defined": "Billing"
}
},
{
"name": "store",
"type": "publicKey"
},
{
"name": "flaggingThreshold",
"type": "u32"
},
{
"name": "offchainConfig",
"type": {
Expand Down Expand Up @@ -1028,39 +939,6 @@
}
]
}
},
{
"name": "Transmission",
"type": {
"kind": "struct",
"fields": [
{
"name": "answer",
"type": "i128"
},
{
"name": "timestamp",
"type": "u64"
}
]
}
},
{
"name": "Scope",
"type": {
"kind": "enum",
"variants": [
{
"name": "LatestConfig"
},
{
"name": "LinkAvailableForPayment"
},
{
"name": "LatestRoundData"
}
]
}
}
],
"events": [
Expand Down Expand Up @@ -1196,5 +1074,8 @@
"name": "UnauthorizedTransmitter",
"msg": "Oracle transmitter key not found"
}
]
],
"metadata": {
"address": "CF13pnKGJ1WJZeEgVAtFdUi4MMndXm9hneiHs8azUaZt"
}
}
Loading

0 comments on commit 218ff2c

Please sign in to comment.