John Adler

Results 145 comments of John Adler

So...in my head canon I assumed it would just be 1 byte, but you're correct that canonical serialization is prescribed > (the `*` in the example layout figure below) is...

Yes, the length can still be varint encoded because it doesn't affect chunking logic (there's only a single length).

I'm not sure, I asked about this during the off-site and didn't get a conclusive answer on whether it was implemented. cc @evan-forbes

Extra info: If you set the gas per all ops to 0 and the gas per byte to 1 gas per byte, then you exactly have metering per byte. In...

Per-repo specs will be easier to maintain, as each team can update spec in tandem with implementation changes.

Can we turn this into a tracking issues @evan-forbes

Rounds should maybe not be part of the signed block header directly since round can change. Or rather, if round is included, then the block header hash that is signed...

Yeah, as above for Tendermint-Go the round is actually part of the Commit instead of the block directly: https://pkg.go.dev/github.com/tendermint/tendermint/types#Commit You're correct that changing the hash doesn't really affect much. Can't...

Bikeshed time: instead of `Account`, which @Voxelot has pointed out might be confused with the notion of an Ethereum account, we could use a different word like `Statement` (like a...