George Knee

Results 143 issues of George Knee

This should mostly follow the pattern of the existing http://docs.statechannels.org The most useful part of this website currently is the "Protocol Tutorial". It should cater towards our current projects /...

See RFC9 The plan is to have this branch be its own trunk branch. The remaining work will be split up into cards, and tackled by raising pull requests with...

WIP Depends on https://github.com/statechannels/native-utils/pull/29

After merging #3758, `nitro-protocol` is at version `0.17.3-exit-format`, whereas the other packages depend on `nitro-protocol` at `0.17.3`. We should restore `nitro-protocol` to `0.17.3` so that the packages depend on the...

🧹 chore

TODO - [ ] improve clarity - [ ] add to the protocol tutorial repository

Speaking to an issue that came up in standup: should we be generating per-run random test data? I do think there's value in "fuzzing" inputs, but unit tests like to...

We can do this by having a second tsconfig.json that includes the test folder, but has `noEmit:true`. We can then have an npm script the calls tsc with this config...

https://app.circleci.com/pipelines/github/statechannels/statechannels/13494/workflows/a277135e-3d64-4700-ae15-a75843f0b80f/jobs/66143 Passed on rerunning.

🔆 flickering

We should also upgrade ganache as soon as that becomes possible https://github.com/trufflesuite/ganache-cli/issues/837. (Or alternatively, switch from ganache to hardhat everywhere -- ganache is now 2 hardforks behind mainnnet). _Originally posted...

See #3622. The typechain typings we generate are currently entirely decoupled from our tsc type-checking. This means that any TS errors in those typings are hidden. Such errors exists and...