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

go-algorand 3.20.1-stable Release PR #5852

Merged
merged 51 commits into from
Dec 5, 2023

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    a680ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c482ab View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    ad162dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51db0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b4086 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    40c16e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18a78e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29072a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4e94fe View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    19c1bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b824ee View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    70cf5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aeb841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b2349f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Nov 2, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    af2a7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a2ef5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1207a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7ebb9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03efd42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3605084 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. txHandler: applications rate limiter (algorand#5734)

    * Rate limit incoming apps based on app id + sender IP addr when the backlog is more than 1/2 full.
    * Implemented as a sharded map with sliding window limiter.
       The sliding window data is used to for least recently used eviction (list based).
    * Two hash functions are used:
       1) memhash64 for app to bucket mapping
       2) salted blake2b for app id + sender caching (shrank to 8 bytes to save on memory)
    algorandskiy authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8e30dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b7096 View commit details
    Browse the repository at this point in the history
  3. Build: bump github.com/consensys/gnark-crypto from 0.12.0 to 0.12.1 (a…

    …lgorand#5822)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ohill <[email protected]>
    dependabot[bot] and ohill authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1bb78de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3440c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8165f5c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    5d047a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    948f08b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d958b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6e88c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7040500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff0ee44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03e1fd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07e0a1b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d22419d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c724cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06790fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd97193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89a1930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b62dc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Nov 20, 2023

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

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    a4fca79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89254b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c0d8d View commit details
    Browse the repository at this point in the history