monorepo
monorepo copied to clipboard
Home for all packages related to the Counterfactual project
All apps have to be collateralized, which means waiting for on-chain updates (i.e deposit/withdrawal) means bad UX. Example: Streaming payments. End users could be waiting to receive more payments, but...
Virtual app transfers (install virtual -> uninstall virtual) still 4-6 seconds to complete. Is there any more low hanging fruit that we can tackle in the node to make things...
Helper methods for initiating and responding to challenges needed on the node package. This will be important for reclaiming collateral from offline users, or breaking even in the case of...
### Description Unobtrusive onchain operations demonstrated in the integration tests. Also allows for non-zero blocktimes. See #2463 for full issue description (this does not fix anything yet but I added...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | devDependencies | minor | [`3.5.3` -> `3.6.2`](https://renovatebot.com/diffs/npm/typescript/3.5.3/3.6.2) | --- ###...
This PR creates a new Docker image called `counterfactual/greenboard-environment` that sets up everything we need to run E2E tests on CircleCI.
Address the issues in this PR: https://github.com/counterfactual/monorepo/pull/2339
Currently, if two Nodes that have a channel with each other simultaneously dispatch calls in which this channel is operated on, the state of the channel can get modified that...