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

[GRPH-94] Improve block generation performance #139

Merged
merged 5 commits into from
Sep 24, 2019
Merged

Commits on Sep 20, 2019

  1. Skip auth check when pushing self-generated blocks

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    12105ab View commit details
    Browse the repository at this point in the history
  2. Extract public keys before pushing a transaction

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    56a6f8b View commit details
    Browse the repository at this point in the history
  3. Dereference chain_database shared_ptr

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c110508 View commit details
    Browse the repository at this point in the history
  4. Updated transaction::signees to mutable

    and
    * updated get_signature_keys() to return a const reference,
    * get_signature_keys() will update signees on first call,
    * modified test cases and wallet.cpp accordingly,
    * no longer construct a new signed_transaction object before pushing
    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2dfb67e View commit details
    Browse the repository at this point in the history
  5. No longer extract public keys before pushing a trx

    and removed unused new added constructor and _get_signature_keys() function from signed_transaction struct
    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    106824c View commit details
    Browse the repository at this point in the history