Created
January 30, 2019 13:02
-
-
Save 0xAshish/40524f6d96fbfd22ea1e468c2fb235bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plasma in-flight exit approach | |
- on mainchain user starts exit with tx-data(user signed and submited) and exits with last amount(in erc20) | |
- user also plases a bond amount | |
- there is fraud-prrof if user tries to exit with fraudulent tx then operator can submit in-flight tx with same nonce | |
- this prevents fraud from operator side | |
- obviusly user won't exit with fake tx(where he is sending amount to someone) with less amount then his last accepted tx amount | |
- if user tries to exit with any previous tx then in-flight tx then operator or anyone with greater nonce tx can strat challenge | |
and get bond amount and cancels exit | |
- what happens when user and operator colludes ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment