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

2.05 integration testing: exact costs matching in miner and follower: #2913 #2916

Merged
merged 42 commits into from
Nov 12, 2021

Commits on Oct 18, 2021

  1. fix: add sqlite_open(), which sets the usual pragmas and busy handler…

    …s, and replace all instances of doing this ad-hoc with a call to this method
    jcnelson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    49b4fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cef3d3 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    jcnelson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2a35aa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    92c99b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d47711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34777d1 View commit details
    Browse the repository at this point in the history
  4. fix: merge artifact

    jcnelson committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    3eac1fd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merge pull request #2887 from blockstack/fix/2885

    Fix/2885
    jcnelson committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3b64620 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. feat: vendor ctrlc package and add support for SIGBUS. Also, have the…

    … signal handler report the signal received to the user-supplied callback.
    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2a1b5bf View commit details
    Browse the repository at this point in the history
  2. feat: add nix crate (to support vendored ctrlc package) and add the c…

    …trlc crate's platform-specific deps
    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d202d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c55a6e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd962c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76a7f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cef87b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36b2743 View commit details
    Browse the repository at this point in the history
  8. chore: no longer need ctrlc

    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0511532 View commit details
    Browse the repository at this point in the history
  9. refactor: use deps/ctrlc now

    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4ef95f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ede6334 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cde87c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cef19e6 View commit details
    Browse the repository at this point in the history
  13. fix: don't panic if we set a signal handler multiple times when testi…

    …ng -- this is an inevitable consequence of having multiple runloops
    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9943a4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88185e0 View commit details
    Browse the repository at this point in the history
  15. refactor: expose test module

    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c5a276f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e1d7c9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13eb05e View commit details
    Browse the repository at this point in the history
  18. fix: crash and burn on SIGBUS, and use async-safe (but rust unsafe) l…

    …ibc methods for recording that a signal has been caught.
    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0a46823 View commit details
    Browse the repository at this point in the history
  19. fix: use proper libc types

    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    34f2cbf View commit details
    Browse the repository at this point in the history
  20. chore: new Cargo lockfile

    jcnelson committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    7062a02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    684e8c9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1ff6075 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. chore: updated cargo.lock

    jcnelson committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7403620 View commit details
    Browse the repository at this point in the history
  2. fix: windows-specific call to libc::write, because windows inexplicab…

    …ly uses a different ABI for write(2)
    jcnelson committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0ae09f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8303d22 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2900 from blockstack/fix/2869

    Use mmap on MARF connections
    jcnelson committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    75f6328 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    fcc717d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abd0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f688e8c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix: issue raised in #2913

    kantai committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9ee9101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1291da View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. test: fix the assertion in runtime_overflow_unconfirmed_microblocks_i…

    …ntegration_test to match new expected behavior
    kantai committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    342a498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c6d49 View commit details
    Browse the repository at this point in the history