omgnetwork / research

43 stars 2 forks source link

Abstract Layer POC: Add Tx Types #89

Closed boolafish closed 5 years ago

boolafish commented 5 years ago

subtask of #80

Need two types. Also, one type would define how it looks like in deposit.

boolafish commented 5 years ago

I'm thinking sth simple like having a deposit to a tx with one input one output under MoreVP (unsafely implemented, just to display the concept :P). And another with one input one output under MVP.

boolafish commented 5 years ago

woking with this branch: https://github.com/boolafish/plasma-contracts/tree/asbtract_poc

Has done the SimplePaymentTxModel and related exit games, exit processor and a dummy predicate.

Would need to design another one to test switching tx types.

boolafish commented 5 years ago

done with FundingTxModel as type 2