Log messages need a little more context.
I'm using the cartesi/cli to test the sequencer setup, and I get logs like this:
✗ docker run -ti --rm --env-file=./.env -p 3000:3000 cartesi/rollups-runtime:devel sequencer
Error: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })
Other examples:
When starting with the config pointing to http://anvil:8545
sequencer-1 | Error: Worker(InputReader(Source(Bootstrap("remote RPC must use https, got http://"))))
I suggest following the rollups-node model whenever possible.
Log messages need a little more context.
I'm using the cartesi/cli to test the sequencer setup, and I get logs like this:
Other examples:
When starting with the config pointing to
http://anvil:8545I suggest following the rollups-node model whenever possible.