leap-contracts icon indicating copy to clipboard operation
leap-contracts copied to clipboard

LeapDAO's implementation of More Viable Plasma / Plasma Leap

Results 36 leap-contracts issues
Sort by recently updated
recently updated
newest added

``` await exitHandlerProxy.applyProposal(data, { from: admin, gas: estimate }); log('registered token: ', nativeToken.address); const tokenAddress = await vault.getTokenAddr(0); console.log('read Token: ', tokenAddress); ``` gives: ``` registered token: 0x33f8feE54f2874f1793280BBBd81E29A5b4303Fa read Token:...

bug

Implementing Limbo(Inflight tx) Exits Fixes https://github.com/leapdao/leap-contracts/issues/86

- how to distribute exactly 1 reward per slot per period? - how to make sure that if a validator is not online, another guy submits the period? which one?

add a function where a validator can be slashed for including a transaction with less than the min-gas fee.