monorepo
monorepo copied to clipboard
Home for all packages related to the Counterfactual project
Seem to have lost symmetric events for both nodes in protocol. Uncomment [this](https://github.com/counterfactual/monorepo/blob/61ea1a81c8390f0f9597e28d50db073dbc67a0be/packages/node/test/integration/install.spec.ts#L66) to test
Put this together very quickly on the plane. The event concept was introduced when the codebase was first started by @cf19drofxots but doesn't match the concept of what it really...
This adds a basic migration script from all previous data schemas to the new one. There are only two major transformations from the previous pull requests. The first is that...
**User story (Mosendo use case):** As a user, I need to have a deposit address that allows my money to be instantly spendable offchain when funds are transferred to it...
We want to be able to detect when a virtual install is going to happen on the intermediary side and do things pre-install, possibly even block the install. We were...
`store.set(...)` is called twice at the exact same time with the same version number on a propose install. Here are two states that were attempted to store: State 1: ```json...
When people install packages that consume counterfactual ones (e.g. some installs `@connext/client`) using a different yarn or node version, they get the error: ``` error @counterfactual/[email protected]: The engine "yarn" is...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | devDependencies | minor | [`24.0.2` -> `24.1.0`](https://renovatebot.com/diffs/npm/ts-jest/24.0.2/24.1.0) | --- ###...
https://github.com/sindresorhus/p-queue/issues/66 There's a p-queue issue we see with certain testing environments. Sounds like we should update it to make things work better.