Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError on generated height #4

Open
XertroV opened this issue Jun 23, 2014 · 0 comments
Open

AssertionError on generated height #4

XertroV opened this issue Jun 23, 2014 · 0 comments

Comments

@XertroV
Copy link
Member

XertroV commented Jun 23, 2014

* Running on http://localhost:12345/
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
socket.send() raised exception.
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/seeknbuild.py", line 243, in chain_builder
    self.chain.add_block(block)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/chain.py", line 110, in add_block
    self.set_head(block)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/chain.py", line 84, in set_head
    success = self.head.reorganisation(self, self.head, lca_of_head_and_new_head, new_head)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/standard.py", line 347, in reorganisation
    success = self.state_maker.reorganisation(chain, from_block, around_block, to_block, is_test)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/statemaker.py", line 188, in reorganisation
    success = self.trial_chain_path(around_state_height, chain_path_to_trial)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/statemaker.py", line 228, in trial_chain_path
    success = self._trial_chain_path(around_state_height, chain_path_to_trial)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/statemaker.py", line 215, in _trial_chain_path
    self.apply_chain_path(chain_path_to_trial, hard_checkpoint=False)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/statemaker.py", line 108, in apply_chain_path
    self.apply_block(block, hard_checkpoint)
  File "/usr/local/lib/python3.4/dist-packages/Cryptonet-0.0.5-py3.4.egg/cryptonet/statemaker.py", line 112, in apply_block
    assert block.height == self.dapps[ROOT_DAPP].state.height
AssertionError

Hmm, bad.

Other min_coin node was unaffected; happened on remote (xk.io) node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant