Victor Oliva
Victor Oliva
This is a cool and fun idea indeed. Thanks for this! I'd like to suggest an alternative API that maybe would make more explicit what `$` and `_` do, and...
## Introduction Currently the codegen generates the descriptor files with the following structure. Each box is a file and each arrow is an import between files, denoting what does it...
### Is this related to a new or existing framework? _No response_ ### Is this related to a new or existing API? Authentication ### Is this related to another service?...
Would it be possible to add my wspace interpreter + asseembler + debugger into the list? I didn't realise there were so many when I got to play with it...
This PR adds in the types and encoders to request contract storage values that are not part of the root layout. So instead of having `client.storage.rootKey` and `client.storage.decodeRoot`, now first...
We recently released [[email protected]](https://github.com/polkadot-api/polkadot-api/releases/tag/polkadot-api%401.8.0), introducing a new feature: `storage.watchEntries`. This feature uses the [JSON-RPC spec for storage](https://paritytech.github.io/json-rpc-interface-spec/api/chainHead_v1_storage.html) with the `closestDescendantMerkleValue` type. This provides the Merkle value for a partial key,...
### What is the problem this feature would solve? With pnpm, postinstall scripts of the dependencies are not run by default. So with a package.json like: ```json { "name": "bun_test",...