James Wilson
James Wilson
I ran into this issue as well as I wanted separate postgres databases for a microserverish approach (I've worked around it for now using schemas). Using a comment, apart from...
I was pointed at this issue (and paritytech/substrate#9738) after wondering why we are doing a bunch of event decoding (and indeed have issues owing to our decoding not actually 100%...
@bkchr what did you have in mind? As far as I am aware, given a block of SCALE encoded events, the only way that we can "skip" over an event...
> Why do we even need to strip? I haven't measured the decode time, but that wasn't something that was an issue for me (although in some contexts perhaps it...
> Hashing the metadata will be very important IMO and that will for sure require the entire metadata. We may could put parts into a trie and use that to...
I don't think that this introduces multiple flavours of anything personally; it just acknowledges that on the whole we can see metadata as being per-pallet and not one giant blob....
I don't think it's possible to add whatever query string may be present to the request at present (see https://github.com/seanmonstar/warp/issues/686). FYI the code to extract (most of) the request currently...
@dagit snap :)
Just to clarify, do you mean benchmarks decoding from SCALEd bytes to `Value`'s? (It would be nice to have those for sure!) Or are you thinking more about the legacy...
This project has mainly existed until now to make use of in substrate archive. However, at the moment that project has become unmaintained, and so the same is true of...