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.12.1-beta Release PR #4820

Closed

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    e387553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa77937 View commit details
    Browse the repository at this point in the history
  3. db: add AtomicContext (algorand#4724)

    Co-authored-by: Tolik Zinovyev <tolik@algorand.com>
    algorandskiy and tolikzinovyev authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    561bc4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    995ae47 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    3701d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac719a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e0087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    855304e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06d146b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fcfe26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae443cd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    0af97b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207f964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f94674 View commit details
    Browse the repository at this point in the history
  4. daemon: add pool error message (algorand#4755)

    Txpool might store failed transactions for quite a long time on its StatusCache.
    When someone requests a pending transaction and it gets retrieved from the cache,
    there is no indication it actually failed, and a user might have an impression the txn is fine but stuck.
    
    Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
    algorandskiy and jasonpaulos authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    863e6ca View commit details
    Browse the repository at this point in the history
  5. Tests: Fix types in assertions and change to using libgoal client whe…

    …n getting `PendingTransaction` information (algorand#4754)
    algochoi authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0eae1c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    76ff3a8 View commit details
    Browse the repository at this point in the history
  2. API: Update oapi-codegen version to v1.12.0 of our fork (algorand#4707)

    Updates the version of oapi-codegen which is installed via
    the buildtools to our v1.12.0 release. Also changes the
    Makefile targets and adds config files which are the preferred
    way of configuration instead of the old CLI flags.
    
    The generated types definitions have also been updated using
    the oapi-codegen commit which ensures all required Enums are generated
    for enums embedded in response types.
    Eric-Warehime authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5c97463 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    327e987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a13168 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Bump buildnumber.dat

    onetechnical committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    eeca9e5 View commit details
    Browse the repository at this point in the history
  2. check for large Topics length

    cce authored and onetechnical committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8151c81 View commit details
    Browse the repository at this point in the history
  3. Merge pull request algorand#5 from algorand/relstable3.11.3

    go-algorand v3.11.3-stable
    onetechnical authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6869ccb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    445b45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23890a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    9f90fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffd703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b85209 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    31e8c03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request algorand#4811 from Algo-devops-service/relstable3.…

    …11.3-remerge
    
    mergeback: Relstable3.11.3 remerge
    algojohnlee authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e618fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    526cb89 View commit details
    Browse the repository at this point in the history
  4. txHandler: add more metric (algorand#4786)

    * add txHandler backlog error reason counters
    * add txHandler backlog size gauge
    * add txsync counters
    * add TX, AV, PP, MI counters to
      DisconnectPeerEventDetails and PeerConnectionDetails
    
    Co-authored-by: chris erway <chris.erway@algorand.com>
    algorandskiy and cce authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d22fa42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06e61a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ece6bd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    68a72e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6acbd18 View commit details
    Browse the repository at this point in the history
  3. Catchpoints: Add the kv hashes into the trie (algorand#4812)

    * Add the kv hashes into the trie
    
    * Periodically commit, and report proper stats
    jannotti authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fe580fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9791d64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9202a43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b45539 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d80de1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c7fb86 View commit details
    Browse the repository at this point in the history
  9. tools: update catchpointdump 'database' and 'database check' commands…

    … to handle staging tables and KVs (algorand#4802)
    
    * update catchpointdump 'database' and 'database check' commands to handle staging tables and KVs
    
    * address CR comments
    cce authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    60cdd7d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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