omgnetwork / plasma-mvp

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

Handle ETH as token with 0x0 address #142

Closed paulperegud closed 6 years ago

paulperegud commented 6 years ago

1) change tx structure to include address of token 2) treat ETH as token with zero address 3) to prevent malicious tokens from preventing root chain from finalizing exits, have separate priority queue for each of the tokens. This way malicious token can only stop its own operations

paulperegud commented 6 years ago

I think this one is ready to merge.

kasima commented 6 years ago

@kfichter – we'll need to cherry pick this merge into the plasma-contracts repo.