Andrew Plaza
Andrew Plaza
Good questions! Not sure if I know the correct answer. I think the ultimate answers to these questions will come with time, though. > Some questions I had: > >...
Nice! GraphQL is a feature I'm excited about, so I'll definitely be watching the progress of substrate-graph. Originally, I wanted to implement GraphQL support natively with Juniper: https://github.com/graphql-rust/juniper, and have...
currently trying to reproduce currently on my archive node. Might require some further investigation into `substrate` to see if anything has changed with regards to block finalization and storage in...
The easiest way to ensure we only index finalized blocks is not indexing anything beyond the latest finalized block: https://github.com/paritytech/substrate-archive/blob/30ecb339c7eebd889306ace106ade376bc93d945/substrate-archive-backend/src/read_only_backend/blockchain_backend.rs#L68 We could just let reorgs take place, and only keep...
There's no way to do this yet, but it would be a feature that would be implemented alongside/after type decoding (type-decoding branch) In the current state of archive we don't...
1.) this sounds good; there is already a control config implementation for the task url: https://github.com/paritytech/substrate-archive/blob/eeb593ed13867642c9b80a39556a75a36c4e47bc/substrate-archive/src/actors.rs#L100 but the environment variable should take precedence over that option 2.) if the URL...
yes! This is a great idea. Consequently, this theme is my first foray into a real Javascript/React theme, so I didn't worry about cookies yet. I will definitely implement this....
Hey @psprint I'm not sure I totally understood your question, icon-github.html should be in the _includes folder. Though, it might not work with Github Pages because the page that uses...
Hm, OK. Can I see the Github Repository where you are trying to do this by any chance? There is no reason to call `jekyll serve` from within the public...
OK, going to your webpage it *seems* the 404 is solved and it's mostly working now (at least, I am not getting any errors in the Console), I think. Correct...