Skip to content

Commit 44f78be

Browse files
authored
Merge pull request #12 from tellor-io/lab
Update DataBankPlayground to TellorLab
2 parents 95040b4 + 45b11a8 commit 44f78be

21 files changed

Lines changed: 531 additions & 525 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Use this package to install the Tellor user contracts and test helper functions,
77
## Contents
88

99
- `contracts/interfaces/ITellorDataBridge.sol` - The TellorDataBridge interface
10-
- `contracts/testing/DataBankPlayground.sol` - A testing contract for rapid prototyping with Tellor oracle data
11-
- `contracts/interfaces/IDataBankPlayground.sol` - The DataBankPlayground interface
10+
- `contracts/testing/TellorLab.sol` - A testing contract for rapid prototyping with Tellor oracle data
11+
- `contracts/interfaces/ITellorDataBank.sol` - The TellorDataBank interface, a standard interface for reading tellor data
1212
- `contracts/bridge/TellorDataBridge.sol` - The TellorDataBridge contract
1313
- `src/helpers/evmHelpers.js` - Helper functions for testing
1414

artifacts/build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

artifacts/build-info/d05a179e09b13bc0470a724f18837726.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

artifacts/build-info/ebdb99267cd32cea6219218999245ca2.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
3+
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
3+
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
3+
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
44
}

artifacts/contracts/interfaces/IDataBankPlayground.sol/IDataBankPlayground.dbg.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_format": "hh-sol-dbg-1",
3+
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
4+
}

artifacts/contracts/interfaces/IDataBankPlayground.sol/IDataBankPlayground.json renamed to artifacts/contracts/interfaces/ITellorDataBank.sol/ITellorDataBank.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_format": "hh-sol-artifact-1",
3-
"contractName": "IDataBankPlayground",
4-
"sourceName": "contracts/interfaces/IDataBankPlayground.sol",
3+
"contractName": "ITellorDataBank",
4+
"sourceName": "contracts/interfaces/ITellorDataBank.sol",
55
"abi": [
66
{
77
"inputs": [
@@ -46,7 +46,7 @@
4646
"type": "uint256"
4747
}
4848
],
49-
"internalType": "struct IDataBankPlayground.AggregateData",
49+
"internalType": "struct ITellorDataBank.AggregateData",
5050
"name": "_aggregateData",
5151
"type": "tuple"
5252
}
@@ -111,31 +111,13 @@
111111
"type": "uint256"
112112
}
113113
],
114-
"internalType": "struct IDataBankPlayground.AggregateData",
114+
"internalType": "struct ITellorDataBank.AggregateData",
115115
"name": "_aggregateData",
116116
"type": "tuple"
117117
}
118118
],
119119
"stateMutability": "view",
120120
"type": "function"
121-
},
122-
{
123-
"inputs": [
124-
{
125-
"internalType": "bytes32",
126-
"name": "_queryId",
127-
"type": "bytes32"
128-
},
129-
{
130-
"internalType": "bytes",
131-
"name": "_value",
132-
"type": "bytes"
133-
}
134-
],
135-
"name": "updateOracleDataPlayground",
136-
"outputs": [],
137-
"stateMutability": "nonpayable",
138-
"type": "function"
139121
}
140122
],
141123
"bytecode": "0x",

0 commit comments

Comments
 (0)