Skip to content

AssertionError on generated height #4

Description

@XertroV
* 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions