-
Notifications
You must be signed in to change notification settings - Fork 59
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
use fixed version of ex_abi #1519
Conversation
Perhaps another thing we could now do - since ex_abi works - is to fetch ABI.FunctionSelector from plasma contracts for these two: |
@InoMurko Some abi encodings have failed in integration tests. I'll look into it |
12da1b3
to
2fc09a9
Compare
@InoMurko How exactly these functions should be changed? |
2fc09a9
to
9dbf458
Compare
We can put both When we have that, we can rewrite these two functions:
into something like
|
Both ABIs are defined in PaymentExitGame.json. You can run You can extract the abi defintion if you do this:
|
0ef1f60
to
6556f3e
Compare
d93cfd3
to
73450b4
Compare
OH this is amazing and it cleanups rootchain! |
73450b4
to
7a29622
Compare
7a29622
to
3b46ad5
Compare
the latest version of
ex_abi
introduced a couple of bugs. The PR uses the patched version of ex_abi which fixes those bugs