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.16.0-beta Release PR #5406

Merged
merged 113 commits into from
May 23, 2023

Commits on Mar 11, 2023

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

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    5214d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e121f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c556cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 16, 2023

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

Commits on Mar 17, 2023

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

Commits on Mar 20, 2023

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

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    f8edd66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0368e14 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    3b79446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac69a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b034cb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31b978 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Dev Tools: Integrate Logfile Navigator (lnav) (algorand#5000)

    Co-authored-by: Bob Broderick <118225939+bbroder-algo@users.noreply.github.com>
    Co-authored-by: Hang Su <87964331+ahangsu@users.noreply.github.com>
    3 people committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    88cf74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e659181 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    7738691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f6d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1228171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19862ba View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Algod: support state proofs recoverability (algorand#4803)

    Nodes aggregate and save state proof information to be able to recover a stalled state proof subchain.
    In case of a problem nodes will not lose old state proof data so it will be possible to recover
    the stalled state proof chain.
    
    Data being saved:
    * state proof builder state is persisted
    * a new state proof verification tracker also persists some state proof related data from block headers
    
    Co-authored-by: Or Aharonee <17099688+Aharonee@users.noreply.github.com>
    Co-authored-by: Almog Tal <107349997+almog-t@users.noreply.github.com>
    Co-authored-by: Jonathan Weiss <85506383+algonathan@users.noreply.github.com>
    Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
    5 people committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    14ce659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7234a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ffb59 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    1d8e2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27b674 View commit details
    Browse the repository at this point in the history
  3. Algod: New health endpoint (k8s /ready endpoint) (algorand#4844)

    Add a `/ready` readiness probe endpoint for kubernetes deployments
    ahangsu committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7703bc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    1bc1252 View commit details
    Browse the repository at this point in the history
  2. AVM: Avoid panics in disassembly when branch instructions are short (a…

    …lgorand#5252)
    
    Additional error information on poorly formed programs.
    jannotti committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    896015f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    ff2997b View commit details
    Browse the repository at this point in the history
  2. Algod: Minor refactoring REST client submitForm from go-sdk PR algo…

    …rand#335 (algorand#5253)
    
    break out client support for body and parameters
    ahangsu committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f4f5ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    8068d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80008f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d71fa38 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    9ff7947 View commit details
    Browse the repository at this point in the history
  2. AVM: Share resource arrays across transactions (algorand#5035)

    v9 apps access resources named in any top-level transaction of the group, rather than only the resources named by this transaction. Non-appl transactions are treated as though they name of accounts and resources that are required to process the transaction.
    jannotti committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    edbc577 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    142bbed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ad8ee View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    9875686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a9746 View commit details
    Browse the repository at this point in the history
  3. chore: Focus CONTRIBUTING.md on code contributions. (algorand#5294)

    Co-authored-by: algoanne <90275860+algoanne@users.noreply.github.com>
    winder and algoanne committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    335e0ad View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    6453881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2d5ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b75a1df View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    c252aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc7387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aeec2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2dc097 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    15bc838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9901aa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885191a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30acd70 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    7cc6a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e06e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66911af View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    cae1b5b View commit details
    Browse the repository at this point in the history
  2. algod: Allow timestamp offsets in dev mode (algorand#5296)

    Co-authored-by: shiqizng <80276844+shiqizng@users.noreply.github.com>
    Co-authored-by: Eric Warehime <eric.warehime@gmail.com>
    3 people committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    bfc9863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c798ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    a79532b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036c4c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ee8b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    b3f5ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904a2a9 View commit details
    Browse the repository at this point in the history
  3. Algod: Simulation run with increased limits on logs (algorand#5247)

    Significantly higher per-transaction logging limits when enabled with a Simulate request object.
    ahangsu committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a9f11cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d155e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf65a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. docs: Fix bug label (algorand#5322)

    abebeos committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    13e9c29 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    5e27371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7866c32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff6da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    6d13c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03090f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc6158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ea5e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c90fe85 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    d17c1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12bf7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1634285 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    7818183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91771c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e57c3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    d939705 View commit details
    Browse the repository at this point in the history
  2. AVM: No low resources (algorand#5328)

    New approach that allows resource opcodes to maintain compatibility in v9, which allows group resource sharing. Obsoletes a prior approach that deprecated a slew of opcodes and made new ones that could not access by static array slot.
    jannotti committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ac9cdad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e980d3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    2bb2516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7920f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bfe03a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74c3caa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. AVM: Modify StackType to provide additional information (algorand#5130)

    Co-authored-by: John Jannotti <jannotti@gmail.com>
    Co-authored-by: Bob Broderick <118225939+bbroder-algo@users.noreply.github.com>
    3 people committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8926510 View commit details
    Browse the repository at this point in the history
  2. Documentation: Add container image tagging information (algorand#5372)

    Co-authored-by: algobarb <78746954+algobarb@users.noreply.github.com>
    jsgranados and algobarb committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b988971 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    460aebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7c5e54 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 13, 2023

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

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    cee1c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1425f3f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    57feb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ae1d6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    5e1f8a2 View commit details
    Browse the repository at this point in the history
  2. ledger: Exclude stake at R-320 that is expired by R (algorand#5403)

    Co-authored-by: cce <51567+cce@users.noreply.github.com>
    algorandskiy and cce committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b684243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a497df0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    06b7727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99081cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f256d9d View commit details
    Browse the repository at this point in the history