Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm not really sure what to do with this exactly, so for now this is mostly just an example of the setup.
The options I see:
And then there is the case of the parallel funnel, the example configuration here is only for the base funnel, since it's what I've been using to test the batcher (with chess). Not sure if we should have an example of evm + avail too (and which one).
I should mention that with the latest batcher this doesn't work anymore. Submissions go through, but the frontend always times out before that. I think this is because now the batcher waits for finalization, instead of only inclusion. That said, this may be just an issue of the template not handling the mqtt events yet.
How to use this:
config.avail-localhost.yml
andenv.avail-localhost
to the root directory.config.localhost.yml
and.env.localhost
. Or set NETWORK=avail-localhost.npm run chain:start:avail
inside chess.This will take awhile the first time, since the node is built from source. The reason for this is that I wanted to be able to have the
fast-runtime
feature for faster blocks, since it's much more nicer to test. I think this is probably fine since then the container can be re-used.The network is temporary, there are no volumes (like it works right now with hardhat).