klaytn / kips

Website
https://kips.klaytn.foundation
18 stars 40 forks source link

[KIP-114] block number is serialized to 32 bytes #152

Closed blukat29 closed 10 months ago

blukat29 commented 1 year ago

Modify KIP-114 spec's implementation detail.

Reason

blukat29 commented 11 months ago

@kjhman21 @aidan-kwon This PR is a fix to match with implementation. PTAL.

blukat29 commented 10 months ago

@kjhman21 Klaytn v1.12.0 is already implemented in the new spec (this PR; 32-byte big-endian bytes) (https://github.com/klaytn/klaytn/blob/v1.12.0/consensus/istanbul/backend/randao_test.go#L20).

The specs before & after this PR are incompatible, but the previous spec has never been instantiated.