omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Optimize child chain block submission on root chain smart contract #110

Closed DavidKnott closed 6 years ago

DavidKnott commented 6 years ago

Reduces storage used by child chain block submission from 64 bytes to 32 bytes. @kfichter

DavidKnott commented 6 years ago

@kfichter Made the changes you suggested, merging