Andreas Fackler
Andreas Fackler
And actually, "bytecode" is unnecessarily general. Should it be called `WasmModule`?
As discussed the motivation for this is that there are several hard limits like gRPC message size, gRPC timeouts, memory, and database limitations. All of these are covered if we:...
(FYI [GitHub does support LaTeX](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions): $`1 \leq i \leq N`$ You just have to use `` $` `` instead of `` ` ``.)
I'm not sure about this: It makes `follow-chain` report the same error differently than other commands.
Also `Arc` ~and `Box`~. :pray: (Edit: Looks like `Box` already works.) (Not sure about `Arc`: That `Vec` can't be modified anyway once the `Arc` is shared, so you might as...
I believe we decided against that in favor of #3378? @MathieuDutSik: Should this be closed?
I can't reproduce this, I think. At least I don't see any `Missing message notification` logs.
> Do you mean the number of buckets? I mean the number of entries per bucket. We almost always only add one entry and then save the chain state. Doesn't...
An alternative would be to just use strings if `is_human_readable`, like we do e.g. for `Amount` and other types. I think that would be a way simpler implementation?
(Related: https://github.com/linera-io/linera-protocol/pull/1358)