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.2-stable Release PR #4837

Merged
merged 78 commits into from
Nov 28, 2022

Commits on Oct 24, 2022

  1. API: bump max size of teal source and dryrun (algorand#4633)

    * bump max size of teal source and dryrun
    barnjamin authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e8e1b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b028c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a83da0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c2bc3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbd5b17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0ea76 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    fb332de View commit details
    Browse the repository at this point in the history
  2. lint: enable go vet printf format arg checks for logging (algorand#4679)

    * lint: enable go vet printf format arg checks for logging
    
    * add more printf functions
    
    * run gofmt and govet on test code
    cce authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6a2942d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    ad08f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e90ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e36847 View commit details
    Browse the repository at this point in the history
  4. AVM: match, pushints, and pushbytess opcodes (algorand#4645)

    add match opcode along with assembler and eval unit tests
    implementation of match, pushints, and pushbytess
    add docs for pushints and pushbytess
    algoidurovic authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ab87a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    40974ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c2bc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    0cb9a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7602d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1f498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba9c593 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f396b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    97c232d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959fb5a View commit details
    Browse the repository at this point in the history
  3. AVM: fix early eval exits for Debugger (algorand#4719)

    Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>
    jannotti and michaeldiamant authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    bac4117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daca5d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15efc02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8f1b4a View commit details
    Browse the repository at this point in the history
  7. Consensus: v36 upgrade (algorand#4722)

    v36 consensus upgrade
    jannotti authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    06f9109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f37bb6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c0dd9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31a1099 View commit details
    Browse the repository at this point in the history

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 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
    b66a955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62568c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efdfc1f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    bacdf8d View commit details
    Browse the repository at this point in the history
  2. Bump buildnumber.dat

    onetechnical committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0ca1eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f01d48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3583908 View commit details
    Browse the repository at this point in the history