James Wilson

Results 21 issues of James Wilson

# The Vision The goal here is to implement Pierre's new RPC API. The spec is documented here: https://paritytech.github.io/json-rpc-interface-spec/introduction.html The repository for said spec: https://github.com/paritytech/json-rpc-interface-spec/ # The Plan - [x]...

It's not infrequent that users only want metadata for specific pallets. For instance, the `cargo-contract` and `staking-miner` tools both use `Subxt` to generate an interface, but both only care about...

Hey! An error cropped up via Ink in trying to use Subxt to communicate with Smoldot: ``` error on call `wait_for_in_block`: Serialization(Error("unknown variant `Ready`, expected one of `future`, `ready`, `broadcast`,...

The version in the elm-lang package repository is not elm 0.18 compatible - is there any chance you could upload the latest version (6.3.0) to that to ease usage of...

I'd like to revive Desub. Given the various things that have changed in the last couple of years, I'm proposing to restructure and rework the library with the following rough...

`#[docify::export]` has some nice elements, like allowing us to give nice aliases for eg impl blocks (which otherwise might be hard to "name"), but it also requires that the `docify`...

enhancement

Talisman currently seems to support signing: - Arbitrary bytes (which are internally wrapped in `...`). - A payload that looks like: ```ts interface SignerPayloadJSON { /** The ss-58 encoded address...

enhancement

This can be reproduced in PolkadotJS UI using the following parameters: **storage entry:** Proxy.Proxies **account ID / address:** 1KvKReVmUiTc2LW2a4qyHsaJJ9eE9LRsywZkMk5hyBeyHgw **block hash:** 0x539cf843cc3e6617a14c2bfb4602ffb946c93adaeafc3e0fb425ca86c151f559 The error I run into is this: ```text...

The error I run into is this: ``` Error: Unable to decode storage staking.queuedElected:: createType(ElectionResult):: decodeU8aStruct: failed at 0x4c1650c532ed1a8641e8922aa24ade0f… on compute (index 1/4): {"_enum":{"OnChain":0,"Signed":1,"Unsigned":2}}:: Unable to create Enum via index...

Hey there! Running: ``` cargo install wasm-pack # navigate to folder to run wasm tests wasm-pack test --headless --firefox ``` Leads to: ``` [INFO]: Getting geckodriver... warning: /Users/jameswilson/Work/subxt/signer/Cargo.toml: unused manifest...