omgnetwork / immutability-eth-plugin

Other
0 stars 1 forks source link

changes for prerelease_0.0.2 #2

Closed zambien closed 5 years ago

zambien commented 5 years ago

From the change log:

0.0.2 (October 26, 2019)

NEW FEATURES:

IMPROVEMENTS:

BUG FIXES:

0x234 commented 5 years ago

Hey @cypherhat. The contracts are here: https://github.com/omisego/plasma-contracts

They're currently under security audit but the interfaces will remain the same. This is the call that we want to protect: https://github.com/omisego/plasma-contracts/blob/1cb543de46a335238ec46f5997f3955414118b3a/plasma_framework/contracts/src/framework/BlockController.sol#L81

Let me know if you need anything else

0x234 commented 5 years ago

Ah, do you mean by testing successfully testing end to end? We're going to need to make a small change in https://github.com/omisego/elixir-omg to modify behaviour from interactions with Ethereum directly, and move to pushing block submission to the Vault & vault-ethereum. I can get the ball rolling with that now to get support added in time (hopefully) for when we're ready to start testing.