ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

rlp: add extra tests demo'ing encoding behavior for 0s and 1s #681

Closed whilei closed 5 years ago

whilei commented 5 years ago

Proposing to include these extra tests since expectations for encoding can be a little counter-intuitive, particularly w/r/t 0x80 and friends.