Sergey Ukustov
Sergey Ukustov
Divide the package into linking (light) and validation (heavy) subpackages. Beware: - pnpm: npm and lerna suck, - subpackages: breaks CircleCI and automated code coverage reports
Our arguably most valuable option `stream-cache-limit` is neglected in the documentation. Hope now it gets some more attention.
This is a PR not indented to be merged directly. # Installation Proceed as usual, in the root folder do: ``` pnpm install ``` # Running Then go to `packages/example`...
If you use `NodeNext` [module resolution](https://www.typescriptlang.org/tsconfig/#moduleResolution) setting, an instance of `ZkProgram` can not be exported. TSC complains it can not actually infer types. See reproduction case: https://github.com/ukstv/o1js-nodenext-repro Probably related issue:...
Let's assume you call `ipfs.dag.get(cid, '/s/o/m/e/v/e/r/y/l/o/n/g/p/a/t/h', {signal: abortSignal})` where `ipfs` is an IPFS HTTP Client. The control flow would eventually go to `ipfs-http-client` [`resolve`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-client/src/lib/resolve.js#L17) function, and then end up in...
Goal: have some stats. It's free and privacy preserving, so should be all right.
With a goal of faster loading, replace ApolloClient with nanographql or alternative. This reduces build size.