Skip to content

Instantly share code, notes, and snippets.

@LefterisJP
Created February 14, 2017 09:01
Show Gist options
  • Save LefterisJP/c2eb630735589619e5557ce99da23d0c to your computer and use it in GitHub Desktop.
Save LefterisJP/c2eb630735589619e5557ce99da23d0c to your computer and use it in GitHub Desktop.
RAW LOG for test_transfer_from_outdated
Worker information
hostname: i-0d4e3c2-production-2-worker-org-ec2.travisci.net:06eb8c21-e4a7-4d38-831c-2b6fc00ad13d
version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a43228dffc0fcca5a46569ca786b22991979f
instance: e9b8ea7:travis:python
startup: 1.25591562s
Build system information
Build language: python
Build group: stable
Build dist: trusty
Build id: 201414246
Job id: 201414247
travis-build version: f0dd9d84c
Build image provisioning date and time
Thu Nov 10 03:26:46 UTC 2016
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
Linux Version
4.4.0-45-generic
Cookbooks Version
58fad1f https://github.com/travis-ci/travis-cookbooks/tree/58fad1f
git version
git version 1.9.1
bash version
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gcc version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 23:26:11 2016
OS/Arch: linux/amd64
clang version
clang version 3.5.0 (tags/RELEASE_350/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
jq version
jq-1.5
bats version
Bats 0.4.0
gimme version
v1.0.0
nvm version
0.32.0
perlbrew version
/home/travis/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.76
postgresql client version
psql (PostgreSQL) 9.6.1
phpenv version
rbenv 1.0.0-33-gc7dcaf1
rvm version
rvm 1.27.0 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
default ruby version
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
Pre-installed Ruby versions
ruby-2.2.5
ruby-2.3.1
$ export DEBIAN_FRONTEND=noninteractive
W: Size of file /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages.gz is not what the server reported 1155 1170
W: Size of file /var/lib/apt/lists/toolbelt.heroku.com_ubuntu_._Packages.gz is not what the server reported 721 725
W: Size of file /var/lib/apt/lists/dl.hhvm.com_ubuntu_dists_trusty_main_binary-amd64_Packages.gz is not what the server reported 1751 1752
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_Packages.gz is not what the server reported 15228 15230
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-amd64_Packages.gz is not what the server reported 4011 4015
Reading package lists...
Building dependency tree...
Reading state information...
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded.
Removing symlink /usr/lib/jvm/java-8-oracle-amd64
$ sudo rm -f /usr/lib/jvm/java-8-oracle-amd64
Reload jdk_switcher
$ source $HOME/.jdk_switcher_rc
$ git clone --depth=50 https://github.com/raiden-network/raiden.git raiden-network/raiden
Cloning into 'raiden-network/raiden'...
remote: Counting objects: 1112, done.
remote: Compressing objects: 100% (509/509), done.
Receiving objects: 100% (1112/1112), 720.34 KiB | 0 bytes/s, done.
remote: Total 1112 (delta 694), reused 897 (delta 590), pack-reused 0
Resolving deltas: 100% (694/694), done.
Checking connectivity... done.
$ cd raiden-network/raiden
$ git fetch origin +refs/pull/392/merge:
remote: Counting objects: 21, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 21 (delta 16), reused 12 (delta 8), pack-reused 0
Unpacking objects: 100% (21/21), done.
From https://github.com/raiden-network/raiden
* branch refs/pull/392/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD
This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid and setguid executables.
If you require sudo, add 'sudo: required' to your .travis.yml
See https://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details.
Setting environment variables from .travis.yml
$ export GETH_URL='https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.5.5-ff07d548.tar.gz'
$ export GETH_VERSION='1.5.5'
$ export SOLC_URL='https://github.com/brainbot-com/solidity-static/releases/download/v0.4.4/solc'
$ export SOLC_VERSION='0.4.4'
$ export TEST_TYPE='unit'
$ source ~/virtualenv/python2.7/bin/activate
Setting up build cache
$ export CASHER_DIR=$HOME/.casher
$ Installing caching utilities
attempting to download cache archive
fetching PR.392/cache-linux-trusty-ffd0111690097269edbeb7c9ca58af9d61665fddbd054d293d05f5e5e1c842d9--python-2.7.tgz
found cache
adding /home/travis/.cache/pip to cache
adding /home/travis/.ethash to cache
creating directory /home/travis/.ethash
adding /home/travis/.bin to cache
creating directory /home/travis/.bin
adding /home/travis/.cache/pip to cache
$ python --version
Python 2.7.12
$ pip --version
pip 8.1.2 from /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (python 2.7)
$ mkdir -p $HOME/.bin
$ export PATH=$PATH:$HOME/.bin
$ ./.travis/download_geth.sh
$ ./.travis/download_solc.sh
$ pip install -U pip wheel coveralls
Collecting pip
Using cached pip-9.0.1-py2.py3-none-any.whl
Requirement already up-to-date: wheel in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages
Collecting coveralls
Using cached coveralls-1.1-py2.py3-none-any.whl
Collecting docopt>=0.6.1 (from coveralls)
Collecting coverage>=3.6 (from coveralls)
Using cached coverage-4.3.4-cp27-cp27mu-manylinux1_x86_64.whl
Collecting requests>=1.0.0 (from coveralls)
Using cached requests-2.13.0-py2.py3-none-any.whl
Installing collected packages: pip, docopt, coverage, requests, coveralls
Found existing installation: pip 8.1.2
Uninstalling pip-8.1.2:
Successfully uninstalled pip-8.1.2
Successfully installed coverage-4.3.4 coveralls-1.1 docopt-0.6.2 pip-9.0.1 requests-2.13.0
$ pip install pytest-travis-fold
Collecting pytest-travis-fold
Using cached pytest_travis_fold-1.2.0-py2.py3-none-any.whl
Requirement already satisfied: pytest>=2.6.0 in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from pytest-travis-fold)
Requirement already satisfied: py>=1.4.29 in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from pytest>=2.6.0->pytest-travis-fold)
Installing collected packages: pytest-travis-fold
Successfully installed pytest-travis-fold-1.2.0
$ pip install -r requirements-dev.txt
Collecting pysha3 (from -r requirements.txt (line 1))
Obtaining pyethapp from git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp (from -r requirements.txt (line 3))
Cloning https://github.com/LefterisJP/pyethapp (to use_new_solc_combinedjson_key) to /home/travis/virtualenv/python2.7.12/src/pyethapp
Collecting ipython<5.0.0 (from -r requirements.txt (line 4))
Using cached ipython-4.2.1-py2-none-any.whl
Collecting rlp<=0.4.6,>=0.4.3 (from -r requirements.txt (line 5))
Using cached rlp-0.4.6-py2.py3-none-any.whl
Collecting secp256k1==0.12.1 (from -r requirements.txt (line 6))
Collecting pycryptodome>=3.4.3 (from -r requirements.txt (line 7))
Collecting miniupnpc (from -r requirements.txt (line 8))
Collecting networkx (from -r requirements.txt (line 9))
Using cached networkx-1.11-py2.py3-none-any.whl
Obtaining ethereum from git+https://github.com/LefterisJP/pyethereum@fix_solidity_key_combinedjson#egg=ethereum (from -r requirements.txt (line 11))
Cloning https://github.com/LefterisJP/pyethereum (to fix_solidity_key_combinedjson) to /home/travis/virtualenv/python2.7.12/src/ethereum
Collecting ethereum-serpent (from -r requirements.txt (line 12))
Collecting repoze.lru (from -r requirements.txt (line 13))
Collecting gevent-websocket==0.9.4 (from -r requirements.txt (line 14))
Collecting cachetools<3.0.0,>=2.0.0 (from -r requirements.txt (line 15))
Using cached cachetools-2.0.0-py2.py3-none-any.whl
Collecting pytest>=3.0.4 (from -r requirements-dev.txt (line 4))
Using cached pytest-3.0.6-py2.py3-none-any.whl
Collecting pytest-timeout>=1.2.0 (from -r requirements-dev.txt (line 5))
Using cached pytest_timeout-1.2.0-py2.py3-none-any.whl
Collecting pytest-random>=0.02 (from -r requirements-dev.txt (line 6))
Collecting pdbpp>=0.8.3<1.0.0 (from -r requirements-dev.txt (line 9))
Using cached pdbpp-0.8.3-py2-none-any.whl
Requirement already satisfied: coverage>=4.0<5.0 in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from -r requirements-dev.txt (line 12))
Collecting sphinx>=1.5.1<2.0.0 (from -r requirements-dev.txt (line 15))
Using cached Sphinx-1.5.2-py2.py3-none-any.whl
Collecting bumpversion>=0.5.3 (from -r requirements-dev.txt (line 18))
Using cached bumpversion-0.5.3-py2.py3-none-any.whl
Collecting u-msgpack-python>=2.3.0<3.0.0 (from -r requirements-dev.txt (line 21))
Using cached u_msgpack_python-2.3.0-py2.py3-none-any.whl
Collecting gevent==1.1.0 (from pyethapp->-r requirements.txt (line 3))
Using cached gevent-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Collecting CodernityDB (from pyethapp->-r requirements.txt (line 3))
Collecting pyyaml (from pyethapp->-r requirements.txt (line 3))
Collecting leveldb (from pyethapp->-r requirements.txt (line 3))
Collecting pexpect (from pyethapp->-r requirements.txt (line 3))
Using cached pexpect-4.2.1-py2.py3-none-any.whl
Collecting gipc==0.4.0 (from pyethapp->-r requirements.txt (line 3))
Collecting pbkdf2 (from pyethapp->-r requirements.txt (line 3))
Collecting statistics (from pyethapp->-r requirements.txt (line 3))
Requirement already satisfied: wheel in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from pyethapp->-r requirements.txt (line 3))
Collecting werkzeug (from pyethapp->-r requirements.txt (line 3))
Using cached Werkzeug-0.11.15-py2.py3-none-any.whl
Collecting scrypt (from pyethapp->-r requirements.txt (line 3))
Requirement already satisfied: requests in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from pyethapp->-r requirements.txt (line 3))
Collecting lmdb (from pyethapp->-r requirements.txt (line 3))
Collecting click (from pyethapp->-r requirements.txt (line 3))
Using cached click-6.7-py2.py3-none-any.whl
Collecting decorator (from pyethapp->-r requirements.txt (line 3))
Using cached decorator-4.0.11-py2.py3-none-any.whl
Collecting devp2p>=0.8.0 (from pyethapp->-r requirements.txt (line 3))
Using cached devp2p-0.8.1-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython<5.0.0->-r requirements.txt (line 4))
Collecting backports.shutil-get-terminal-size; python_version == "2.7" (from ipython<5.0.0->-r requirements.txt (line 4))
Using cached backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
Collecting pickleshare (from ipython<5.0.0->-r requirements.txt (line 4))
Using cached pickleshare-0.7.4-py2.py3-none-any.whl
Collecting traitlets (from ipython<5.0.0->-r requirements.txt (line 4))
Using cached traitlets-4.3.1-py2.py3-none-any.whl
Collecting setuptools>=18.5 (from ipython<5.0.0->-r requirements.txt (line 4))
Using cached setuptools-34.2.0-py2.py3-none-any.whl
Collecting cffi>=1.3.0 (from secp256k1==0.12.1->-r requirements.txt (line 6))
Using cached cffi-1.9.1-cp27-cp27mu-manylinux1_x86_64.whl
Collecting bitcoin (from ethereum->-r requirements.txt (line 11))
Collecting pyethash (from ethereum->-r requirements.txt (line 11))
Requirement already satisfied: py>=1.4.29 in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from pytest>=3.0.4->-r requirements-dev.txt (line 4))
Collecting wmctrl (from pdbpp>=0.8.3<1.0.0->-r requirements-dev.txt (line 9))
Collecting fancycompleter>=0.2 (from pdbpp>=0.8.3<1.0.0->-r requirements-dev.txt (line 9))
Collecting pygments (from pdbpp>=0.8.3<1.0.0->-r requirements-dev.txt (line 9))
Using cached Pygments-2.2.0-py2.py3-none-any.whl
Collecting ordereddict (from pdbpp>=0.8.3<1.0.0->-r requirements-dev.txt (line 9))
Collecting imagesize (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached imagesize-0.7.1-py2.py3-none-any.whl
Requirement already satisfied: six>=1.5 in /home/travis/virtualenv/python2.7.12/lib/python2.7/site-packages (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Collecting snowballstemmer>=1.1 (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached alabaster-0.7.9-py2.py3-none-any.whl
Collecting docutils>=0.11 (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached docutils-0.13.1-py2-none-any.whl
Collecting babel!=2.0,>=1.3 (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached Babel-2.3.4-py2.py3-none-any.whl
Collecting Jinja2>=2.3 (from sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached Jinja2-2.9.5-py2.py3-none-any.whl
Collecting greenlet>=0.4.9 (from gevent==1.1.0->pyethapp->-r requirements.txt (line 3))
Using cached greenlet-0.4.12-cp27-cp27mu-manylinux1_x86_64.whl
Collecting ptyprocess>=0.5 (from pexpect->pyethapp->-r requirements.txt (line 3))
Using cached ptyprocess-0.5.1-py2.py3-none-any.whl
Collecting tinyrpc (from devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Collecting pyelliptic (from devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Collecting ipaddress (from devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Using cached ipaddress-1.0.18-py2-none-any.whl
Collecting tox (from devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Using cached tox-2.6.0-py2.py3-none-any.whl
Collecting pathlib2; python_version in "2.6 2.7 3.2 3.3" (from pickleshare->ipython<5.0.0->-r requirements.txt (line 4))
Using cached pathlib2-2.2.1-py2.py3-none-any.whl
Collecting ipython-genutils (from traitlets->ipython<5.0.0->-r requirements.txt (line 4))
Using cached ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting enum34; python_version == "2.7" (from traitlets->ipython<5.0.0->-r requirements.txt (line 4))
Using cached enum34-1.1.6-py2-none-any.whl
Collecting appdirs>=1.4.0 (from setuptools>=18.5->ipython<5.0.0->-r requirements.txt (line 4))
Using cached appdirs-1.4.0-py2.py3-none-any.whl
Collecting packaging>=16.8 (from setuptools>=18.5->ipython<5.0.0->-r requirements.txt (line 4))
Using cached packaging-16.8-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.3.0->secp256k1==0.12.1->-r requirements.txt (line 6))
Collecting pyrepl>=0.8.2 (from fancycompleter>=0.2->pdbpp>=0.8.3<1.0.0->-r requirements-dev.txt (line 9))
Collecting pytz>=0a (from babel!=2.0,>=1.3->sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Using cached pytz-2016.10-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx>=1.5.1<2.0.0->-r requirements-dev.txt (line 15))
Collecting virtualenv>=1.11.2; python_version != "3.2" (from tox->devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Using cached virtualenv-15.1.0-py2.py3-none-any.whl
Collecting pluggy<1.0,>=0.3.0 (from tox->devp2p>=0.8.0->pyethapp->-r requirements.txt (line 3))
Using cached pluggy-0.4.0-py2.py3-none-any.whl
Collecting scandir; python_version < "3.5" (from pathlib2; python_version in "2.6 2.7 3.2 3.3"->pickleshare->ipython<5.0.0->-r requirements.txt (line 4))
Collecting pyparsing (from packaging>=16.8->setuptools>=18.5->ipython<5.0.0->-r requirements.txt (line 4))
Using cached pyparsing-2.1.10-py2.py3-none-any.whl
Installing collected packages: pysha3, greenlet, gevent, CodernityDB, pyyaml, leveldb, ptyprocess, pexpect, repoze.lru, pbkdf2, bitcoin, pycryptodome, pycparser, cffi, secp256k1, scrypt, rlp, pyethash, ethereum, gipc, simplegeneric, backports.shutil-get-terminal-size, scandir, pathlib2, pickleshare, ipython-genutils, decorator, enum34, traitlets, appdirs, pyparsing, packaging, setuptools, ipython, docutils, statistics, werkzeug, lmdb, click, tinyrpc, pyelliptic, ipaddress, virtualenv, pluggy, tox, devp2p, pyethapp, miniupnpc, networkx, ethereum-serpent, gevent-websocket, cachetools, pytest, pytest-timeout, pytest-random, wmctrl, pyrepl, fancycompleter, pygments, ordereddict, pdbpp, imagesize, snowballstemmer, alabaster, pytz, babel, MarkupSafe, Jinja2, sphinx, bumpversion, u-msgpack-python
Running setup.py develop for ethereum
Found existing installation: setuptools 18.0.1
Uninstalling setuptools-18.0.1:
Successfully uninstalled setuptools-18.0.1
Running setup.py develop for pyethapp
Found existing installation: pytest 3.0.3
Uninstalling pytest-3.0.3:
Successfully uninstalled pytest-3.0.3
Successfully installed CodernityDB-0.5.0 Jinja2-2.9.5 MarkupSafe-0.23 alabaster-0.7.9 appdirs-1.4.0 babel-2.3.4 backports.shutil-get-terminal-size-1.0.0 bitcoin-1.1.42 bumpversion-0.5.3 cachetools-2.0.0 cffi-1.9.1 click-6.7 decorator-4.0.11 devp2p-0.8.1 docutils-0.13.1 enum34-1.1.6 ethereum ethereum-serpent-2.0.2 fancycompleter-0.7 gevent-1.1.0 gevent-websocket-0.9.4 gipc-0.4.0 greenlet-0.4.12 imagesize-0.7.1 ipaddress-1.0.18 ipython-4.2.1 ipython-genutils-0.1.0 leveldb-0.194 lmdb-0.92 miniupnpc-1.9 networkx-1.11 ordereddict-1.1 packaging-16.8 pathlib2-2.2.1 pbkdf2-1.3 pdbpp-0.8.3 pexpect-4.2.1 pickleshare-0.7.4 pluggy-0.4.0 ptyprocess-0.5.1 pycparser-2.17 pycryptodome-3.4.5 pyelliptic-1.5.7 pyethapp pyethash-0.1.27 pygments-2.2.0 pyparsing-2.1.10 pyrepl-0.8.4 pysha3-1.0.2 pytest-3.0.6 pytest-random-0.2 pytest-timeout-1.2.0 pytz-2016.10 pyyaml-3.12 repoze.lru-0.6 rlp-0.4.6 scandir-1.4 scrypt-0.8.0 secp256k1-0.12.1 setuptools-34.2.0 simplegeneric-0.8.1 snowballstemmer-1.2.1 sphinx-1.5.2 statistics-1.0.3.5 tinyrpc-0.5 tox-2.6.0 traitlets-4.3.1 u-msgpack-python-2.3.0 virtualenv-15.1.0 werkzeug-0.11.15 wmctrl-0.3
$ ./.travis/make_dag.sh
making DAG, this could take awhile...
I0214 07:04:37.153463 vendor/github.com/ethereum/ethash/ethash.go:259] Generating DAG for epoch 0 (size 1073739904) (0000000000000000000000000000000000000000000000000000000000000000)
I0214 07:04:38.804377 vendor/github.com/ethereum/ethash/ethash.go:276] Done generating DAG for epoch 0, it took 1.650851129s
$ coverage run -m py.test --travis-fold=always -vvvvvv --log-config='raiden:DEBUG' --random $BLOCKCHAIN_TYPE ./raiden/tests/$TEST_TYPE
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-3.0.6, py-1.4.31, pluggy-0.4.0 -- /home/travis/virtualenv/python2.7.12/bin/python
cachedir: .cache
Tests are shuffled using seed number 380686305308.
rootdir: /home/travis/build/raiden-network/raiden, inifile:
plugins: travis-fold-1.2.0, timeout-1.2.0, random-0.2
collected 67 items
raiden/tests/unit/test_channel.py::test_setup[2-mock] PASSED
raiden/tests/unit/test_transfer.py::test_receive_directtransfer_invalidlocksroot[1-2-mock] PASSED
raiden/tests/unit/test_channel.py::test_register_invalid_transfer[2-mock] PASSED
raiden/tests/unit/test_messages.py::test_ack PASSED
raiden/tests/unit/test_transfer.py::test_receive_mediatedtransfer_invalid_address[2-5-mock] PASSED
raiden/tests/unit/test_namedbuffer.py::test_byte PASSED
raiden/tests/unit/test_channel.py::test_python_channel PASSED
raiden/tests/unit/test_transfer.py::test_mediated_transfer[10-2-mock] PASSED
raiden/tests/unit/test_cli.py::test_get_channel_list[3-mock] PASSED
raiden/tests/unit/test_transfer.py::test_transfer_to_unknownchannel[1-2-mock] PASSED
raiden/tests/unit/test_mtree.py::test_one PASSED
raiden/tests/unit/test_service.py::test_ping[2-mock] PASSED
raiden/tests/unit/test_messages.py::test_signature PASSED
raiden/tests/unit/test_callbacks.py::test_direct_transfer_callback[2-mock] PASSED
raiden/tests/unit/test_mtree.py::test_multiple_empty PASSED
raiden/tests/unit/test_namedbuffer.py::test_decoder_int PASSED
raiden/tests/unit/test_service.py::test_ping_ordering[UnreliableTransport-2-mock-ping_dropped_message:{}] PASSED
raiden/tests/unit/test_transfer.py::test_receive_hashlocktransfer_unknown[0-1-mock] PASSED
raiden/tests/unit/test_service.py::test_ping_dropped_message[UnreliableTransport-2-mock] PASSED
raiden/tests/unit/test_messages.py::test_encoding PASSED
raiden/tests/unit/test_transfer.py::test_receive_directtransfer_outoforder[1-2-mock] PASSED
raiden/tests/unit/test_channel.py::test_transfer[2-mock] PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer PASSED
raiden/tests/unit/test_messages.py::test_amount_out_of_bounds[make0-amount1] PASSED
raiden/tests/unit/test_channel.py::test_automatic_dispute[2-geth] PASSED
raiden/tests/unit/test_transfer.py::test_transfer[2-mock] PASSED
raiden/tests/unit/test_transfer.py::test_receive_mediatedtransfer_unknown[0-1-mock] PASSED
raiden/tests/unit/test_callbacks.py::test_on_hashlock_result_callback[2-mock] PASSED
raiden/tests/unit/test_accounts.py::test_get_privkey PASSED
raiden/tests/unit/test_messages.py::test_hash PASSED
raiden/tests/unit/test_mtree.py::test_three PASSED
raiden/tests/unit/test_mtree.py::test_single PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_nonce_max[nonce0] PASSED
raiden/tests/unit/test_namedbuffer.py::test_decoder_long PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_amount_min_max[amount1] PASSED
raiden/tests/unit/test_accounts.py::test_get_account_in_keystore PASSED
raiden/tests/unit/test_mtree.py::test_two PASSED
raiden/tests/unit/test_transport.py::test_throttle_policy_ping[UDPTransport-2-mock] PASSED
raiden/tests/unit/test_transfer.py::test_receive_mediatedtransfer_outoforder[2-5-mock] PASSED
raiden/tests/unit/test_mtree.py::test_get_proof PASSED
raiden/tests/unit/test_service.py::test_ping_unreachable[UnreliableTransport-2-mock] PASSED
raiden/tests/unit/test_mtree.py::test_empty PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_amount_min_max[0] PASSED
raiden/tests/unit/test_transfer.py::test_receive_directtransfer_unknown[0-1-mock] PASSED
raiden/tests/unit/test_channel.py::test_interwoven_transfers[100-2-1073741824-mock] PASSED
raiden/tests/unit/test_service.py::test_ping_udp[UDPTransport-2-mock] PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_fee_min_max[0] PASSED
raiden/tests/unit/test_channel.py::test_locked_transfer[2-mock] PASSED
raiden/tests/unit/test_mtree.py::test_non_hash PASSED
raiden/tests/unit/test_channel.py::test_invalid_timeouts PASSED
raiden/tests/unit/test_mtree.py::test_duplicates PASSED
raiden/tests/unit/test_webui.py::test_webui SKIPPED
raiden/tests/unit/test_transfer.py::test_receive_directtransfer_wrongtoken[1-2-mock] PASSED
raiden/tests/unit/test_channel.py::test_end_state PASSED
raiden/tests/unit/test_messages.py::test_amount_out_of_bounds[make1--1] PASSED
raiden/tests/unit/test_transfer.py::test_cancel_transfer[100-o;\xf3\xbd\x84\x83\xb7u\xd9\xca\x91(Q\x93K\x02u\xecjP-channels_per_node0-4-cancel_transfer:{}-mock] xfail
raiden/tests/unit/test_accounts.py::test_get_accounts PASSED
raiden/tests/unit/test_transfer.py::test_healthcheck_with_bad_peer[UnreliableTransport-6-3-2-mock] PASSED
raiden/tests/unit/test_messages.py::test_amount_out_of_bounds[make0--1] PASSED
raiden/tests/unit/test_transfer.py::test_healthcheck_with_normal_peer[6-3-2-mock] PASSED
raiden/tests/unit/test_transfer.py::test_transfer_from_outdated[30-1-2-tester] FAILED
raiden/tests/unit/test_mtree.py::test_many PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_fee_min_max[fee1] PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_fee_out_of_bounds[fee0] PASSED
raiden/tests/unit/test_messages.py::test_mediated_transfer_nonce_out_of_bounds[nonce0] PASSED
raiden/tests/unit/test_messages.py::test_amount_out_of_bounds[make1-amount1] PASSED
raiden/tests/unit/test_mock.py::test_mock_registry_api_compliance PASSED
=================================== FAILURES ===================================
__________________ test_transfer_from_outdated[30-1-2-tester] __________________
raiden_network = [<App f0ef4707>, <App a3c19cc4>], settle_timeout = 30
@pytest.mark.parametrize('blockchain_type', ['tester'])
@pytest.mark.parametrize('number_of_nodes', [2])
@pytest.mark.parametrize('channels_per_node', [1])
@pytest.mark.parametrize('settle_timeout', [30])
def test_transfer_from_outdated(raiden_network, settle_timeout):
app0, app1 = raiden_network # pylint: disable=unbalanced-tuple-unpacking
tester_state = app0.raiden.chain.tester_state
token_manager0 = app0.raiden.managers_by_token_address.values()[0]
token_manager1 = app1.raiden.managers_by_token_address.values()[0]
channel0 = token_manager0.partneraddress_channel[app1.raiden.address]
channel1 = token_manager1.partneraddress_channel[app0.raiden.address]
balance0 = channel0.balance
balance1 = channel1.balance
assert token_manager0.token_address == token_manager1.token_address
assert app1.raiden.address in token_manager0.partneraddress_channel
amount = 10
app0.raiden.api.transfer(
token_manager0.token_address,
amount,
target=app1.raiden.address,
)
gevent.sleep(1)
assert_synched_channels(
channel0, balance0 - amount, [],
channel1, balance1 + amount, []
)
app1.raiden.api.close(token_manager0.token_address, app0.raiden.address)
tester_state.mine(1)
gevent.sleep(.5)
tester_state.mine(number_of_blocks=settle_timeout + 1)
> app0.raiden.api.settle(token_manager0.token_address, app1.raiden.address)
raiden/tests/unit/test_transfer.py:754:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <raiden.raiden_service.RaidenAPI object at 0x7f7bca8eb090>
token_address = 'q\xea\xc5d%\xe23z\xb1\r\xddQU\x1c\xf6\x8b\x1b\x84\xa0\xb5'
partner_address = '\xa3\xc1\x9c\xc4v\xbe\x1e\x90a\xde\xeb\xa4\x8bq\xde\x00"\x95%\x15'
def settle(self, token_address, partner_address):
""" Settle a closed channel with `partner_address` for the given `token_address`. """
token_address_bin = safe_address_decode(token_address)
partner_address_bin = safe_address_decode(partner_address)
if not isaddress(token_address_bin) or token_address_bin not in self.tokens:
raise InvalidAddress('token address is not valid.')
if not isaddress(partner_address_bin):
raise InvalidAddress('partner_address is not valid.')
manager = self.raiden.get_manager_by_token_address(token_address_bin)
channel = manager.get_channel_by_partner_address(partner_address_bin)
if channel.isopen:
> raise InvalidState('channel is still open.')
E InvalidState: channel is still open.
raiden/raiden_service.py:579: InvalidState
travis_fold:start:py-3192.stdout-setup.0
---------------------------- Captured stdout setup -----------------------------
{'_event_type': 'TokenAdded', 'channel_manager_address': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_event_type': 'TokenAdded', 'channel_manager_address': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_event_type': 'TokenAdded', 'channel_manager_address': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_value': 603, '_from': '8d2333af216c296834d968d1af88ff812061eabd', '_event_type': 'Transfer', '_to': 'f0ef4707cdcf650f349cf664f2013f583484a3fb'}
{'_value': 603, '_from': '8d2333af216c296834d968d1af88ff812061eabd', '_event_type': 'Transfer', '_to': 'a3c19cc476be1e9061deeba48b71de0022952515'}
{'participant1': 'a3c19cc476be1e9061deeba48b71de0022952515', 'netting_channel': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 'participant2': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'ChannelNew', 'settle_timeout': 30}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'a3c19cc476be1e9061deeba48b71de0022952515', '_event_type': 'Approval'}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'a3c19cc476be1e9061deeba48b71de0022952515', '_event_type': 'Approval'}
{'_value': 200, '_from': 'a3c19cc476be1e9061deeba48b71de0022952515', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'a3c19cc476be1e9061deeba48b71de0022952515', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'a3c19cc476be1e9061deeba48b71de0022952515', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_event_type': 'ChannelNewBalance', 'block_number': 1150018, 'balance': 200, 'participant': 'a3c19cc476be1e9061deeba48b71de0022952515', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_event_type': 'ChannelNewBalance', 'block_number': 1150018, 'balance': 200, 'participant': 'a3c19cc476be1e9061deeba48b71de0022952515', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Approval'}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Approval'}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Approval'}
{'_spender': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', '_value': 200, '_owner': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Approval'}
{'_value': 200, '_from': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_value': 200, '_from': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', '_event_type': 'Transfer', '_to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984'}
{'_event_type': 'ChannelNewBalance', 'block_number': 1150018, 'balance': 200, 'participant': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_event_type': 'ChannelNewBalance', 'block_number': 1150018, 'balance': 200, 'participant': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
{'_event_type': 'ChannelNewBalance', 'block_number': 1150018, 'balance': 200, 'participant': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'token_address': '71eac56425e2337ab10ddd51551cf68b1b84a0b5'}
travis_fold:end:py-3192.stdout-setup.0
travis_fold:start:py-3192.stderr-setup.0
---------------------------- Captured stderr setup -----------------------------
INFO:raiden.tests.utils.tester_client Deploying "Registry.sol" contract
INFO:raiden.tests.utils.tester_client Deploying dependencies: ['NettingChannelLibrary', 'ChannelManagerLibrary', 'Registry']
INFO:raiden.tests.utils.tester_client Creating contract NettingChannelLibrary
DEBUG:eth.chain.tx deserialized tx tx=453b410f
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 0, 'hash': 'f24bdd93cdf7dc4f9d40023485dbb60eb5ced13a8e2e762ab352c8b44ab40184', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '', 's': 37980931225785346198622184347032316544442420289048592272229240818601294359979L, 'r': 58096084821646630855711800166704078750920832192167123550553325976339502323507L, 'v': 28, 'data': '6060604052611b87806100126000396000f36504044633f3de506060604052361561007f5760e060020a600035046319947bb6811461008457806344041d011461013f5780634d39681c1461029f5780635ddd7922146103625780635ef30ac8146103d75780638939d37a146103f05780639b3b5a0b14610432578063be4eec951461047f578063d9d16af8146104a6575b610007565b604080516020600460443581810135601f81018490048402850184019095528484526104e3948235946024803595606494929391909201918190840183828082843750506040805160209735808a0135601f81018a90048a0283018a0190935282825296989760849791965060249190910194509092508291508401838280828437509496505050505050506000600060006000600060008960030160005054118061013557506002890154600090115b1561052e57610007565b6104e3600435602435600060006000600060006101c0604051908101604052806000815260200160008152602001600081526020016000815260200160008152602001602060405190810160405280600081526020015081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160206040519081016040528060008152602001508152602001506101c06040519081016040528060008152602001600081526020016000815260200160008152602001600081526020016020604051908101604052806000815260200150815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001602060405190810160405280600081526020015081526020015060008960008160030160005054118061029557506002810154155b1561062c57610007565b604080516020600460443581810135601f81018490048402850184019095528484526104e3948235946024803595606494929391909201918190840183828082843750506040805160209735808a0135601f81018a90048a0283018a01909352828252969897608497919650602491909101945090925082915084018382808284375094965050933593505050506000600060006000600060006000600060008d60008160030160005054118061035857506002810154155b156110f157610007565b604080516020600460443581810135601f81018490048402850184019095528484526104e3948235946024803595606494929391909201918190840183828082843750949650505050505050600060006000856000816003016000505411806103cd57506002810154155b1561136757610007565b6104e36004355b6003810154819015156113d757610007565b6004356006810180546104e59291602435916000919081906013860190600160a060020a03808716911614156113e9578054600160a060020a031693506113e0565b6006600435908101546007820154601383015460149093015460408051600160a060020a039485168152602081019390935292909316818301526060810192909252519081900360800190f35b61050160043560243560443560643560028401546000908190819081901561142357610007565b6006600435908101805461051c9291602435916000919081906013860190600160a060020a03808716911614156115a457600382015493506113e0565b005b60408051600160a060020a039092168252519081900360200190f35b60408051921515835260208301919091528051918290030190f35b60408051918252519081900360200190f35b60068901805490955085945060138a019350600160a060020a0389811691161480159061056857508254600160a060020a03898116911614155b1561057257610007565b600489018054600160a060020a031916606060020a8a8102041790554360028a0155865115156105a8575b505050505050505050565b6105d58985858a5b60408051602081019091526000808252908180808886826115c582600c810151919050565b9150600160a060020a0380831690891614156105f057610007565b85511561059d57610603898585896105b0565b9050600160a060020a038082169089161461059d57610007565b505b5050505050505050505050565b8a5460028c01548c91439101111561064357610007565b60098c015460168d015460078e0154810182900360088f015560148e01549091010360158d01556000985060068c01975087965060138c0195505b600c8701548910156106f457600c870180548a90811015610007579060005260206000209060030201600050600101546002880180549091019055600c870180548a908110156100075790600052602060002090600302016000506001015460028701805491909103905560019098019761067e565b600098505b600c86015489101561076f57600c860180548a90811015610007579060005260206000209060030201600050600101546002870180549091019055600c860180548a90811015610007579060005260206000209060030201600050600101546002880180549190910390556001909801976106f9565b4360038d01556001808701549088015460048e01548954919092019b50600160a060020a039081169116141561084657604080516101c0810182528854600160a060020a031681526001808a01546020808401919091526002808c01548486015260038c0154606085015260048c0154608085015260058c01805486516101009582161595909502600019011691909104601f810183900483028401830190955284835292938b9360a0860193929091908301828280156109185780601f106108ed57610100808354040283529160200191610918565b604080516101c0810182528754600160a060020a031681526001808901546020808401919091526002808b01548486015260038b0154606085015260048b0154608085015260058b01805486516101009582161595909502600019011691909104601f810183900483028401830190955284835292938a9360a086019392909190830182828015610c235780601f10610bf857610100808354040283529160200191610c23565b820191906000526020600020905b8154815290600101906020018083116108fb57829003601f168201915b50505091835250506006820154602080830191909152600783015460408084019190915260088401546060840152600984015467ffffffffffffffff81166080850152600160a060020a03604060020a909104811660a0850152600a8501541660c0840152600b84015460e0840152600c8401805482518185028101850190935280835261010090940193919290919060009084015b82821015610a045760008481526020908190206040805160608101825260038602909201805467ffffffffffffffff168352600180820154848601526002909101549183019190915290835290920191016109ae565b50505091525050604080516101c0810182528854600160a060020a031681526001808a01546020808401919091526002808c01548486015260038c0154606085015260048c0154608085015260058c01805486516101009582161595909502600019011691909104601f810183900483028401830190955284835294995091938a9360a0860193830182828015610adc5780601f10610ab157610100808354040283529160200191610adc565b820191906000526020600020905b815481529060010190602001808311610abf57829003601f168201915b50505091835250506006820154602080830191909152600783015460408084019190915260088401546060840152600984015467ffffffffffffffff81166080850152600160a060020a03604060020a909104811660a0850152600a8501541660c0840152600b84015460e0840152600c8401805482518185028101850190935280835261010090940193919290919060009084015b82821015610bc85760008481526020908190206040805160608101825260038602909201805467ffffffffffffffff16835260018082015484860152600290910154918301919091529083529092019101610b72565b505050915250909450610be39050565b505050915250909450505b83604001518a10610ed3578360400151610ed5565b820191906000526020600020905b815481529060010190602001808311610c0657829003601f168201915b50505091835250506006820154602080830191909152600783015460408084019190915260088401546060840152600984015467ffffffffffffffff81166080850152600160a060020a03604060020a909104811660a0850152600a8501541660c0840152600b84015460e0840152600c8401805482518185028101850190935280835261010090940193919290919060009084015b82821015610d0f5760008481526020908190206040805160608101825260038602909201805467ffffffffffffffff16835260018082015484860152600290910154918301919091529083529092019101610cb9565b50505091525050604080516101c0810182528954600160a060020a031681526001808b01546020808401919091526002808d01548486015260038d0154606085015260048d0154608085015260058d01805486516101009582161595909502600019011691909104601f810183900483028401830190955284835294995091938b9360a0860193830182828015610de75780601f10610dbc57610100808354040283529160200191610de7565b820191906000526020600020905b815481529060010190602001808311610dca57829003601f168201915b50505091835250506006820154602080830191909152600783015460408084019190915260088401546060840152600984015467ffffffffffffffff81166080850152600160a060020a03604060020a909104811660a0850152600a8501541660c0840152600b84015460e0840152600c8401805482518185028101850190935280835261010090940193919290919060009084015b82821015610bd85760008481526020908190206040805160608101825260038602909201805467ffffffffffffffff16835260018082015484860152600290910154918301919091529083529092019101610e7d565b895b92506000831115610f5d5760058c015484516040805160006020918201819052825160e060020a63a9059cbb028152600160a060020a039485166004820152602481018990529251939094169363a9059cbb936044808501949192918390030190829087803b156100075760325a03f1156100075750506040515115159050610f5d57610007565b8b60050160009054906101000a9004600160a060020a0316600160a060020a03166370a08231306000604051602001526040518260e060020a0281526004018082600160a060020a03168152602001915050602060405180830381600087803b156100075760325a03f11561000757505060408051519087015110905061105a578b60050160009054906101000a9004600160a060020a0316600160a060020a03166370a08231306000604051602001526040518260e060020a0281526004018082600160a060020a03168152602001915050602060405180830381600087803b156100075760325a03f115610007575050604051519050611060565b84604001515b925060008311156110e85760058c015485516040805160006020918201819052825160e060020a63a9059cbb028152600160a060020a039485166004820152602481018990529251939094169363a9059cbb936044808501949192918390030190829087803b156100075760325a03f11561000757505060405151151590506110e857610007565b61061d8c6103de565b61110b8d6000600060008351604814151561174757610007565b809950819a50829b505050508e60200160005060008860001916815260200190815260200160002060009054906101000a900460ff161561114b57610007565b438967ffffffffffffffff16101561116257610007565b604080518c81529051908190036020019020871461117f57610007565b60068f018054909450849350600160a060020a038f8116911614156111be57600d84018054909350600160a060020a038f81169116146111be57610007565b600983015467ffffffffffffffff1615156111d857610007565b8c604051808280519060200190808383829060006004602084601f0104600302600f01f150905001915050604051809103902095508550602091505b8b518211611248578b8201519450848610156112585760408051968752602087018690528051968790030190952094611273565b600b830154861461127f57610007565b60408051868152602081019790975280519687900301909520945b60209190910190611214565b600c830180546001810180835582818380158290116112e0576003028160030283600052602060002091820191016112e091905b8082111561136357805467ffffffffffffffff1916815560006001820181905560028201556003016112b3565b5050506000928352506020808320604080516060810182528e81528084018e905281018c905260039390930201805467ffffffffffffffff191660c060020a9d8e029d909d049c909c178c556001808d019b909b556002909b018990559781529e890190985250505091909920805460ff19169092179091555050505050505050565b5090565b865460028801548891439101101561137e57610007565b600488015488908890600160a060020a038083169116141561139f57610007565b60048a0154600160a060020a038a8116911614156113bc57610007565b60068a01965086955060138a01945061061f8a87878b6105b0565b6000ff5b600093505b50505092915050565b8054600160a060020a03868116911614156113db578154600160a060020a031693506113e0565b600093508392505b505094509492505050565b848860050160009054906101000a9004600160a060020a0316600160a060020a03166370a08231896000604051602001526040518260e060020a0281526004018082600160a060020a03168152602001915050602060405180830381600087803b156100075760325a03f11561000757505060405151919091101590506114a957610007565b50600687018054600160a060020a038881169116146114e05750601387018054600160a060020a038881169116146114e057610007565b6005880154604080516000602091820181905282517f23b872dd000000000000000000000000000000000000000000000000000000008152600160a060020a038c811660048301528b81166024830152604482018b9052935193909416936323b872dd936064808301949391928390030190829087803b156100075760325a03f1156100075750506040515194505060018415151415611410576001808201805487019081905590890154909350151561159b574360018901555b60019350611418565b8054600160a060020a038681169116141561007f57600381015493506113e0565b60018401549091506401000000000267ffffffffffffffff821610806116025750600183810154016401000000000267ffffffffffffffff821610155b1561160c57610007565b88516041901161161b57610007565b604080516020808201835260008083528351808301855281815284519283019094528082528c5161167c948e9493604019830192919084808080806117618c8a8a5b604080516020810190915260008082528451839010156118b057610007565b8c549198509650600160a060020a03808816911614156116c0578a94505b600c890151600986015490945067ffffffffffffffff908116908516116116dd57610007565b8954600160a060020a038781169116141561007f5789945061169a565b61172d85886000816000815181101561000757016020015160f860020a908190048102049050600581141561184e5761187d83836000600060006000600060008651609c14151561195f57610007565b50509154600160a060020a03169998505050505050505050565b5050506008810151602882015160488301515b9193909250565b965061176f8c60008b61165d565b9550855085604051808280519060200190808383829060006004602084601f0104600302600f01f1509050019150506040518091039020945084506117d387602081015160408201516041830151600116601b81101561175a57601b019193909250565b6040805160008181526020808301845291830181905282518b815260ff851681840152808401879052606081018690529251959850939650919450600193608080830194601f198301938390039091019190866161da5a03f115610007575050604051601f190151959c959b50949950505050505050505050565b80600714156118825761187d838360006000600060006000600060006000885161010c1415156119ff57610007565b505050565b806008141561007f5761187d838360006000600060006000600060006000885160c4141515611ac357610007565b60008410156118be57610007565b8383036040518059106118ce5750595b9080825280602002602001820160405280156118e5575b5091508390505b8281101561195757848181518110156100075790602001015160f860020a900460f860020a02828583038151811015610007579060200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053506001016118ec565b509392505050565b50505050600c8301516028840151603c850151605c860151607c870151609c9097015160098901805467ffffffffffffffff191660c060020a96870296909604959095176801000000000000000060e060020a031916604060020a606060020a9586028690040217909455600a88018054600160a060020a03191692840293909304919091179091556003860155600b8501939093555050600790910155565b50505050600c850151601c86015160308701516044880151608c89015160ac8a015160cc8b015160ec909b015160098d01805467ffffffffffffffff90971660088f015567ffffffffffffffff1990961660c060020a97880297909704969096176801000000000000000060e060020a031916604060020a606060020a9586028690040217909455600a8b018054600160a060020a0319169284029390930491909117909155600b8901556006880155600387019590955550505050600490910155565b50505050600c850151601c86015160308701516044880151606489015160848a015160a48b015160c4909b015160098d01805467ffffffffffffffff90971660088f015567ffffffffffffffff1990961660c060020a97880297909704969096176801000000000000000060e060020a031916604060020a606060020a9586028690040217909455600a8b018054600160a060020a0319169284029390930491909117909155600b890155600388015560048701959095555050505060069091015556', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _create_ data=1c348d938d143347a0524bf60b13be33c4d05410 result=1 gas_remained=1216396
DEBUG:eth.pb.tx TX APPLIED data=1c348d938d143347a0524bf60b13be33c4d05410 result=1 gas_remained=1216396
DEBUG:eth.pb.tx TX SUCCESS data=1c348d938d143347a0524bf60b13be33c4d05410
DEBUG:eth.chain.tx deserialized tx tx=f24bdd93
INFO:raiden.tests.utils.tester_client Creating contract ChannelManagerLibrary
DEBUG:eth.chain.tx deserialized tx tx=bc111bcf
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 1, 'hash': '043d83067bb8e4dace7bf7d1eb59f7c7301d70aad22f227910104113519a1240', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '', 's': 8932371438511088132952207017412235297562332545922306710847304898498250337307L, 'r': 113027786173303413723911650108652428417881774907472888577642059984930209403472L, 'v': 27, 'data': '6060604052610dcc806100126000396000f36504044633f3de50606060405260e060020a6000350463378abd7b8114610031578063d5c95d6514610096575b610007565b6101246004356024356044356000600061014084845b600081600160a060020a031683600160a060020a031610156101a5575060408051606060020a600160a060020a0380861682028352841602601482015290519081900360280190205b92915050565b6101246004356024356044356064356001840154604051600091600160a060020a031690859085908590610bdc806101f08339018085600160a060020a0316815260200184600160a060020a0316815260200183600160a060020a03168152602001828152602001945050505050604051809103906000f08015610007579050808560006101628787610047565b60408051600160a060020a039092168252519081900360200190f35b60009081526020959095525050604090922054600160a060020a031692915050565b81526020810191909152604001600020805473ffffffffffffffffffffffffffffffffffffffff1916606060020a92830292909204919091179055949350505050565b81600160a060020a031683600160a060020a0316111561002c575060408051606060020a600160a060020a038085168202835285160260148201529051908190036028019020610090566060604052604051608080610bdc833960e06040529051905160a05160c051806006811015602b576002565b82600160a060020a031684600160a060020a031614156048576002565b5060068054600160a060020a03199081166c0100000000000000000000000095860286900417909155601380548216938502859004939093179092556005805490921693830292909204929092179091556000908155610b2f9081906100ad90396000f3606060405236156100b95760e060020a6000350463080c8a8381146100c65780630c467fa6146102c357806311da60b41461036357806328aa52571461042157806353af5d101461057f578063597e1fb5146105975780635f88eade146105a75780636d2381b3146105b757806373d4a13a1461064b5780637ebdc478146106755780638f775839146106855780639d76ea5814610695578063b6b55f25146106ae578063f2eec570146107cf578063f3b77f301461086f575b3461000257610a6f610002565b3461000257610a6f6004808035906020019082018035906020019191908080601f01602080910402602001604051908101604052809392919081815260200183838082843750506040805160208835808b0135601f810183900483028401830190945283835297999860449892975091909101945090925082915084018382808284375094965050933593505050506000600050731c348d938d143347a0524bf60b13be33c4d05410634d39681c9091338686866040518660e060020a0281526004018086815260200185600160a060020a031681526020018060200180602001846000191681526020018381038352868181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156102095780820380516001836020036101000a031916815260200191505b508381038252858181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156102625780820380516001836020036101000a031916815260200191505b5097505050505050505060006040518083038186803b156100025760325a03f4156100025750506040805183815290517f0189f8214e0aebd889130b721db4e72775bcbcc492ceb99a9b3c2beddb71d76592509081900360200190a1505050565b3461000257610a71600435604080516000602091820181905282517f8939d37a00000000000000000000000000000000000000000000000000000000815260048101829052600160a060020a038516602482015292519092731c348d938d143347a0524bf60b13be33c4d0541092638939d37a92604480840193829003018186803b156100025760325a03f415610002575050604051519150505b919050565b3461000257610a6f604080517f44041d01000000000000000000000000000000000000000000000000000000008152600060048201819052600160a060020a03331660248301529151731c348d938d143347a0524bf60b13be33c4d05410926344041d019260448082019391829003018186803b156100025760325a03f41561000257505060035460408051918252517ffe501c6f860c82db0609c0e0e7571f4a08c991e3b653cb35a7f105c84caccb9992509081900360200190a1565b3461000257610a6f6004808035906020019082018035906020019191908080601f016020809104026020016040519081016040528093929190818152602001838380828437509496505050505050506000600050731c348d938d143347a0524bf60b13be33c4d05410635ddd7922909133846040518460e060020a0281526004018084815260200183600160a060020a03168152602001806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156105145780820380516001836020036101000a031916815260200191505b5094505050505060006040518083038186803b156100025760325a03f41561000257505060408051600160a060020a033316815243602082015281517f606ec65dd9031d6711dbcc3a0eb7bcf85eae9eb99595b47997b1a50cfc5cef5a93509081900390910190a150565b3461000257610a71600454600160a060020a03165b90565b3461000257610a8d600254610594565b3461000257610a8d600154610594565b3461000257610a9f60006000600060006000600050731c348d938d143347a0524bf60b13be33c4d05410639b3b5a0b90916000604051608001526040518260e060020a0281526004018082815260200191505060806040518083038186803b156100025760325a03f41561000257505060408051805160208201519282015160609092015190989297509095509350915050565b3461000257610adc600054600154600254600354600454600554600160a060020a03918216911686565b3461000257610a8d600054610594565b3461000257610a8d600354610594565b3461000257610a71600554600160a060020a0316610594565b3461000257610b1b60043560408051600090820181905281517fbe4eec9500000000000000000000000000000000000000000000000000000000815260048101829052600160a060020a03338116602483015230166044820152606481018490528251919283928392731c348d938d143347a0524bf60b13be33c4d054109263be4eec9592608480840193829003018186803b156100025760325a03f4156100025750506040518051602090910151909350915050600182151514156107c85760055460015460408051600160a060020a0393841681523390931660208401528281018490526060830191909152517ffdbb5aee5d86223b95ec2a3ef27bf36cdb0a4ae42a4823bdd7c091f143dbf83d9181900360800190a15b5092915050565b3461000257610a8d600435604080516000602091820181905282517fd9d16af800000000000000000000000000000000000000000000000000000000815260048101829052600160a060020a038516602482015292519092731c348d938d143347a0524bf60b13be33c4d054109263d9d16af892604480840193829003018186803b156100025760325a03f41561000257505060405151915061035e9050565b3461000257610a6f6004808035906020019082018035906020019191908080601f01602080910402602001604051908101604052809392919081815260200183838082843750506040805160208835808b0135601f81018390048302840183019094528383529799986044989297509190910194509092508291508401838280828437509496505050505050506000600050731c348d938d143347a0524bf60b13be33c4d054106319947bb690913385856040518560e060020a0281526004018085815260200184600160a060020a0316815260200180602001806020018381038352858181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156109a55780820380516001836020036101000a031916815260200191505b508381038252848181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156109fe5780820380516001836020036101000a031916815260200191505b50965050505050505060006040518083038186803b156100025760325a03f41561000257505060025460408051600160a060020a0333168152602081019290925280517f770342ee36990141b5b1f4b3b41a184d7968647ac7f0dbfd2d86d566c468027d9350918290030190a15050565b005b60408051600160a060020a039092168252519081900360200190f35b60408051918252519081900360200190f35b6040518085600160a060020a0316815260200184815260200183600160a060020a0316815260200182815260200194505050505060405180910390f35b604080519687526020870195909552858501939093526060850191909152600160a060020a0390811660808501521660a0830152519081900360c00190f35b604080519115158252519081900360200190f3', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _create_ data=bdeec64a315fcf20ba6ec609e3960df58b60db3a result=1 gas_remained=2153899
DEBUG:eth.pb.tx TX APPLIED data=bdeec64a315fcf20ba6ec609e3960df58b60db3a result=1 gas_remained=2153899
DEBUG:eth.pb.tx TX SUCCESS data=bdeec64a315fcf20ba6ec609e3960df58b60db3a
DEBUG:eth.chain.tx deserialized tx tx=043d8306
INFO:raiden.tests.utils.tester_client Creating contract Registry
DEBUG:eth.chain.tx deserialized tx tx=cab12571
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 2, 'hash': '9b2c93507e8308ddd563b09af82a537d615c8f0ca15d0bfa46962b6635517fa3', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '', 's': 55554149060643057334189638748259971187154725615774237783443923659532528686895L, 'r': 71654527482395532650270307071356423118703785493917762686687326955777265491017L, 'v': 27, 'data': '6060604052611150806100126000396000f3606060405236156100565760e060020a6000350463038defd7811461006357806325119b5f146100895780634f64b2be146100bd578063640191e2146100ef578063a9989b93146101b9578063d48bfca714610228575b346100025761025f610002565b3461000257610261600435600060208190529081526040902054600160a060020a031681565b3461000257600160a060020a036004358181166000908152602081905260408120546102619383911615156102c757610002565b346100025761026160043560018054829081101561000257600091825260209091200154600160a060020a0316905081565b34610002576040805160208082018352600080835283519182018452808252600154935161027d949192839290918059106101275750595b90808252806020026020018201604052801561013e575b506000935090505b6001548310156102e757600180548490811015610002576000918252602080832090910154600160a060020a03908116808452918390526040909220548351919450909116908290859081101561000257600160a060020a03909216602092830290910190910152600190920191610146565b34610002576040805160208082018352600082526001805484518184028101840190955280855261027d949283018282801561021e57602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311610200575b5050505050905090565b3461000257600160a060020a036004358181166000908152602081905260408120546102619382918291859116156102ee57610002565b005b60408051600160a060020a039092168252519081900360200190f35b60405180806020018281038252838181518152602001915080519060200190602002808383829060006004602084601f0104600302600f01f1509050019250505060405180910390f35b5050600160a060020a039081166000908152602081905260409020541690565b9392505050565b84604051610d18806104388339018082600160a060020a03168152602001915050604051809103906000f0801561000257600160a060020a0386166000908152602081905260409020805473ffffffffffffffffffffffffffffffffffffffff19166c010000000000000000000000008381020417905560018054808201808355929550909182818380158290116103a7576000838152602090206103a79181019083015b808211156104345760008155600101610393565b50505060009283525060209182902001805473ffffffffffffffffffffffffffffffffffffffff19166c010000000000000000000000008881020417905560408051600160a060020a03808916825286169281019290925280517fdffbd9ded1c09446f09377de547142dcce7dc541c8b0b028142b1eba7026b9e79281900390910190a150909392505050565b5090566060604052604051602080610d18833950608060405251600180546c0100000000000000000000000080840204600160a060020a031990911617905550610cce8061004a6000396000f3606060405236156100565760e060020a60003504630b74b6208114610064578063238bfba2146101925780636785b500146101a25780636cb30fee146102135780639d76ea581461029d578063f26c6aed146102b6575b346100025761036a5b610002565b346100025761036c60408051602081810183526000808352835191820184528082526002805494519394919384938493849384939102908059106100a55750595b9080825280602002602001820160405280156100bc575b506000965086955090505b6002548610156103d257600280548790811015610002576000918252602080832090910154600160a060020a0390811680845260049092526040909220548351919650909116908290879081101561000257600160a060020a03928316602091820290920181019190915290851660009081526004909152604090206001958601950160009054906101000a9004600160a060020a03168186815181101561000257600160a060020a03909216602092830290910190910152600194909401936001909501946100c7565b34610002576103b66004356102cd565b34610002576040805160208082018352600082526002805484518184028101840190955280855261036c949283018282801561020757602002820191906000526020600020905b8154600160a060020a031681526001909101906020018083116101e9575b50939450505050505b90565b346100025761036c60043560408051602081810183526000808352600160a060020a0385168152600382528390208054845181840281018401909552808552929392909183018282801561029057602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311610272575b505050505090505b919050565b34610002576103b6600154600160a060020a0316610210565b34610002576103b660043560243560006000610438845b604080516000602091820181905282517f378abd7b00000000000000000000000000000000000000000000000000000000815260048101829052600160a060020a033381166024830152851660448201529251909273bdeec64a315fcf20ba6ec609e3960df58b60db3a9263378abd7b92606480840193829003018186803b156100025760325a03f4156100025750506040515191506102989050565b005b60405180806020018281038252838181518152602001915080519060200190602002808383829060006004602084601f0104600302600f01f1509050019250505060405180910390f35b60408051600160a060020a039092168252519081900360200190f35b9695505050505050565b505060408051600160a060020a03808516825233811660208301528616818301526060810185905290517f7bd269696a33040df6c111efd58439c9c77909fcbe90f7511065ac277e175dac9181900360800190a15b5092915050565b9050600160a060020a03811615610523576104698160006107fb81836000813b818111156104315760019150610431565b1561047357610002565b6105233385836000600060006000600060006000600060005073bdeec64a315fcf20ba6ec609e3960df58b60db3a63378abd7b90918c8c6000604051602001526040518460e060020a0281526004018084815260200183600160a060020a0316815260200182600160a060020a03168152602001935050505060206040518083038186803b156100025760325a03f41561000257505060405151600160a060020a03161515905061080257610002565b604080516000602091820181905282517fd5c95d650000000000000000000000000000000000000000000000000000000081526004810191909152600160a060020a0333811660248301528716604482015260648101869052915173bdeec64a315fcf20ba6ec609e3960df58b60db3a9263d5c95d65926084808301939192829003018186803b156100025760325a03f415610002575050604051516002805460018101808355929550909250908281838015829011610604576000838152602090206106049181019083015b8082111561068657600081556001016105f0565b50505060009283525060208083209091018054600160a060020a031916606060020a86810204179055600254600160a060020a0380861684526006835260408085206000199093019092553316835260039091529020805460018101808355828183801582901161068a5760008381526020902061068a9181019083016105f0565b5090565b50505060009283525060208083209091018054600160a060020a031916606060020a8681020417905533600160a060020a039081168352600380835260408085205460058552818620938a16865292845280852060001990930190925590915290208054600181018083558281838015829011610718576000838152602090206107189181019083016105f0565b50505060009283525060208083209091018054600160a060020a031916606060020a86810204179055600160a060020a03868116808452600383526040808520546005855281862033851680885290865282872060001990920190915581518083018084529181528086019390935292871685526004909352919092209160028301919083905b828111156107d55782518254600160a060020a031916606060020a9182029190910417825560209092019160019091019061079f565b506103dc9291505b80821115610686578054600160a060020a03191681556001016107dd565b9050610298565b600160a060020a03808b166000818152600360209081526040808320948e1680845281842085855260058085528386209286529184528285205491845282852095855294909252909120548354939a50919850965094508790600019810190811015610002576000918252602090912001548754600160a060020a0390911693508390889087908110156100025760009182526020909120018054600160a060020a031916606060020a928302929092049190911790558654600019810180895588908280158290116108e6576000838152602090206108e69181019083016105f0565b50505050600160a060020a038a811660009081526005602090815260408083208785168452909152808220889055918b1681529081205585548690600019810190811015610002576000918252602090912001548654600160a060020a0390911692508290879086908110156100025760009182526020909120018054600160a060020a031916606060020a928302929092049190911790558554600019810180885587908280158290116109ac576000838152602090206109ac9181019083016105f0565b50505050600160a060020a038981166000908152600560209081526040808320868516845282528083208890558d84168352808320839055928b16825260069052205460028054919250906000198101908110156100025760009182526020909120015460028054600160a060020a039092169183908110156100025760009182526020909120018054600160a060020a031916606060020a92830292909204919091179055600280546000198101808355909190828015829011610a8257600083815260209020610a829181019083016105f0565b5050505080600660005060006002600050848154811015610002576000918252602080832090910154600160a060020a0390811684528382019490945260409283018220949094558b8316815260068452818120819055918d16825260038352812089548154818355828452939092209092810191908a8215610b265760005260206000209182015b82811115610b26578254825591600101919060010190610b0b565b50610b329291506107dd565b5050600160a060020a03891660009081526003602090815260408220885481548183558285529290932090929181019190898215610b915760005260206000209182015b82811115610b91578254825591600101919060010190610b76565b50610b9d9291506107dd565b50610bff905060008b8b60008381610c508585600081600160a060020a031683600160a060020a03161015610c83575060408051606060020a600160a060020a0380861682028352841602601482015290519081900360280190205b92915050565b60408051600160a060020a03808d1682528b16602082015281517fda8d2f351e0f7c8c368e631ce8ab15973e7582ece0c347d75a5cff49eb899eb7929181900390910190a150505050505050505050565b815260208101919091526040016000208054600160a060020a031916606060020a92830292909204919091179055505050565b81600160a060020a031683600160a060020a0316111561005f575060408051606060020a600160a060020a038085168202835285160260148201529051908190036028019020610bf956', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _create_ data=29d73fd964f1d5a9b2ba668c4ac31c61744a1b21 result=1 gas_remained=1914182
DEBUG:eth.pb.tx TX APPLIED data=29d73fd964f1d5a9b2ba668c4ac31c61744a1b21 result=1 gas_remained=1914182
DEBUG:eth.pb.tx TX SUCCESS data=29d73fd964f1d5a9b2ba668c4ac31c61744a1b21
DEBUG:eth.chain.tx deserialized tx tx=9b2c9350
INFO:raiden.tests.utils.tester_client Deploying "HumanStandardToken.sol" contract
INFO:raiden.tests.utils.tester_client Deploying dependencies: ['HumanStandardToken']
INFO:raiden.tests.utils.tester_client Creating contract HumanStandardToken
DEBUG:eth.chain.tx deserialized tx tx=24ab5d64
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 3, 'hash': '743de8489ed05659a20b6e44966f290f5c151d65eec80a1a85831535b17af33f', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '', 's': 17153249887968324609798075860494279731340424324582685347230194740930896251918L, 'r': 108465532114915528749433872002154227485235956404167533752689972951788822546480L, 'v': 28, 'data': '60a060405260046060527f48302e31000000000000000000000000000000000000000000000000000000006080526006805460008290527f48302e310000000000000000000000000000000000000000000000000000000882556100b5907ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f602060026001841615610100026000190190931692909204601f01919091048101905b8082111561018357600081556001016100a1565b50506040516109f33803806109f383398101604052808051906020019091908051820191906020018051906020019091908051820191906020015050600160a060020a033316600090815260208181526040822086905560028681558551600380549481905293601f600019610100600184161502019091169290920482018390047fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b908101939192909188019083901061018757805160ff19168380011785555b506101b79291506100a1565b5090565b82800160010185558215610177579182015b82811115610177578251826000505591602001919060010190610199565b50506004805460ff19167f010000000000000000000000000000000000000000000000000000000000000084810204179055805160058054600082905290917f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0602060026101006001861615026000190190941693909304601f90810184900482019386019083901061025d57805160ff19168380011785555b5061028d9291506100a1565b82800160010185558215610251579182015b8281111561025157825182600050559160200191906001019061026f565b505050505050610752806102a16000396000f36060604052361561008d5760e060020a600035046306fdde03811461009a578063095ea7b3146100ff57806318160ddd1461017857806323b872dd14610186578063313ce5671461027f57806354fd4d501461029057806370a08231146102f557806395d89b4114610328578063a9059cbb1461038d578063cae9ca5114610436578063dd62ed3e146105e6575b346100025761061f610002565b346100025761062160038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281529291908301828280156106e45780601f106106b9576101008083540402835291602001916106e4565b346100025761068f600435602435600160a060020a03338116600081815260016020908152604080832094871680845294825280832086905580518681529051929493927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929181900390910190a35060015b92915050565b346100025761031660025481565b346100025761068f600435602435604435600160a060020a0383166000908152602081905260408120548290108015906101e75750600160a060020a0380851660009081526001602090815260408083203390941683529290522054829010155b80156101f35750600082115b156106ec57600160a060020a0380841660008181526020818152604080832080548801905588851680845281842080548990039055600183528184203390961684529482529182902080548790039055815186815291519293927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35060016106f0565b34610002576106a360045460ff1681565b346100025761062160068054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281529291908301828280156106e45780601f106106b9576101008083540402835291602001916106e4565b3461000257600160a060020a03600435166000908152602081905260409020545b60408051918252519081900360200190f35b346100025761062160058054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281529291908301828280156106e45780601f106106b9576101008083540402835291602001916106e4565b346100025761068f600435602435600160a060020a0333166000908152602081905260408120548290108015906103c45750600082115b156106f757600160a060020a0333811660008181526020818152604080832080548890039055938716808352918490208054870190558351868152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a3506001610172565b3461000257604080516020600460443581810135601f810184900484028501840190955284845261068f9482359460248035956064949293919092019181908401838280828437509496505050505050506000826001600050600033600160a060020a03168152602001908152602001600020600050600086600160a060020a031681526020019081526020016000206000508190555083600160a060020a031660405180807f72656365697665417070726f76616c28616464726573732c75696e743235362c81526020017f616464726573732c627974657329000000000000000000000000000000000000815260200150602e019050604051809103902060e060020a9004338530866040518560e060020a0281526004018085600160a060020a0316815260200184815260200183600160a060020a031681526020018280519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156105be5780820380516001836020036101000a031916815260200191505b509450505050506000604051808303816000876161da5a03f19250505015156106ff57610002565b3461000257610316600435602435600160a060020a03808316600090815260016020908152604080832093851683529290522054610172565b005b60405180806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156106815780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b604080519115158252519081900360200190f35b6040805160ff9092168252519081900360200190f35b820191906000526020600020905b8154815290600101906020018083116106c757829003601f168201915b505050505081565b5060005b9392505050565b506000610172565b83600160a060020a031633600160a060020a03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925856040518082815260200191505060405180910390a35060016106f05600000000000000000000000000000000000000000000000000000000000004b60000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000672616964656e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000025264000000000000000000000000000000000000000000000000000000000000', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _create_ data=71eac56425e2337ab10ddd51551cf68b1b84a0b5 result=1 gas_remained=2428450
DEBUG:eth.pb.tx TX APPLIED data=71eac56425e2337ab10ddd51551cf68b1b84a0b5 result=1 gas_remained=2428450
DEBUG:eth.pb.tx TX SUCCESS data=71eac56425e2337ab10ddd51551cf68b1b84a0b5
DEBUG:eth.chain.tx deserialized tx tx=743de848
DEBUG:eth.chain.tx deserialized tx tx=8452d4aa
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 4, 'hash': '3029fe4ffe6e2c83248661b4fae6de8f7a0c0e372ac9f95da70deed750b00089', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 17343826393512243033148135217689960413055776081620069318072193749626688857888L, 'r': 7569401168033820649975159031733721113407542028133228688777814547934094660376L, 'v': 27, 'data': 'd48bfca700000000000000000000000071eac56425e2337ab10ddd51551cf68b1b84a0b5', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=2347188
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=2347188
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L]
DEBUG:eth.chain.tx deserialized tx tx=3029fe4f
DEBUG:eth.chain.tx deserialized tx tx=9c35e5e0
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 5, 'hash': '76e26d9d39b3e8f169a1b3de8648376ab188c5d814a95bd443c196d2a68c5fee', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 18558947553529304610771089644658815792975310979009465283890254077652124140097L, 'r': 43434103429991145970760383091652153329071471926518725797791903497091049022867L, 'v': 28, 'data': 'a9059cbb000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb000000000000000000000000000000000000000000000000000000000000025b', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3090925
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3090925
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.chain.tx deserialized tx tx=76e26d9d
DEBUG:eth.chain.tx deserialized tx tx=0dbd8efa
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 6, 'hash': '8936d33fcef42f808d03e448e3e4262e077c1ad97adf158e972a2686b5cd8fbf', 'sender': '8d2333af216c296834d968d1af88ff812061eabd', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 16883432628059673265336552579101424905459206469467073531835679665325335051668L, 'r': 1303176370892789186854407510918323192133067254629719155609961694339010257827L, 'v': 28, 'data': 'a9059cbb000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515000000000000000000000000000000000000000000000000000000000000025b', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3090989
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3090989
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.pb.tx Refunding gas_refunded=15000
DEBUG:eth.chain.tx deserialized tx tx=8936d33f
DEBUG:eth.chain.tx deserialized tx tx=10d53969
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 0, 'hash': 'd36802e66b6e92cc047b894a6b3760581d978c17e6d590d9f2dac055b6b4c342', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 44433886573534680678699764656491285313650821447799891972837631017004287970484L, 'r': 62327189353923624203386662279955219456328881888671126449978164940869463117290L, 'v': 28, 'data': '25119b5f00000000000000000000000071eac56425e2337ab10ddd51551cf68b1b84a0b5', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118310
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118310
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L]
DEBUG:eth.chain.tx deserialized tx tx=d36802e6
DEBUG:eth.chain.tx deserialized tx tx=19696779
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 1, 'hash': 'bc5175a7d7198edb0bb3dbabf14e64a3952222396a045d582bee1337fc92f339', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 42785799104216252175971012871381553662223704943581687671891404194397304404989L, 'r': 109343905785317545077503434646029971125576373449945932463962921313829428689400L, 'v': 27, 'data': 'f26c6aed000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb000000000000000000000000000000000000000000000000000000000000001e', 'gasprice': 1}
DEBUG:eth.pb.msg CONTRACT CREATION
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=2229567
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=2229567
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L]
DEBUG:eth.chain.tx deserialized tx tx=bc5175a7
DEBUG:eth.chain.tx deserialized tx tx=cd657579
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 2, 'hash': 'aa36162c6a71bac0c88b11b97a71f29fe4d767289dd15ac459b1ddea794371b5', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 47833621374739304526582882409619795314368728877332409846070008418146611672724L, 'r': 91977028612056338561821990844585761126960853878615342219459647448241783713034L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=aa36162c
DEBUG:eth.chain.tx deserialized tx tx=bccefe9e
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 3, 'hash': 'ce37b3d957452d9a285a46d334179f7986ced3f6ce56a67875926467051f767e', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 34669594962040545676160324956097298032762865873788498884862606764508309213341L, 'r': 50596702268645398909536418563706149336525218548281583506903546974380701379969L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=ce37b3d9
DEBUG:eth.chain.tx deserialized tx tx=e1d33562
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 4, 'hash': '688b92e33e9c4eb5a59f3b0242caf41253da2b7c84f65f196a72ff6a07ecb9ba', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 25850267905005177782941937839760683719136589370987825900266411029068370912086L, 'r': 8159435512614110148780129689349574589538022938811452968963910085794668230622L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=688b92e3
DEBUG:eth.chain.tx deserialized tx tx=b586a55e
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 5, 'hash': '4f585c9d0c610a544ed8ac54e2b706ea1ee4df6258a78e05e9af1c24bdeb807d', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 35435001447096478519434681113727036900548147326604515936762490992005941203714L, 'r': 44773492165523876404895804989014525196397891680990554320676174324856127938311L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=4f585c9d
DEBUG:eth.chain.tx deserialized tx tx=534a7a0f
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 6, 'hash': '414c6f2b436162941f859e08e88c840cd372c9e00cb8db90413ef65a1af78e7a', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 40136929594927818320638373966499909570583995543819092674633995823122554202981L, 'r': 73051135607728551861676265452640147214593505946782668006636459308653266306759L, 'v': 27, 'data': '70a08231000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91]
DEBUG:eth.chain.tx deserialized tx tx=414c6f2b
DEBUG:eth.chain.tx deserialized tx tx=10b2d354
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 7, 'hash': 'd404c37bb8c0db3d0214f6e98d2d613b9579ae6e2447f197eb691caa9355ca06', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 20601745809249479168127468790883105958130738970127592153468223415792197665876L, 'r': 14388889462619981071815501674529774738982197090718668071511449186065263178028L, 'v': 27, 'data': '095ea7b3000000000000000000000000cd2bcfb8f07f6056bbad74836d5c82fa9f14e98400000000000000000000000000000000000000000000000000000000000000c8', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3096478
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3096478
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.chain.tx deserialized tx tx=d404c37b
DEBUG:eth.chain.tx deserialized tx tx=492c636d
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 8, 'hash': 'bc177e287473c3abd822a4629b070653977cd3bc42bcb4c6e97336ad5884edb5', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 4947214096497611267429113214342046275756399735572351951689262212549948972752L, 'r': 83135858932863629218493243446008571892295423273483118229218310147504658145833L, 'v': 27, 'data': '9d76ea58', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119769
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119769
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=bc177e28
DEBUG:eth.chain.tx deserialized tx tx=c917b795
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 9, 'hash': '716c20d62635469d6eac49b5c0c08f15c6f50dc77aa7a18e4fdd993dd83780f1', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 16628579299508421045499269528712718516530347880392591967296619020467466327823L, 'r': 9766505455118023438607684580295642172886022755613411094016729315501959283389L, 'v': 28, 'data': '70a08231000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91]
DEBUG:eth.chain.tx deserialized tx tx=716c20d6
DEBUG:eth.chain.tx deserialized tx tx=11a7bd8f
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 10, 'hash': '896afa7a97896f6896e688cbd6e514dcb00ea949e3fe0e8a3304ed4f8405bc8b', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 51013940771467096060275406560815751263087923285248121301863480245003352980354L, 'r': 13069131319495896649443992173011583620368308324100737524802591001014622464083L, 'v': 27, 'data': 'b6b55f2500000000000000000000000000000000000000000000000000000000000000c8', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3041963
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3041963
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.pb.tx Refunding gas_refunded=15000
DEBUG:eth.chain.tx deserialized tx tx=896afa7a
DEBUG:eth.chain.tx deserialized tx tx=3e2ae134
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 11, 'hash': '55627f55f8018a391720f187e4764034fa185f3efbabf896ffe5be11c3253ef6', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 26451490468042274921356878729749282243643168147422167649079940054042707010204L, 'r': 109255114935792658286390598526240960385912742316322875474864952594819103444322L, 'v': 27, 'data': '70a08231000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147] result=1 gas_remained=3118524
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147]
DEBUG:eth.chain.tx deserialized tx tx=55627f55
DEBUG:eth.chain.tx deserialized tx tx=1e3ffa08
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 12, 'hash': '0d4ca9d760f97c5257d56540720695be07476af3827e3fba2e6d5f3e77b166c9', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 49016788333627181216859515428186308499998618616841695010899763257508274837425L, 'r': 81119490172790661021032929077759956562493557161986926510801407445990222743377L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=0d4ca9d7
DEBUG:eth.chain.tx deserialized tx tx=196d6f18
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 0, 'hash': '93eaea98e745661a1f9fde30f090da5995e2de2bf311cc3ee33a15b0e2ec9a3a', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 55123286493123653572308363561135896334696013910038710540130698674806977407918L, 'r': 35499267113408209494243724664367482042052323028638465252525353956656391083967L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=93eaea98
DEBUG:eth.chain.tx deserialized tx tx=2302d25e
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 1, 'hash': 'c49b8e424dee97b8711ee74ea31ef4be580af34916875d27b5912c2f43660fb0', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 30521104084767343534211356272052174336350293449855216707589867313862643272220L, 'r': 13479718200921272575070481695964959950709343418754412870571278850568574528497L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=c49b8e42
DEBUG:eth.chain.tx deserialized tx tx=be245ae8
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 2, 'hash': 'c638514a89dc19b423a13b3d23fa3282c812cd5f105b3ef447a5bc699b0545b2', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 54569399584260202244181119680316553362345422246654440715974984345268135272997L, 'r': 96906251566880945194190434032040046920899912339011610729985582464886351588659L, 'v': 28, 'data': '70a08231000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91]
DEBUG:eth.chain.tx deserialized tx tx=c638514a
DEBUG:eth.chain.tx deserialized tx tx=0d45a65b
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 3, 'hash': '1a877222c9c79993552a851a470477e18c0fea329aa75425409e875f1f15ecff', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 25001675663276673844054595168831097058339481916257561248010556692459860720239L, 'r': 45308623867427832256376010142496078706149047900202735388556585378646408119731L, 'v': 27, 'data': '095ea7b3000000000000000000000000cd2bcfb8f07f6056bbad74836d5c82fa9f14e98400000000000000000000000000000000000000000000000000000000000000c8', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3096478
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3096478
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.chain.tx deserialized tx tx=1a877222
DEBUG:eth.chain.tx deserialized tx tx=0d390690
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 4, 'hash': 'dad6340da292aa070b584ba8d8daa3bc3fb6b693ac5cb9136317aba29839ebe0', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 14551515954557517868307749304166596163957501679219005030237549367275878978189L, 'r': 65163491653587773500597799793226357184241662518742896326052343476946918395137L, 'v': 27, 'data': '9d76ea58', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119769
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119769
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=dad6340d
DEBUG:eth.chain.tx deserialized tx tx=67f1cdc8
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 5, 'hash': '9b6a33fa906830e5347738326251b4d62decaebbb6272f6cd8586d561c44f589', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 54149052035646220131070642486790531863175213180781061880771932073074166777136L, 'r': 99014023659578840411155054075792807582238375050470006876861639556604008327503L, 'v': 27, 'data': '70a08231000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 91]
DEBUG:eth.chain.tx deserialized tx tx=9b6a33fa
DEBUG:eth.chain.tx deserialized tx tx=acef852a
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 6, 'hash': 'a85101eb7863eb7d7c4ea5091f5a7575e6a62769c2d28bf11338c2227a5c0990', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 21467913819018611391397909192397310816301141427731307580936244640680063151340L, 'r': 8792742804739593604380637991141735576005910603566136684081635732553943914138L, 'v': 28, 'data': 'b6b55f2500000000000000000000000000000000000000000000000000000000000000c8', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3076847
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] result=1 gas_remained=3076847
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
DEBUG:eth.pb.tx Refunding gas_refunded=15000
DEBUG:eth.chain.tx deserialized tx tx=a85101eb
DEBUG:eth.chain.tx deserialized tx tx=7f5ae34d
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 7, 'hash': '46b037e88363b3bad6726c44a63a5fe20f59ce7edd5911c073ff11c40f9db635', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '71eac56425e2337ab10ddd51551cf68b1b84a0b5', 's': 44715120183473450095836774797432934302445694958099368099511121928295716154924L, 'r': 62435008685995083657963774731910416514474082678632221706810307184597946313344L, 'v': 27, 'data': '70a08231000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147] result=1 gas_remained=3118460
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 147]
DEBUG:eth.chain.tx deserialized tx tx=46b037e8
DEBUG:eth.chain.tx deserialized tx tx=b76340f8
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 8, 'hash': 'c38e6d8b2a8448b6c970ba17f45c6fa2c5a238fb862e59d71d738d5acb3fb9a4', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 40650451860451028147145799820983446478008716385276449748898817902496836124465L, 'r': 105906978437190987666737540930100462872862629051035943235256720566009932840366L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=c38e6d8b
DEBUG:eth.chain.tx deserialized tx tx=c0c9b65b
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 13, 'hash': 'b7e37cd36b84f876578a34f2aeacae82ccef77cc566a4a3c68ce9041cffdbd03', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 1039920387322029867718476475019783472789473992692985671403631045165267033914L, 'r': 19118211571388545097371840483485329231408371319234970049542415829306768076616L, 'v': 28, 'data': '597e1fb5', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=e86ff0ac
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 14, 'hash': 'c38993e79b5106859647370f70bc8aeb45549e005e28ccf0b6bc273fddb47f53', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 56786153145925734854562814828837392978421565071575790225216524127831837966090L, 'r': 92961322406258002202507674725911955014202427255773592545434498121016908734813L, 'v': 27, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=a695f712
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 9, 'hash': '0f4806f9d2fefbd0c07120ef1ae277948b321cbe119470dbb8059ae2f67a93a3', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 55008587560012084498325524173960404202895747478003189532036482739856548284624L, 'r': 101002934212664463994009473420293102889550777602366494889932090681667035475334L, 'v': 28, 'data': '597e1fb5', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=32291170
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 10, 'hash': 'a981b59a2249b552e0f625987ee21cc5e4d5e831ea1be5301ca5b8ccb8920d61', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 20200389052151136399928598392704413587717781770002034606024557314188170264913L, 'r': 38388190910666815375336510563464190978280233502235795436472050343886745514104L, 'v': 28, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=f86913cc
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 15, 'hash': 'b985c83440ea7cb21179bdde8bc4bd216edc716fb552f32a4d2ceaebfee376e4', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 20740975041770486153801021233821601784544532174904916230896212485358703834309L, 'r': 66505149064280475693324506373687058470599012732375242043789532660040239997081L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=b7e37cd3
DEBUG:eth.chain.tx deserialized tx tx=c38993e7
DEBUG:eth.chain.tx deserialized tx tx=0f4806f9
DEBUG:eth.chain.tx deserialized tx tx=a981b59a
DEBUG:eth.chain.tx deserialized tx tx=b985c834
DEBUG:eth.chain.tx deserialized tx tx=f4cfe029
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 16, 'hash': 'a51274f2bccd9902d66294b21afc70890ac414bb87a3f0819865fac8c53827b9', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 16676504711704184364183250435776000939438119562223725472079128138305767015964L, 'r': 105834319175602807573939833634606609070135902208377255410478270749589141566925L, 'v': 27, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=a51274f2
DEBUG:eth.chain.tx deserialized tx tx=20ecbebc
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 11, 'hash': '1d5f59793bcf6c9621604fa08c11e131274b662841b6c356b1a4e49334255c6e', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 27925259596177098866653160594350249407910776207747056960566417914505020163126L, 'r': 66511083090223122096653241524446653900695445246689838399163153362558550558433L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=1d5f5979
DEBUG:eth.chain.tx deserialized tx tx=1e3ffa08
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 12, 'hash': '4ebf8fb2daf13a35171dc12461be3fe7b7373d03e8adb7e9d3d55ae1ff3d4b35', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 22704067893990137536508248977429294839587509375076997249634605263362227854276L, 'r': 38774453994319990086090830997613633102103218362034183832081595033061044156927L, 'v': 27, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=4ebf8fb2
DEBUG:eth.chain.tx deserialized tx tx=50c74877
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 13, 'hash': '39af58edf76e1df5031912319fd02f84d221def4447dc2eaa1c2e729766ab59c', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 49348641425681050543187879152636644446432395692841242032143069497593027872615L, 'r': 37851475053391639058118805584771998795334963105599273759673173639617996493514L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=39af58ed
DEBUG:eth.chain.tx deserialized tx tx=5df636d1
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 14, 'hash': '3e0ab8d9e35216b12012e0df14307a3424864ad3874fdde4758d43c9c83dd4e9', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 8773485611820381679487873684405230128230059647650764596158027819986615177589L, 'r': 16734500395624742724240781382240469666212961603073944447654274602857364491357L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=3e0ab8d9
DEBUG:eth.chain.tx deserialized tx tx=e9d6ff5b
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 17, 'hash': '59ce9585cc9a4a19994f47088e21587ccc6fbd9ac7f5339abb5e788421a6ec1f', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 47701448015206356700447302085696246456247494711986754978336135151414226308984L, 'r': 110352743944773330246349368987662627015019603402796378362452903833249172669220L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=59ce9585
DEBUG:eth.chain.tx deserialized tx tx=316bef89
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 18, 'hash': '8075ddb112a55b57f2ff414a56c21f997f5f49c27c7b678ffd14b82c27a8544d', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 23132410398279493928309777232643958865663532606341755567359179392466511517638L, 'r': 51300963632054068742022290653604836295442092699555811418501461568981310471710L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=8075ddb1
DEBUG:eth.chain.tx deserialized tx tx=2dfa4fc5
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 19, 'hash': 'f19caa3d812e6b393446caa68f79b1786c98f2dbddb7f888c6266cec8f893527', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 12343835708405796870424999762045907050309754642330302418720388369341966422732L, 'r': 101868451235403151897261961093241114758209341212706462996258115813378226116768L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=f19caa3d
DEBUG:eth.chain.tx deserialized tx tx=c5fd2648
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 20, 'hash': '56ba08f9de6e70144012f0460fb1af4c084ce7e47130e7c1e0988ffcf788b65f', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 9379955147117105041426542977597940871116245910476288611067821104444391298851L, 'r': 38063745110389401962256366253817582320679469789334422478648730852724493116599L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=56ba08f9
DEBUG:eth.chain.tx deserialized tx tx=f86913cc
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 15, 'hash': '7df451aba38299197d8e12ced1d14a567d4ae85d612f8900bb043eabd68d0ee1', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 32128436067338406290699432436219988086837455808426637761927384532511905152022L, 'r': 57606955266081829045491727668850597735950144003800942005016298704626670305105L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=7df451ab
DEBUG:eth.chain.tx deserialized tx tx=f4cfe029
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 16, 'hash': '703719f06e1056424386df8cbba3205c4470b59c35798d60ec854232916c0761', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 38668212698930900842651053412154428172547613462954971210957789141951751191861L, 'r': 34022570049906976004170072390094290044988502563826039358790771996717327497889L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=703719f0
DEBUG:eth.chain.tx deserialized tx tx=5a8762f2
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 21, 'hash': 'a997ebf815a40ff0ea48c00bdd3dd28ab1480175e8161fe9afb24ba73834a0db', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 9577493270999151699705134987089138851661684533722772739462402818784153699754L, 'r': 113617004159149794582216515552397414034446414055281030085372707486931653731846L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=a997ebf8
DEBUG:eth.chain.tx deserialized tx tx=665f9d65
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 22, 'hash': '4b0ba4a826bad3d4f390cd6f6029e904e9d7e28bac7233291bb1892eacde359b', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 20651139096227831569850862649145930259134410707681202186484247055214538032918L, 'r': 28947170772300774141996674798941577849018197740728874111930775096993842740515L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=4b0ba4a8
DEBUG:eth.chain.tx deserialized tx tx=e9d6ff5b
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 17, 'hash': 'cf8fe19ad52972fe28a9178523142b74e162e0220a14e07be1d04557fba1c6fc', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 39309522227780022171922066191306314205928151041090552058403513704095276903136L, 'r': 85735681487731261508108339627376501315792401335895473563034259718035517664691L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=cf8fe19a
DEBUG:eth.chain.tx deserialized tx tx=316bef89
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 18, 'hash': '9dbddd4a03d24d9eb2bfc195d4a1eae200599d943f100460ed90b37836511ffb', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 12299628190694507952731769559665583770500652405649594276499741523781513206165L, 'r': 58364840298176825080127089359765394252257843716462433568202901932196605409605L, 'v': 28, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=9dbddd4a
DEBUG:eth.chain.tx deserialized tx tx=ff8d2469
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 19, 'hash': 'f727ab4539f512aae57eaa000be5778865c5c7412343b40128ecff77df662899', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 40352172630716628290691212488405563818008738095029382186353856892701099579021L, 'r': 8793139135517269889486072879644679001153128716224221438210823076808006012088L, 'v': 28, 'data': '640191e2', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118934
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118934
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L]
DEBUG:eth.chain.tx deserialized tx tx=f727ab45
DEBUG:eth.chain.tx deserialized tx tx=2f51b01d
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 20, 'hash': '518c62e7f96e96bd06f9dbab88ae0f4463798bbe551c6009792795b04f31e350', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 54038100195915360193772608565756902005506409229589059103520530640409270070334L, 'r': 29241477722714964130171767002900370153140663674898554365869051090773244886903L, 'v': 27, 'data': '9d76ea58', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=518c62e7
DEBUG:eth.chain.tx deserialized tx tx=229c67cc
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 21, 'hash': '6e1c164e8bd9836bb6848b53f9bf1ea544c30d2ff35795301e776a7f9915c7d0', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 14419091607550325003432109202292506103265818309112447255547290385901420276971L, 'r': 75895854666999434216019953726445295618256312551282785695744840673954955490331L, 'v': 27, 'data': '6cb30fee000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=3117944
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=3117944
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L]
DEBUG:eth.chain.tx deserialized tx tx=6e1c164e
DEBUG:eth.chain.tx deserialized tx tx=a61ef26c
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 22, 'hash': '15bc1a2ee79f759e16695a4851c652e14c0285424e4d956aaea238b63e753f46', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 16614305119491085190097757223252960668780586543769771023311330855631596409729L, 'r': 21075381120612647995224403819134936981598572304535826022964342473081646578314L, 'v': 28, 'data': '9d76ea58', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=15bc1a2e
DEBUG:eth.chain.tx deserialized tx tx=5a3db661
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 23, 'hash': '81bcff1661112430aac31739220f51c97c6ea40320a68a8ee3829a38321513ed', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 17576033697517295953995208375771838838967761735137671234082504198796199254220L, 'r': 82945636199278116974377839451658380164299094374406444163703268360710725227627L, 'v': 28, 'data': '0b74b620', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L] result=1 gas_remained=3118600
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L] result=1 gas_remained=3118600
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L]
DEBUG:eth.chain.tx deserialized tx tx=81bcff16
DEBUG:eth.chain.tx deserialized tx tx=6060caf5
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 24, 'hash': '433122ebbed0baadc9c083cf7f8b4f38379ab3a2ffb90fd1590f74a55d6b58f2', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 26273434889206656974737935622623966412883619834747776969836064970574294545279L, 'r': 84218902452409472622240587593205045468406902748797513392896425730262355248688L, 'v': 27, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=433122eb
DEBUG:eth.chain.tx deserialized tx tx=5d7b26ec
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 25, 'hash': '1010b7dda561290e64d759021abd60d49382113afa104dab0155a544e5a5b4cb', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 27864059513830496685400358566702721304479488518738900047366728588466113819511L, 'r': 107024796463913578192492057679760455187127073156100513457244905622505515058895L, 'v': 27, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=1010b7dd
DEBUG:eth.chain.tx deserialized tx tx=b814983c
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 26, 'hash': '645f999905c72f304d2ab10f556462a87bdb841d060cd979eb92269cd1964d02', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 38888532865424321130322210358839733845003020552337114743716777121743707161226L, 'r': 33399792898157709651526401836625487331884862065865372278779277923872639111204L, 'v': 28, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=645f9999
DEBUG:eth.chain.tx deserialized tx tx=b4bbe5ad
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 27, 'hash': 'a5ec820990286dc15a6e452b69d26f08bfc2d92c36986da9b37a899515ac020d', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 3575696666359834462928885916148897623825884914906902123506380991871835082067L, 'r': 3832080632924564697997139494441658350139759559561232642151536842255367218094L, 'v': 27, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=a5ec8209
DEBUG:eth.chain.tx deserialized tx tx=24195367
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 28, 'hash': '737af989ae6fa7918eed0538a10e6490a355f5abffd90a6e7924ecf79018f3f2', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 22254457624844465200552881944780736058107570208897493407779000007979353132938L, 'r': 115778192389751681242062072639119450548998351484228011420136242077247862933321L, 'v': 28, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=737af989
DEBUG:eth.chain.tx deserialized tx tx=f184d24c
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 29, 'hash': 'e584a594aec8108d42334eacf072f07e9142cc604fa41948e768528c5ac797aa', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 34747993675107202196710475731308273043815146223865151657157360571599762755395L, 'r': 46460620591274367282274325190086518559634866372074486966881357908478619407811L, 'v': 28, 'data': '597e1fb5', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=e584a594
DEBUG:eth.chain.tx deserialized tx tx=2fa20c06
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 30, 'hash': 'c8608f41c4215f9c3ecfbe0b072ab9949252a3fc29ae1a97546a7d8126ff19e2', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 45699615414621180766844658095215026927763873445541075741928886218206992821721L, 'r': 67274696763249646895050357960180735589429430162491574981867076476502074413159L, 'v': 28, 'data': '8f775839', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=c8608f41
DEBUG:eth.chain.tx deserialized tx tx=6091c742
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 23, 'hash': '5aeba4051c4c8d9b34bbcaa563e5b6baebd3c7544778a2511cb1d3c95218da41', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 42115158425721788559633297260091182505724792666692506037119615075890199242864L, 'r': 11320688468323309283102615547588444976076838885157656357511377631896524580191L, 'v': 27, 'data': '640191e2', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118934
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L] result=1 gas_remained=3118934
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 184L, 13L, 127L, 207L, 122L, 238L, 213L, 165L, 85L, 89L, 47L, 129L, 206L, 140L, 223L, 226L, 238L, 81L, 170L]
DEBUG:eth.chain.tx deserialized tx tx=5aeba405
DEBUG:eth.chain.tx deserialized tx tx=734ff8e2
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 24, 'hash': 'f050988049919ec031baabc6ba152417d65e39e9062ad90a49dfa30fd1d5729e', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 3551505998636936209928880665198899532098756332885908206526343885034671406761L, 'r': 29859117291214121190130029841303733154889002262530696657771956470753406765807L, 'v': 28, 'data': '6cb30fee000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=3118008
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L] result=1 gas_remained=3118008
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 205L, 43L, 207L, 184L, 240L, 127L, 96L, 86L, 187L, 173L, 116L, 131L, 109L, 92L, 130L, 250L, 159L, 20L, 233L, 132L]
DEBUG:eth.chain.tx deserialized tx tx=f0509880
DEBUG:eth.chain.tx deserialized tx tx=28486d10
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 25, 'hash': '813676c67178486876e861af94adb67a8ea2e47d42bf5d945688f3f854aa8b29', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 28582511772945910345359386617765220060515590127938936768724469750030766745080L, 'r': 108088106204517674262803985087677020956621458497451389757976930982364583712701L, 'v': 28, 'data': '9d76ea58', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119923
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=813676c6
DEBUG:eth.chain.tx deserialized tx tx=92fc5afc
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 26, 'hash': '33ad59ffd765b45efc66a39b3345d984a27d5341be1b1935f03fa86cefc8dcc6', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '19b80d7fcf7aeed5a555592f81ce8cdfe2ee51aa', 's': 3953357599607561197922551953178306398108348691615763810712573791287199426038L, 'r': 83344095014688500822190112099523618859517190893695696443253095140780997677000L, 'v': 27, 'data': '0b74b620', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L] result=1 gas_remained=3118600
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L] result=1 gas_remained=3118600
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L]
DEBUG:eth.chain.tx deserialized tx tx=33ad59ff
DEBUG:eth.chain.tx deserialized tx tx=537c08e6
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 27, 'hash': '8b3c4e8bc1ab417a9613df6521291cc06539c8ec4119c6bcddd9cf73e78905c8', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 51005409249832441698977761525206166398810676900941773625742038732082089295368L, 'r': 89439914038184474556653970846224474230045699133179517608087966648643062647780L, 'v': 28, 'data': '6d2381b3', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200] result=1 gas_remained=3118873
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 163L, 193L, 156L, 196L, 118L, 190L, 30L, 144L, 97L, 222L, 235L, 164L, 139L, 113L, 222L, 0L, 34L, 149L, 37L, 21L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 240L, 239L, 71L, 7L, 205L, 207L, 101L, 15L, 52L, 156L, 246L, 100L, 242L, 1L, 63L, 88L, 52L, 132L, 163L, 251L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200]
DEBUG:eth.chain.tx deserialized tx tx=8b3c4e8b
DEBUG:eth.chain.tx deserialized tx tx=33d3ba71
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 28, 'hash': '181652ae8050966108a402bff1c42f784f50492511c4c68c4b0184aab3c3247d', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 14040821736022466750378259926728957966571634795417057473357063820732504576573L, 'r': 57089936492720716711334594789779635258190556753796730511395316726890896147015L, 'v': 27, 'data': '7ebdc478', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30] result=1 gas_remained=3119886
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30]
DEBUG:eth.chain.tx deserialized tx tx=181652ae
DEBUG:eth.chain.tx deserialized tx tx=ee4a7090
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 29, 'hash': 'e869d7b1e1e4e9d1806b0a2007166376dec404816f21734cf243a3b4e3117c7b', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 1085501792769197741091163350297214034482818393915683918235263966507898647936L, 'r': 61468270664997914665410510972319943647309595434640824414960243425517728199477L, 'v': 27, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=e869d7b1
DEBUG:eth.chain.tx deserialized tx tx=79c090c9
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 30, 'hash': 'dd335cc6698f55592a3fb68cb2326883141add98c7be41512eed5ff372fdcb3a', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 52839367927195135399931356533877573763721275523077932351337632712159747763688L, 'r': 57999629991809150446718152934325735560670058648535098898320701683378864795902L, 'v': 27, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=dd335cc6
DEBUG:eth.chain.tx deserialized tx tx=bda70702
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 31, 'hash': 'af05782b256173b84957fadb430c3bc103d852998ed182cc6228b6b25bec3c3b', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 16975295848398728397645472811356533101662504887609554362738971663769563435178L, 'r': 47602897022857008464969578224657329744237446004236662112079286443145310699804L, 'v': 27, 'data': '5f88eade', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66] result=1 gas_remained=3119952
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 140, 66]
DEBUG:eth.chain.tx deserialized tx tx=af05782b
DEBUG:eth.chain.tx deserialized tx tx=8ffca59f
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 32, 'hash': '2771067662cb097553263ad32d81de30b2d420ccf09b7dbd400c0c7bdf2591bd', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 1377280115931508419083245321689092079123749511728286349887504578401407636079L, 'r': 64932153084653592964102768546114937949087936093497045932470344719129765817825L, 'v': 27, 'data': '597e1fb5', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119974
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=27710676
DEBUG:eth.chain.tx deserialized tx tx=cef778ea
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 33, 'hash': '8f701b665b11170676f4959c3cf1d96a5a5de3b06d51415a4a6a74262fea2a3a', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 42847226084164334970651514951850734327587294384992968824340451288276616585093L, 'r': 106883973464265711471602350870002672910637866540067673954681042308499618253159L, 'v': 27, 'data': '8f775839', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=8f701b66
travis_fold:end:py-3192.stderr-setup.0
travis_fold:start:py-3192.stdout.0
----------------------------- Captured stdout call -----------------------------
{'block_number': 1150071, '_event_type': 'ChannelClosed', 'closing_address': 'a3c19cc476be1e9061deeba48b71de0022952515'}
{'block_number': 1150071, '_event_type': 'ChannelClosed', 'closing_address': 'a3c19cc476be1e9061deeba48b71de0022952515'}
{'block_number': 1150071, '_event_type': 'ChannelClosed', 'closing_address': 'a3c19cc476be1e9061deeba48b71de0022952515'}
travis_fold:end:py-3192.stdout.0
travis_fold:start:py-3192.stderr.0
----------------------------- Captured stderr call -----------------------------
DEBUG:eth.chain.tx deserialized tx tx=6259d333
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 31, 'hash': 'f4927bd76057dc092a100d28c9f53c372d3f0ee6ab3cb83c094d75afb2a70e7f', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 52260002417615910576276138614553039125514773522460988286789986101620278279026L, 'r': 103405214808688524820919787371839980478323611853273938500368812987618665284731L, 'v': 28, 'data': 'a9989b93', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=f4927bd7
DEBUG:raiden.channel REGISTERED TRANSFER node:f0ef4707 f0ef4707 > a3c19cc4 transfer:<DirectTransfer [msghash=3f6efc35]> transferred_amount:10 nonce:4939289699811329 current_locksroot:
DEBUG:raiden.network.protocol new queue created for (f0ef4707, 71eac564) > a3c19cc4
DEBUG:raiden.tasks starting block number block_number=1150008
ERROR:raiden.tasks alarm missed 61 blocks
DEBUG:raiden.tasks new block timestamp=1487056129.77 number=1150070
DEBUG:raiden.tasks starting block number block_number=1150008
ERROR:raiden.tasks alarm missed 61 blocks
DEBUG:raiden.tasks new block timestamp=1487056129.77 number=1150070
INFO:raiden.network.protocol SENDING f0ef4707 -> a3c19cc4 echohash:75408df5 <DirectTransfer [msghash=3f6efc35]>
INFO:raiden.network.protocol MESSAGE RECEIVED node:a3c19cc4 echohash:75408df5 <DirectTransfer [msghash=3f6efc35]>
DEBUG:raiden.channel REGISTERED TRANSFER node:a3c19cc4 f0ef4707 > a3c19cc4 transfer:<DirectTransfer [msghash=3f6efc35]> transferred_amount:10 nonce:4939289699811329 current_locksroot:
INFO:raiden.network.protocol SENDING ACK a3c19cc4 > f0ef4707 <Ack [msghash=d124c1e0]>
INFO:raiden.network.protocol ACK RECEIVED node:f0ef4707 receiver:a3c19cc4 echohash:75408df5
DEBUG:eth.chain.tx deserialized tx tx=3df0193a
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 34, 'hash': '199d9f8f71993fb50155e4f0759e632c54b7447f94404a7a77bb22158bf0a385', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 14860060947603562711497677081557187514988886964841883162624481140723010669664L, 'r': 25608648880039338140908890828346302778143623163937092580701651738154855811371L, 'v': 28, 'data': 'a9989b93', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=199d9f8f
DEBUG:eth.chain.tx deserialized tx tx=00ebc033
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 35, 'hash': '2d80f3e3f2e254a44a8ee1a418cd34ef3f20cfc36be4da21d87edb02aa1796e8', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 4412494872104471651100491216726361909261664118906279159080071987028315360759L, 'r': 21771406231371966960751412045549051063335535440917153130030129813294871110637L, 'v': 27, 'data': 'f3b77f300000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000dd0500000000118c420000000073e3e7cc0893654271eac56425e2337ab10ddd51551cf68b1b84a0b5a3c19cc476be1e9061deeba48b71de0022952515000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000abe6820ce3e5cf19e9e6b6712414722432a40c9ab8851e3927e96e72e503279f7c72e0cff585a40614ddfa4140cebb0c837a8ef4f94bdb1f85af2002f4681fec010000000000000000000000000000000000000000000000000000000000000000000000', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[] result=1 gas_remained=2936666
DEBUG:eth.pb.tx TX APPLIED data=[] result=1 gas_remained=2936666
DEBUG:eth.pb.tx TX SUCCESS data=[]
DEBUG:eth.chain.tx deserialized tx tx=2d80f3e3
INFO:raiden.tests.utils.tester_client close called their_transfer=<DirectTransfer [msghash=3f6efc35]> our_transfer=None contract=cd2bcfb8
ERROR:raiden.tasks alarm missed 2 blocks
DEBUG:raiden.tasks new block timestamp=1487056131.63 number=1150073
DEBUG:raiden.raiden_service New Events task=NettingChannel Event cd2bcfb8
DEBUG:raiden.raiden_service event received type=ChannelClosed contract=cd2bcfb8
INFO:raiden.tests.utils.tester_client 0 locks to unlock contract=cd2bcfb8
DEBUG:eth.chain.tx deserialized tx tx=3c3965a3
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 36, 'hash': 'f3875afc2fc0e659c0c4a8e17f951862fe412ba5acadd6601162f8ce7d101a28', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 26929790141255107896296311330448185413774942928132226862158054606033245617902L, 'r': 47869391402761666547767467289947417507185150497528177220654731682090668489366L, 'v': 28, 'data': 'f2eec570000000000000000000000000a3c19cc476be1e9061deeba48b71de0022952515', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3117586
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3117586
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=f3875afc
DEBUG:eth.chain.tx deserialized tx tx=5218245a
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 37, 'hash': 'a86f1961654d665b07d3f37867baf17b7193b2a8a5d94edc153a3c9b1f1bc40d', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 56200627391445771364645782609085849962538827408461642541998576476690412774592L, 'r': 17516464347512943650248166699869982392909496652506979486773091023524848788835L, 'v': 27, 'data': 'f2eec570000000000000000000000000f0ef4707cdcf650f349cf664f2013f583484a3fb', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10] result=1 gas_remained=3117402
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10] result=1 gas_remained=3117402
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10]
DEBUG:eth.chain.tx deserialized tx tx=a86f1961
DEBUG:eth.chain.tx deserialized tx tx=69abe916
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 38, 'hash': '1006b5e0819c0a389cdc8dbc431da9039b909ce76f80ba9782c39fb6e3d73226', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 51756452909870222120446850992939006065306342589733908622400514563039246984364L, 'r': 98407058421617749060017052246870923525404547661035430482929770686319576111107L, 'v': 28, 'data': '8f775839', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX APPLIED data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] result=1 gas_remained=3119864
DEBUG:eth.pb.tx TX SUCCESS data=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
DEBUG:eth.chain.tx deserialized tx tx=1006b5e0
DEBUG:eth.chain.tx deserialized tx tx=77f86bf8
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 39, 'hash': 'b4be20fa49e84f85e09bd52674f035d207c8f9cc8397302fe1f2276d81a606a1', 'sender': 'a3c19cc476be1e9061deeba48b71de0022952515', 'startgas': 3141592, 'value': 0, 'to': 'cd2bcfb8f07f6056bbad74836d5c82fa9f14e984', 's': 17813565324069942027552725420077338304926572310283279395821063119292195455924L, 'r': 87469234222148641210647868272078780847649439140899617589345128580587896284213L, 'v': 27, 'data': '11da60b4', 'gasprice': 1}
DEBUG:eth.pb.msg REVERTING
DEBUG:eth.pb.msg REVERTING
DEBUG:eth.pb.tx _res_ data=[] result=0 gas_remained=0
DEBUG:eth.pb.tx TX APPLIED data=[] result=0 gas_remained=0
DEBUG:eth.pb.tx TX FAILED reason=out of gas startgas=3141592 gas_remained=0
ERROR:raiden.channel Timedout while calling settle
Traceback (most recent call last):
File "/home/travis/build/raiden-network/raiden/raiden/channel.py", line 631, in _settle
self.external_state.settle()
File "/home/travis/build/raiden-network/raiden/raiden/channel.py", line 482, in settle
return self.netting_channel.settle()
File "/home/travis/build/raiden-network/raiden/raiden/tests/utils/tester_client.py", line 710, in settle
self.proxy.settle()
File "/home/travis/virtualenv/python2.7.12/src/ethereum/ethereum/tester.py", line 141, in kall
**dict_without(kwargs, 'sender', 'value', 'output')
File "/home/travis/virtualenv/python2.7.12/src/ethereum/ethereum/tester.py", line 296, in _send
raise TransactionFailed()
TransactionFailed
DEBUG:eth.chain.tx deserialized tx tx=b4be20fa
DEBUG:eth.chain.tx deserialized tx tx=b63d9312
DEBUG:eth.pb.tx TX NEW tx_dict={'nonce': 32, 'hash': '3d86272a6202eda464f594974208daaf1f2123b77e3de636c3c10b134a36f7e9', 'sender': 'f0ef4707cdcf650f349cf664f2013f583484a3fb', 'startgas': 3141592, 'value': 0, 'to': '29d73fd964f1d5a9b2ba668c4ac31c61744a1b21', 's': 1699478397940458123431233093761371676717761469086772335086425859005962811956L, 'r': 86915896145337625744744952250160335863515883462201593719193077708896893546680L, 'v': 27, 'data': 'a9989b93', 'gasprice': 1}
DEBUG:eth.pb.tx _res_ data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX APPLIED data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L] result=1 gas_remained=3119452
DEBUG:eth.pb.tx TX SUCCESS data=[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 113L, 234L, 197L, 100L, 37L, 226L, 51L, 122L, 177L, 13L, 221L, 81L, 85L, 28L, 246L, 139L, 27L, 132L, 160L, 181L]
DEBUG:eth.chain.tx deserialized tx tx=3d86272a
travis_fold:end:py-3192.stderr.0
--------------------------- Captured stderr teardown ---------------------------
ERROR:raiden.tasks alarm missed 34 blocks
DEBUG:raiden.tasks new block timestamp=1487056134.35 number=1150108
========= 1 failed, 64 passed, 1 skipped, 1 xfailed in 243.22 seconds ==========
The command "coverage run -m py.test --travis-fold=always -vvvvvv --log-config='raiden:DEBUG' --random $BLOCKCHAIN_TYPE ./raiden/tests/$TEST_TYPE" exited with 1.
store build cache
change detected (content changed, file is created, or file is deleted):
/home/travis/.cache/pip/http/0/8/0/4/b/0804bd3251808207b5bae965a946f8986c684cd0afe6c0503f15c65a
/home/travis/.cache/pip/http/0/e/7/b/9/0e7b99547a0247a24df2175f35e166cf96f0194417e99b4851dbf306
/home/travis/.cache/pip/http/1/1/f/6/5/11f655387f3f56610de16460f744630166a78e6a2e4c9b2996d9b505
/home/travis/.cache/pip/http/1/6/c/0/a/16c0a548c0c7afeaacb56da8e61131e0c5170decf39c9f6df1f3cd07
/home/travis/.cache/pip/http/1/6/e/5/b/16e5b4cac0e1d5571f2fbeda54e7f3a75947911882fc81b3e078f2a7
/home/travis/.cache/pip/http/1/9/1/e/2/191e2772496ab7c2761201e27896a90312f5405d5f1f2986dfe65a51
/home/travis/.cache/pip/http/1/9/b/4/f/19b4f20071f03159804f3ba591b6b59048c4f9ae3a029f83fb0ab45b
/home/travis/.cache/pip/http/2/3/2/5/d/2325d54c6b9465d1ce465637aba269c137328d96ce4c7dea98e8d17b
/home/travis/.cache/pip/http/2/7/b/0/1/27b0179c0da897387dfc3bddcb657107b50273249f66301c5b64c7c9
/home/travis/.cache/pip/http/2/8/1/6/4/28164b4422aefe9e887479abd88a0380599a449db4385a33b1b4bed0
/home/travis/.cache/pip/http/2/a/e/c/a/2a
...
changes detected, packing new archive
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
uploading archive
Done. Your build exited with 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment