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

Update clarity wasm develop #5364

Closed
wants to merge 73 commits into from

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    2d83847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ddd9e View commit details
    Browse the repository at this point in the history
  3. Updating docs

    removing several old docs files that are no longer relevant
    correcting other docs that were out of date
    wileyj committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    592a31b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add branching doc/minor fixes

    wileyj committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    efed50e View commit details
    Browse the repository at this point in the history
  2. testnet-docs: update conf

    deantchi committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    890ab28 View commit details
    Browse the repository at this point in the history
  3. testnet-docs: update conf

    deantchi authored and wileyj committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    172a0fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e39e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b747157 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e2ecd1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4991 from stacks-network/config_files

    testnet-docs: update conf
    wileyj authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ef309a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update stacks-signer/release-process.md

    Co-authored-by: Adriano Di Luzio <[email protected]>
    wileyj and aldur authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    269e5c0 View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments

    wileyj committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    696e78f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    afc9c32 View commit details
    Browse the repository at this point in the history
  2. Update docs/release-process.md

    Co-authored-by: Adriano Di Luzio <[email protected]>
    wileyj and aldur authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9d69e0e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    7dbeeea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588ec07 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    3822aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8c5b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 9, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 17, 2024

  1. chore: add backoff to dispatcher warning logs

    This could be helpful to debug issues communicating with API.
    obycode committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb7e4eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2207ac4 View commit details
    Browse the repository at this point in the history
  3. feat: various improvements to retry logic in event dispatcher

    - Create the request outside the loop
    - Cap the backoff timeout at 3x timeout
    - Print the retry attempt and backoff time in the log
    - Add a jitter to the backoff time
    obycode committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1c595ad View commit details
    Browse the repository at this point in the history
  4. chore: fix log

    obycode committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7d995db View commit details
    Browse the repository at this point in the history
  5. chore: fix missing clone

    obycode committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    334cf0f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    607e3f1 View commit details
    Browse the repository at this point in the history
  2. chore: revert change moving request creation out of loop

    This avoids a clone in the happy case (where no retry is needed).
    obycode committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2b36268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb9456 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5327 from stacks-network/chore/event-dispatcher-logs

    Improvements to event dispatcher retry logic
    kantai authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3d1f829 View commit details
    Browse the repository at this point in the history
  5. chore: fix test

    zone117x committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    23057d9 View commit details
    Browse the repository at this point in the history
  6. chore: move test

    zone117x committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e272540 View commit details
    Browse the repository at this point in the history
  7. chore: fix test

    zone117x committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8588568 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d09e034 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    540fcd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f4c42f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1208c8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5333 from stacks-network/feat/new_block_event_ten…

    …ure_height
    
    Include `tenure_height` in `/new_block` event payload
    zone117x authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    76b3094 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Do not assume every tenure has inter_blocks_per_tenure

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    899ff22 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

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

Commits on Oct 21, 2024

  1. Merge pull request #5337 from stacks-network/fix/partial-tenure-fork

    Fix partial tenure fork test
    kantai authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    da15d83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5336 from stacks-network/feat/signer-message-vers…

    …ions
    
    Add version to signer messages
    jferrant authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ca84a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ae2906 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5341 from stacks-network/chore/naka-configs

    Chore: Configure signer set to be more permissive about a slow miner wakeup
    kantai authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1528a57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8bddc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5345 from stacks-network/chore/set-3.0-height

    Chore: Set 3.0 mainnet activation height
    wileyj authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5f1b6b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c184f54 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #5351 from stacks-network/fix/default-affirmation-…

    …settings
    
    Fix default affirmation map settings for 3.0
    kantai authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50c723a View commit details
    Browse the repository at this point in the history
  2. Only check if we advanced pre fork miner 2 blocks forward

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c4a88f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5352 from stacks-network/fix/partial-tenure-fork

    Fix partial tenure fork test for real: Only check if we advanced pre fork miner 2 blocks forward
    hstove authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4f21011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7432bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5262c16 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5356 from stacks-network/feat/update-estimator-on…

    …-big-txs
    
    feat: update tx estimator when tx yields too big tx error
    kantai authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e92b081 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5358 from stacks-network/fix/remove-expect

    fix: retry `insert_payload` on failure
    wileyj authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bb9077f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb9f046 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' into chore/update-docs_1721318026

    * develop: (91 commits)
      feat: update tx estimator when tx yields too big tx error
      Only check if we advanced pre fork miner 2 blocks forward
      Fix default affirmation map settings for 3.0
      chore: set 3.0 mainnet activation height
      chore: signers should be more permissive about a slow miner wakeup
      fix: use hex instead of u8 bytes in fixture
      Do not assume every tenure has inter_blocks_per_tenure
      feat: add metadata to mock signatures
      feat: add signer message metadata to block responses
      chore: convert BlockAccepted to a struct
      chore: fix test
      chore: move test
      chore: fix test
      test: verify tenure_heights in new block events
      chore: revert change moving request creation out of loop
      feat: add `tenure_height` to `/new_block` event payload
      chore: fix missing `clone`
      chore: fix log
      feat: various improvements to retry logic in event dispatcher
      feat: cap the backoff for sending events to timeout * 3
      ...
    wileyj committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b761f1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98930ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cf78d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ba674f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51879b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf1e610 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #5359 from stacks-network/update-changelog-3.0.0

    chore: update changelog for 3.0.0.0.0
    saralab authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c798615 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4343171 View commit details
    Browse the repository at this point in the history
  17. remove unwanted field

    wileyj committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    beb3e63 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5574a17 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5b773d4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c043484 View commit details
    Browse the repository at this point in the history
  21. Fix conf file to have valid port values in test

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c179036 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge pull request #4995 from stacks-network/chore/update-docs_172131…

    …8026
    
    Fix outdated repo docs
    saralab authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dd1ebe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc67e4 View commit details
    Browse the repository at this point in the history