Skip to content

Commit

Permalink
Changelog entry for 2894
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Oct 26, 2018
1 parent d9218ce commit 10093f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

* :bug:`2894` Raiden will no longer miss confirmation blocks at restart and will emit the block state change only for confirmed blocks.
* :feature:`2857` Respect the ``--environment-type`` for private chain setup.
* :feature:`2858` Changed contract address argument names to be consistent with the names of the contracts in the contracts repository.

Expand Down
2 changes: 1 addition & 1 deletion raiden/tests/integration/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def test_raiden_service_callback_new_block(raiden_network):
'block_number': target_block_num - DEFAULT_NUMBER_OF_BLOCK_CONFIRMATIONS,
})
assert not must_contain_entry(app0_state_changes, Block, {
'block_number': latest_block['number']
'block_number': latest_block['number'],
})

0 comments on commit 10093f7

Please sign in to comment.