-
Notifications
You must be signed in to change notification settings - Fork 11
fix: waitForTransactionToBeProvable
not waiting for blocks
#338
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
lib/grpcServer/handlers/platform/broadcastStateTransitionHandlerFactory.js
Outdated
Show resolved
Hide resolved
lib/grpcServer/handlers/platform/broadcastStateTransitionHandlerFactory.js
Outdated
Show resolved
Hide resolved
lib/grpcServer/handlers/platform/waitForStateTransitionResultHandlerFactory.js
Outdated
Show resolved
Hide resolved
lib/grpcServer/handlers/platform/waitForStateTransitionResultHandlerFactory.js
Outdated
Show resolved
Hide resolved
lib/grpcServer/handlers/platform/waitForStateTransitionResultHandlerFactory.js
Outdated
Show resolved
Hide resolved
lib/grpcServer/handlers/platform/waitForStateTransitionResultHandlerFactory.js
Outdated
Show resolved
Hide resolved
BlockchainListener#waitForBlocks
not waiting for blocks properly
BlockchainListener#waitForBlocks
not waiting for blocks properlywaitForBlocks
not waiting for blocks properly
This pull request introduces 2 alerts when merging 53f5dc2 into 482617d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e22be10 into 482617d - view on LGTM.com new alerts:
|
# Conflicts: # lib/externalApis/tenderdash/blockchainListener/BlockchainListener.js # lib/grpcServer/handlers/platform/waitForStateTransitionResultHandlerFactory.js
This pull request introduces 1 alert when merging 4be94d1 into 482617d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 7bf04fe into 482617d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 6113024 into 482617d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 68d082b into 482617d - view on LGTM.com new alerts:
|
waitForBlocks
not waiting for blocks properlywaitForTransactionToBeProvable
not waiting for blocks properly
waitForTransactionToBeProvable
not waiting for blocks properlywaitForTransactionToBeProvable
not waiting for blocks
Issue being fixed or feature implemented
Fix
BlockchainListener#waitForBlocks
not waiting for blocks properly. It wasn't uncovered due to another bug in the drive that was fixed in dashevo/js-drive#457What was done?
waitForBlocks
method ofBlockchainListener
to subscribe to all needed block events at the same time and not one by oneHow Has This Been Tested?
With tests
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only