James Wilson

Results 61 comments of James Wilson

That's understandable - this feels like quite a lot of work offhand! One thing I am still not happy about with the above idea is the need to match on...

I think I have an idea. If every rule that can have children, has the child token type alongside it, we'd have something like: ``` mod rules { enum Rule...

> This is an interesting approach, but the question now is, why not make separate token types for all of these? If rules already contain the children tokens, it seems...

Just to add my 2c, I wanted to be able to return errors from a JSON based API in a standard JSON format of my own choosing to the user....

Heyhey, yeah I'd be up for this! What sort of audience/date/time/format did you have in mind? You may already know, but my Sub0 presentation was on roughly the same topic:...

Offhand, what comes to mind for me is a format vaguely like this (but let's see what happens): - A bit of basic theory; we have blocks. Blocks contain transactions....

> However, if there is one place where we should urgently stop relying on custom-definitions is in the PolkadotJS extension, because the only way to truly reflect what the user...

> Why do not use the more generalized API I proposed? Adding `Metadata_metadata_v15` will require new functions every time we update the metadata. I'm ok with either, but the pros...

> Regarding the versioning of the runtime APIs themself, do you believe it may be of use to call an older version? (ie BabeApi::fn configuration() -> BabeConfigurationV1 Or more specifically;...

> metadata_versions it will return all available metadata versions. These versions are determined based on the features activated in for the frame-metadata crate. This means, that you should not enable...