We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description
plugin_exception is designed to be handled when pushing a block:
plugin_exception
bitshares-core/libraries/chain/include/graphene/chain/exceptions.hpp
Lines 97 to 101 in d04c62a
Functions like notify_applied_block() and etc behavior correctly
notify_applied_block()
bitshares-core/libraries/chain/db_notify.cpp
Lines 446 to 449 in d04c62a
But notify_changed_objects() silently captures and drops the exception:
notify_changed_objects()
Line 512 in d04c62a
Impacts Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
The text was updated successfully, but these errors were encountered:
Fixed by #2242.
Sorry, something went wrong.
abitmore
Successfully merging a pull request may close this issue.
Bug Description
plugin_exception
is designed to be handled when pushing a block:bitshares-core/libraries/chain/include/graphene/chain/exceptions.hpp
Lines 97 to 101 in d04c62a
Functions like
notify_applied_block()
and etc behavior correctlybitshares-core/libraries/chain/db_notify.cpp
Lines 446 to 449 in d04c62a
But
notify_changed_objects()
silently captures and drops the exception:bitshares-core/libraries/chain/db_notify.cpp
Line 512 in d04c62a
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: