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

Expand unit test coverage #453

Closed
wants to merge 56 commits into from

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    26843c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    803f247 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Add alert tests

    jmjatlanta committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    42859e5 View commit details
    Browse the repository at this point in the history
  2. fix pub key

    jmjatlanta committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    bc97c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    037d902 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Remove temp file

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    948988c View commit details
    Browse the repository at this point in the history
  2. properly shutdown tests

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    bae9e3a View commit details
    Browse the repository at this point in the history
  3. Move zcash tests to komodo

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    324a3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad7afb View commit details
    Browse the repository at this point in the history
  5. mempool tests

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    42bec82 View commit details
    Browse the repository at this point in the history
  6. PoW tests

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6e1257d View commit details
    Browse the repository at this point in the history
  7. PoW min difficulty test

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    defe10d View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary header

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6a331b8 View commit details
    Browse the repository at this point in the history
  9. add txid tests

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    58aeb73 View commit details
    Browse the repository at this point in the history
  10. Add coin_tests

    jmjatlanta committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    abe48f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e8d9f80 View commit details
    Browse the repository at this point in the history
  2. fix for running all tests

    jmjatlanta committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    432c57f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e46aae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399f9fb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. More ConnectBlock tests

    jmjatlanta committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fc14310 View commit details
    Browse the repository at this point in the history
  2. fix mempool nullptr

    jmjatlanta committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    528d8f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Replace ptr with ref

    jmjatlanta committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    16291af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe4608 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Document mempool funcs

    jmjatlanta committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    11991b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1376d View commit details
    Browse the repository at this point in the history
  3. const in myAddtomempool

    jmjatlanta committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c096f6e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. reverse iterate

    jmjatlanta committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4cf000a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. More block tests

    jmjatlanta committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6d62418 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Notary tests

    jmjatlanta committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6d87cce View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. allow debug builds

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ee02430 View commit details
    Browse the repository at this point in the history
  2. make clean .a files

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a121375 View commit details
    Browse the repository at this point in the history
  3. hardforks in own object

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0eaff09 View commit details
    Browse the repository at this point in the history
  4. adjust hardfork defines

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5da51a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03229d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10cbee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    960fa3a View commit details
    Browse the repository at this point in the history
  8. addrman no lock in ctor

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4373f34 View commit details
    Browse the repository at this point in the history
  9. enable-debug script param

    jmjatlanta committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cb8c132 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. switch from -O3 to -O2

    jmjatlanta committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7ecad6a View commit details
    Browse the repository at this point in the history
  2. clean komodo_state

    jmjatlanta committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    634c1b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    a7d20f8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    433a2f5 View commit details
    Browse the repository at this point in the history
  2. avoid comparing ptr to int

    jmjatlanta committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7e09f1d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    e4c6605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6af36 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    76bad69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from jmjatlanta/jmj_testutils_wallet

    Make TestWallet derive from CWallet
    jmjatlanta authored May 20, 2022
    Configuration menu
    Copy the full SHA
    770f6eb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    bcc5248 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. refactor to reduce casting

    jmjatlanta committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e22e9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876e824 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    0d8e72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db798b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9039c View commit details
    Browse the repository at this point in the history
  4. fix miner fee in test

    jmjatlanta committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9ded975 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Get correct config file

    jmjatlanta committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    fe25d9a View commit details
    Browse the repository at this point in the history
  2. add test

    jmjatlanta committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d4624fd View commit details
    Browse the repository at this point in the history