omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Server error when calling `omg sendtx` #177

Closed dcb9 closed 6 years ago

dcb9 commented 6 years ago

Issue Type

[ x ] bug report
[ ] feature request

Current Behavior

After starting Plasma I tried to create a transaction and submit it to the child chain via the command omg sendtx, but it went wrong.

Expected Behavior

It should be successful.

Steps to Reproduce

  1. start plasma
  2. omg deposit 100 0xfd02EcEE62797e75D86BCff1642EB0844afB28c7
  3. omg sendtx 1 0 0 0 0 0 0x0 0xfd02EcEE62797e75D86BCff1642EB0844afB28c7 50 0x4B3eC6c9dC67079E82152d6D55d8dd96a8e6AA26 45 3bb369fecdc16b93b99514d8ed9c2e87c5824cf4a6a98d2e8e91b7dd0c063304

Suggested Fix

Motivation for Change

System Specs

bg1156 commented 6 years ago

i believe this was an earlier bug with sendtx ping kfichter

dcb9 commented 6 years ago

@bg1156 have you had this bug?

smartcontracts commented 6 years ago

Hi, what version Ganache CLI are you using?

dcb9 commented 6 years ago
$ ganache-cli --version
Ganache CLI v6.1.8 (ganache-core: 2.2.1)
smartcontracts commented 6 years ago

If you shut down ganache and retry, does the same problem pop up?

dcb9 commented 6 years ago

It's so weird, yesterday i restart ganache and retry, but i got same problem. after restarting my system it works now.

Thanks

smartcontracts commented 6 years ago

This does reveal another bug, though. I'll make an issue for it. Thank you for the PR!