Rahul Sethuram
Rahul Sethuram
> By this you mean effectively updating the state conditional on the API call then calling resolve on that state? Right, once the API call is approved as per business...
> What is the on-chain scenario for determining the resolution? What does function resolve(...) view look like specifically? I believe the resolve function should look very similar to the current...
I think it's better to make this a mapping. Like we can use: ```json "subgraphMap": { "subgraph-url": "subgraph-index-node-url" } ``` If we use a different name we can leave the...
Sorry for the confusion here guys. The client does already queue concurrent transfers. The issue as mentioned above is with the collateralization. The concurrent transfers will request collateral, but only...
Yikes, these instructions were horribly outdated. I just updated. Please give it another shot!
Pending tests.
I think we can just use his format, he seems pretty set on it. We are going to have to find another way to lookup by the token contract address.
One note here: We can collect all the artifacts for a release such as docker images and npm packages within the GitHub release (i.e. https://github.com/connext/vector/releases/tag/v0.1.15-beta.11). This should be doable using...
Config improvements: https://github.com/yargs/yargs/blob/master/docs/advanced.md#building-configurable-cli-apps
@sanchaymittal can you update/fix this?