protolambda
protolambda
Also, for a future PR, I'm looking to improve the manual builder; the current builder flattens the manual structure and breaks all relative links in the markdown (it doesn't even...
@lukehefson This feature would be amazing to have. Now that it has been implemented by GitLab, do you think GitHub can implement it? Is the original time estimate still accurate?...
Switching to gwei in base fee computation, over/underflows seem ok: ``` Max prev_price is MAX_SAMPLE_PRICE, 33 bits. Max sample_delta is MAX_SAMPLES_PER_BLOB-TARGET_SAMPLES_PER_BLOB, 10 bits Max fee_delta_factor is 33 + 10 =...
Hey, thanks for opening this issue, this is very constructive :+1: Some of these we have already discussed to some extent before, but I will share my thoughts in depth...
Awesome, that sounds very promising for smart-contracts. I still wonder about the general case without compile time optimization here though. Where the contract uses an ssz library or some other...
> So, a vector can be consistent with a container. Removing the first offset from a variable-size list is not possible in the same way Yes I understand. What I...
- 0-length vectors are illegal. (same for containers) - 0-limit lists are legal. The reasoning for the fixed-length types here is that fixed-length types do not have an offset if...
I'm going to revisit the "new" (no changes, but more details) SSZ spec draft, and work on tests for a lot of these invalid/valid edge cases. :+1:
Going through old issues to clear stale/outdated things. What is the status here, is this critical for phase 0?
@franck44 no particular order, but roughly ordered by "status" (active being the highest ranking), then grouped by "language" (alphabetical), and then any order how I happened to build the list....