Idiom

Results 74 comments of Idiom

@miquelcabot I have updated the workflow so: - user touches marketplace.json - sed matches and replace the import config path.

Hi @miquelcabot and @jamiehewitt15 I tagged both of you as I saw your names in the github annotations. I'm reviewing the script for createCodeExamples.sh and I'm continuing to run into...

Here is another issue. The following import is local to ocean.js / test folder. ``` import { getAddresses, getTestConfig, web3 } from '../config' ``` Meaning that the config helper functions...

@Jo-ravar I'm wondering if you have an update for this.

Here is an example where the predcition.timestamp < payout.timestamp Adding where clauses to each entity timestamp will work like an `&&` clause across multiple filters (3x filtering/scan) where we really...

One step towards improving performance is using predictPayouts as part of the predictPredictions query. This enables us to fetch all recent predictions and payouts. Truevals however, must be fetched in...

When I ran locally, it was failing due to me not having the latest changes. I updated the strategy to exclude marketplace V3 + V4 votes. Tested locally and verified...

I reopened it because I put dummy data in there for now (I.e.20 proposals). Double check when R21 voting is deployed.

I haven't taken this properly, to full completion. 1. The ballot deployment should now return a new parameter (i.e. proposalHash) which is the new url for the ballot .....officialoceandao.eth/proposal/**0x25a5b07b3712a40cd759d8498701058854baf8564df21e70e98f397224ae865c** I...