-
using mappings instead of dynamic arrays
- elements of mappings can not be deleted in vyper
https://github.com/omisego/plasma-mvp/blob/master/plasma/root_chain/contracts/PriorityQueue.sol#L76
-…
-
Currently, when processing exits we get the exit at the top of the priority queue. Since our priorities are determined by when the utxo was created on the child chain, it is possible to delay a majori…
-
-
Figure out what it can do and how far along it is
-
- https://cryptonewmedia.press/2018/06/14/plasma-mvp-audit-%EB%85%B9%EC%B7%A8%EB%A1%9D-script-onther-tech-medium/
- check OmiseGo's other branches, issues or FourthState's implementation
-
[Tendermint batch matching](https://github.com/omisego/honted/blob/develop/docs/batch_matching.md) (Honte)**
-
-
Changes:
- Don't pass in txBytes
- Pass in address to deposit msg.value to
- Pass in bool or use some type of flag to distinguish when the depositor will deposit to an address other than their own…
-
Questions:
- Should we link to any available implementation or just actively maintained?
- Can someone find a list of implementations?
-
# Problem
During the installation (https://github.com/omisego/ewallet/blob/master/docs/setup/docker.md) I received the following error that the port 4000 is already in use.
```
[debug] [:nonode@no…