Skip to content

Commit c600433

Browse files
alexcos20trizin
andauthored
Predictoor support (#678)
* first cut, still WIP * use specific contracts image * fix missing abi * more predictoor * more predictoor * done predictoor logic * fix * update * merge #682 * update ready logic * fixes * lint * increase timeout * add oasis-saphire-testnet * bump to contracts v2.0.0-next.2 * add loop for crappy rpc * merge template * fixes 1 * fixes * fix predictor detection * Use latest predictoor contracts (#708) * Update tests.yml * Update handlers * Update schema * Linter * Update abi and fields * use latest contracts * use latest contracts * expose agg preds in trueval * fix abi path * remove unused abis * fix --------- Co-authored-by: trizin <[email protected]> * bump contracts * Remove floatValue from predictoor trueval handler (#714) * Update predictSlot status on trueval submit (#716) * Update status * Fix * Update contracts version * Use number for predict slot * Fixes * Linter * Fix * Fix * tostring * Fix * Fix * Fix * use contracts v2.0.0-next.11 * use latest graph-cli * remove --debug flag * Feature/add predictoor pause event (#723) * bump contracts * add pause for predictoorContract * bump contracts to v2.0.0-13 * bum contracts & add sapphire mainnet * fix lock --------- Co-authored-by: trizin <[email protected]>
1 parent 87e42fd commit c600433

11 files changed

+45545
-15449
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
bash -x start_ocean.sh --with-thegraph --skip-subgraph-deploy --no-dashboard 2>&1 > start_ocean.log &
5454
env:
55-
CONTRACTS_VERSION: v1.1.7
55+
CONTRACTS_VERSION: predictoor3
5656

5757
- run: npm ci
5858

@@ -74,6 +74,6 @@ jobs:
7474
env:
7575
ADDRESS_FILE: /home/runner/.ocean/ocean-contracts/artifacts/address.json
7676
BARGE_FOLDER: /home/runner/.ocean/
77-
- name: docker logs
77+
- name: docker logs
7878
run: docker logs ocean_graph-node_1
7979
if: ${{ failure() }}

0 commit comments

Comments
 (0)