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

Integrated/Scenario Tests In Rust #4586

Merged
merged 39 commits into from
Apr 18, 2024
Merged

Integrated/Scenario Tests In Rust #4586

merged 39 commits into from
Apr 18, 2024

Commits on Apr 15, 2024

  1. first test progress

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5062e3d View commit details
    Browse the repository at this point in the history
  2. solo signing progress

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    82b1f39 View commit details
    Browse the repository at this point in the history
  3. latest changes

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d18cc7c View commit details
    Browse the repository at this point in the history
  4. updated scenario one

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    410081a View commit details
    Browse the repository at this point in the history
  5. format update

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4236575 View commit details
    Browse the repository at this point in the history
  6. progress on second scenario

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9cc8084 View commit details
    Browse the repository at this point in the history
  7. WIP: initial stab at getting peer node to work for scenario 5

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e45e45a View commit details
    Browse the repository at this point in the history
  8. WIP: update balances to force reward slot calculations to work

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6263739 View commit details
    Browse the repository at this point in the history
  9. WIP: check aggregate key vote is successful

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    23e3217 View commit details
    Browse the repository at this point in the history
  10. Fix aggregate commit and until burn height calculations

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3019e21 View commit details
    Browse the repository at this point in the history
  11. WIP: something up with first nakamoto tenure

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b23faf7 View commit details
    Browse the repository at this point in the history
  12. Update signers to be a bit more obvious in order of operations

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    13bd31f View commit details
    Browse the repository at this point in the history
  13. Do not use nakamoto reward cycles since we aren't testing that

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    db449cd View commit details
    Browse the repository at this point in the history
  14. Add check that frank's delegation expired

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    01ab9f6 View commit details
    Browse the repository at this point in the history
  15. Add an advance to target height function

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    95a1baf View commit details
    Browse the repository at this point in the history
  16. Add lock period to stacker verification

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant authored and setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    18e3cf0 View commit details
    Browse the repository at this point in the history
  17. scenario test 1 local

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    995925c View commit details
    Browse the repository at this point in the history
  18. scenario one & five completed

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2e2ca56 View commit details
    Browse the repository at this point in the history
  19. fixed tests

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1521cad View commit details
    Browse the repository at this point in the history
  20. scenario two polished

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7ed0656 View commit details
    Browse the repository at this point in the history
  21. updated error message

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2ad7924 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    969f0ba View commit details
    Browse the repository at this point in the history
  23. scenario three completed

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    921fd27 View commit details
    Browse the repository at this point in the history
  24. test scenario four complete

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    69a2fd6 View commit details
    Browse the repository at this point in the history
  25. fixed assert

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    30f93b5 View commit details
    Browse the repository at this point in the history
  26. begone, logs

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bbf8df1 View commit details
    Browse the repository at this point in the history
  27. undo err update

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    de721d5 View commit details
    Browse the repository at this point in the history
  28. removed epoch vars

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a5456c9 View commit details
    Browse the repository at this point in the history
  29. removed comments

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0851ce0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3a2a715 View commit details
    Browse the repository at this point in the history
  31. refactored setup

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    040f2b1 View commit details
    Browse the repository at this point in the history
  32. remove debugs

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0dcbd25 View commit details
    Browse the repository at this point in the history
  33. added scenario five comments

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    406d9e8 View commit details
    Browse the repository at this point in the history
  34. formatting

    setzeus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1316ac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    57d3311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33ce47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a758f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    c8932a2 View commit details
    Browse the repository at this point in the history
  2. updated comments

    setzeus committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9b51ccc View commit details
    Browse the repository at this point in the history