plasma-cash icon indicating copy to clipboard operation
plasma-cash copied to clipboard

Results 10 plasma-cash issues
Sort by recently updated
recently updated
newest added

Hi, I got exception when I run the example code in readme ``` >>> operator.submit_block() >>> userA.send_transaction(1, 1693390459388381052156419331572168595237271043726428428352746834777341368960, 10, '0x08d92dca9038ea9433254996a2d4f08d43be8227') >>> operator.submit_block() >>> userB.start_exit(1693390459388381052156419331572168595237271043726428428352746834777341368960, 1, 2) Traceback (most recent call...

Exploit scenario: user calls `deposit()` with `amount` set as `115792089237316195423570985008687907853269984665640564039458 `but only sends `415992086870360064` wei. An alternative solution would be to use the SafeMath library. I don't have time to...

### Successful scenario Alice give Bob a coin. Bob get all tx history of that coin. The tx is collected into Childchain's block. Bob can verify the tx is in...

help wanted

If a deposit is aborted by user, the operator will still try to submit the block with it. This block will be rejected by contract. Then the operator should take...

Current Client implementation rely on user to provide all information while calling the function. As a result, in our integration test we need to hard code all those block numbers...

story

A user may not exit until their token gets included in a block. If the user calls _deposit_ but the operator fails to generate future blocks, then the user's funds...

bug

Love your implementation, but I think we should automatically add new block on sidechain when getting the Deposit event from RootChain smart contract. We don't need sidechain admin to call...

in our integration tests, there are several steps in different feature share the same name. eg. `userA deposit 1 eth to plasma`, `userA transfers 1 eth to userB`. They should...

bug

Implement in deposit function in RootChain contract

story

- When client receive a tx, should recieve the tx history & proof from sender. - To send a coin, should send the tx history & proof to reciever.

story