Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional information to the invalid_exit event #1425

Closed
thec00n opened this issue Mar 25, 2020 · 1 comment
Closed

Add additional information to the invalid_exit event #1425

thec00n opened this issue Mar 25, 2020 · 1 comment
Labels

Comments

@thec00n
Copy link
Contributor

thec00n commented Mar 25, 2020

Presently the invalid_exit event provides the following information.

 [
  {
    "details": {
      "amount": 999999999999997,
      "currency": "0x0000000000000000000000000000000000000000",
      "eth_height": 7585115,
      "name": "invalid_exit",
      "owner": "0x48731f77ef0f0abb324dcbc1768bc75510ab47cf",
      "utxo_pos": 25000000000000
    },
    "event": "invalid_exit"
  }
]

It is recommended to add the following information to the event:

  • finalization time: At which point in time can a user finalize the exit and process the exit. The time should be provided as timestamp.
  • spending tx hash on the plasma chain: the plasma tx that spends the UTXO
  • spending tx on the root chain: the Ethereum tx that starts the SE

This will considerably improve the UX around investigating invalid exits as well as make it easier for auto challenge tools to operate.

@kalouo kalouo added enhancement New feature or request security security-ui labels Apr 14, 2020
@kalouo
Copy link

kalouo commented Apr 21, 2020

Closing and referring to #1480, #1481 and #1482

@kalouo kalouo closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants