
After a bit of time, I finally published v0.3.0 of my golang Ethereum ssz library.
The highlight of the release is support for monolithic types: struct fields that can be tagged with fork names, which during codec operations will be used/skipped based on which fork you're in.
1
5
41
Possibly one of our more boring releases... but hey... boring is good in critical software 😇
Geth v1.14.18 out without any important highlights! Please check the nodes for details :)
7
15
60
Hello Ethereum world!
Happy to announce the first unstable version v0.1.0 of my Go SSZ serialization library!
Codename "SSZ 15", because it's at least the 15th SSZ library out there... and because I worked on it exactly 15 days!
Here's what it is, and what it isn't 🧵
6
17
134
Gearing up for publishing my Ethereum ssz Go lib (as an unstable version, mind you :P)
4
13
101
It's alive! :) My SSZ lib and generator can crunch through the beacon types :)
2
10
115
First incarnation of my ssz lib's code generation capability :) Still a bit to go, maybe will be ready for a live test run tomorrow :D
2
12
63
5 days into starting my SSZ library. Still debating (myself) between two APIs. One is *slightly* nicer, the other is *a lot* faster and has zero allocs.
See both API proposals and perf. numbers at:
6
46
102
Fresh off the press, my proposal (and code) for execution layer cross validation (i.e. no more consensus faults, slashing or double spends™).
Also supports stateless validators via MEV builders if you have a fat enough pipe for an MPT witness.
4
34
214
Anyone wanting to see something get implemented in Geth? Been a bit too heads down lately and wondering what people are looking for nowadays.
6
49
135
Geth v1.14.4 just out! It features 5-7% faster block import speeds, our old-but-new ether supply tracker and default minimum miner tips dropped from 1 gwei to 0.001 gwei.
4
21
63
The Ethereum ecosystem seems to be gravitating towards 0 miner tips.
Geth fixing it's minimum tip enforcement to 1 gwei caused some outrage; blobs do not tip miners at all; and multi-dimentional gas might also not.
I'm worried this again favours MEV.
4
7
44


