Skip to content
New issue

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

Fix #944 unexpected "Missing Active Authority" message for update_asset_issuer #1255

Merged
merged 4 commits into from Aug 16, 2018

Conversation

abitmore
Copy link
Member

PR for #944.

This should not break anything. To be safe, sync the chain with --force-validate option.

./witness_node --force-validate

tx_missing_active_auth exception is thrown when owner authority is missing
@abitmore abitmore added this to In progress in Feature release (201810) via automation Aug 14, 2018
// https://github.com/bitshares/bitshares-core/issues/944
GRAPHENE_REQUIRE_THROW( tx.verify_authority( db.get_chain_id(), get_active, get_owner ),
graphene::chain::tx_missing_owner_auth );

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add signature from alice_active and verify that it still complains about missing owner, then replace with signature from alice_owner a verify that is doesn't throw anymore.

Copy link
Contributor

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Feature release (201810) automation moved this from In progress to In Testing Aug 16, 2018
@abitmore abitmore merged commit 717eb85 into develop Aug 16, 2018
Feature release (201810) automation moved this from In Testing to Done Aug 16, 2018
@abitmore abitmore deleted the 944-missing-owner-auth branch October 20, 2018 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants