You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The promise returned by createBlock rejects if there are no new deploys. This is consistent with the node's own behavior and shouldn't be changed.
But it is inconvenient because it prevents calling create block after a list of deploys are made because of the possibility that the list of deploys is empty.
I'd like to add a convenience method that behaves the same as createBlock but still resolves if there are no deploys.
The text was updated successfully, but these errors were encountered:
dckc
transferred this issue from another repository
Nov 17, 2018
The promise returned by
createBlock
rejects if there are no new deploys. This is consistent with the node's own behavior and shouldn't be changed.But it is inconvenient because it prevents calling create block after a list of deploys are made because of the possibility that the list of deploys is empty.
I'd like to add a convenience method that behaves the same as
createBlock
but still resolves if there are no deploys.The text was updated successfully, but these errors were encountered: