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

chore: upgrade clarity-vm including epoch 3.0 #1266

Merged
merged 47 commits into from
Jan 23, 2024

Commits on Dec 22, 2023

  1. chore: upgrade clarity-vm version

    feat: better handling of epoch 2.5 and 3.0
    
    refactor: review
    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9754fbb View commit details
    Browse the repository at this point in the history
  2. chore: expose miner_wallet_name in settings

    Ludo Galabru authored and hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7236a50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee02d0 View commit details
    Browse the repository at this point in the history
  4. chore: update tracing-subscriber dependency

    chore: upgrade dependencies
    
    refactor: cargo fmt
    obycode authored and hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a9bba59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    373c7be View commit details
    Browse the repository at this point in the history
  6. feat: pox-4

    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a744461 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94be62f View commit details
    Browse the repository at this point in the history
  8. chore: update cargo.lock

    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    64068ad View commit details
    Browse the repository at this point in the history
  9. fix: pox-4 stacking

    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7506659 View commit details
    Browse the repository at this point in the history
  10. fix: adjust the timing of the stacking orders (#1297)

    * fix: adjust the timing of the stacking orders
    
    If `stack-stx` is processed during a prepare phase, then the account is
    not stacked for the next cycle, N, it is stacked for N+1. To deal with
    that, this change moves the stacking orders earlier in the cycle so that
    they are processed before the prepare phase.
    
    * fix: further improvements to stacking orders
    
    This prevents an issue where a stacking order is attempted too early.
    obycode authored and hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0a12455 View commit details
    Browse the repository at this point in the history
  11. fix: typo

    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f838929 View commit details
    Browse the repository at this point in the history
  12. fix: audit

    hugocaillard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9c4009d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fed4c4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42fe4e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b3c97d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    771ea74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04dd3ec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1d7c62e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

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

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    bd8f749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c736b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb1514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c16cb8 View commit details
    Browse the repository at this point in the history
  5. refactor: fmt

    hugocaillard committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f0ad1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3315c5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d87a8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b0a3bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    649e861 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96eada8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b38f3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f795f View commit details
    Browse the repository at this point in the history
  3. fix: expose NAKA_ images

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    909610d View commit details
    Browse the repository at this point in the history
  4. fix: typo

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    248562a View commit details
    Browse the repository at this point in the history
  5. refactor: remove comment

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8d70d71 View commit details
    Browse the repository at this point in the history
  6. fix: typo

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    de40306 View commit details
    Browse the repository at this point in the history
  7. fix: typo

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e5e6003 View commit details
    Browse the repository at this point in the history
  8. fix: stacks-node config

    hugocaillard committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0f34af6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

  1. fix: typo

    Co-authored-by: Micaiah Reid <[email protected]>
    hugocaillard and MicaiahReid authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c169884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbb3b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    f9284fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8899e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f76ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a7f9fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9de03e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be2d7e8 View commit details
    Browse the repository at this point in the history
  7. chore: fix cargo audit

    hugocaillard committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    03d70b2 View commit details
    Browse the repository at this point in the history