boolafish
boolafish
> Just flying over the issue I get the impression that the rationale here is to expand Logs in order to save RPC calls. If that is the case then...
### Limitation - Global assumption of the design - outputId should be unique - tx bytes should be unique aside from deposit tx - exitableAt timestamp using size of 64...
1. Assuming our fee is using some percentage of the ERC20 gas, eg. 1/10. 1. An average ERC20 seems to be using around 50k gas, an OMG tx example: [here](https://etherscan.io/tx/0x5cec2839323df94d0ec689e4af482cd9e32dd20d101cafcc0f72928b4bf69640)....
> is this the marginal processExit cost per output, assuming that multiple outputs are processed in one go? Yes, I am assuming this is per output. Or per exit at...
ref: https://github.com/omisego/plasma-contracts/pull/574 TL;DR a mitigation of front-running is implemented as we've monitored some really simple front-running happened on main net via replaying the tx with higher gas to get priority.
we do have the flag: `DEPLOYMENT_ENV` should be set to `production` though I guess it is not used by DevOps currently.
I think you are right. Thanks for reporting this issue!
Sorry for late response. However, I don't know do I have time or resource to fix this repo now or not, I am guessing some dependency updated and the tests...
hi @ldmtam, Me and @bun919tw had a discussion about this. We agree that it is not practical to call `submitBlock` by hand. But submitting block only when deposit is not...
> in the recent proposals, we have 2 kind of blocks: deposit block with having only 1 tx and plasma block Yes, that's what we see in most plasma-cash spec...