Skip to content

fixes blockchain block listener#57

Merged
xeroc merged 1 commit into
bitshares:developfrom
blockchainprojects:fix_blockchain_monitor
Mar 14, 2018
Merged

fixes blockchain block listener#57
xeroc merged 1 commit into
bitshares:developfrom
blockchainprojects:fix_blockchain_monitor

Conversation

@sschiessl-bcp
Copy link
Copy Markdown

block producing time and internal python block_interval clock can
desync, will now trigger a regetting of block

its ensured that yielded block is not greater then current head
(especially for irreversible!)

adds feature to wait for future blocks

Signed-off-by: Stefan Schiessl stefan.schiessl@blockchainprojectsbv.com

block producing time and internal python block_interval clock can
desync, will now trigger a regetting of block

its ensured that yielded block is not greater then current head
(especially for irreversible!)

adds feature to wait for future blocks

Signed-off-by: Stefan Schiessl <stefan.schiessl@blockchainprojectsbv.com>
@codecov-io
Copy link
Copy Markdown

codecov-io commented Mar 14, 2018

Codecov Report

Merging #57 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #57   +/-   ##
========================================
  Coverage    68.22%   68.22%           
========================================
  Files           50       50           
  Lines         3912     3912           
========================================
  Hits          2669     2669           
  Misses        1243     1243

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4364164...355e89b. Read the comment docs.

@xeroc xeroc merged commit 0b2a89c into bitshares:develop Mar 14, 2018
xeroc added a commit that referenced this pull request Mar 14, 2018
Release 0.1.12

9250544 (HEAD -> master) Merge branch 'release/0.1.12'
8e34bbc (release/0.1.12) version bump
eba7742 (develop) fix linting
40bd616 (origin/develop) Merge pull request #48 from HarukaMa/patch-1
0b2a89c Merge pull request #57 from blockchainprojects/fix_blockchain_monitor
355e89b fixes blockchain block listener
4364164 [wallet] Allow to wipe the keys and masterkey without knowledge of the masterpasword
0b41559 Allow to use https:// endpoints via REST HTTP
935bf19 fix proposer signing
596e88e Use proposer to sign a proposal and not the account
85eca5f Manually specify tz on parsed time from blockchain
fd2e8aa [instance] set shared config
358413c fix #42
8a556c0 [operation] allow to create a new committee member with pybitshares
7dba22e Add withdraw_permission_create
bca74f2 Merge pull request #41 from mikakoi/closing-socket-connection
47a7e94 [docs] Updated docs and build process for docs
02add28 [docs] use sphinx-api to generate bitshares.rst
1714fdc [Makefile] create docs via makefile
eef3d43 [travis] try fix a bug that causes tests to break
55c5330 README - updates to add some badges
44a9a15 [logo] pybitshares logo
904813f Change websocket ping thread closing to be more responsive
8280ae8 Revert "Version bump"
d46d526 Version bump
cb8dc20 Add the ability to close the websocket connection
@sschiessl-bcp sschiessl-bcp deleted the fix_blockchain_monitor branch April 27, 2018 06:30
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

Successfully merging this pull request may close these issues.

3 participants