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

[Tracking] Pre-release of the mainnet branch #2199

Draft
wants to merge 1,011 commits into
base: testnet3
Choose a base branch
from
Draft

[Tracking] Pre-release of the mainnet branch #2199

wants to merge 1,011 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 20, 2024

  1. perf: reduce allocations in ToBits for Plaintext

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5835a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a94bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f95b38 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Add rewards tests

    evanmarshall committed May 21, 2024
    Configuration menu
    Copy the full SHA
    88f8d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d834b9 View commit details
    Browse the repository at this point in the history
  3. refactor: use type_name instead of literals for LiteralType::parse

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c792427 View commit details
    Browse the repository at this point in the history
  4. Fix bugs

    evanmarshall committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b028884 View commit details
    Browse the repository at this point in the history
  5. Lint

    evanmarshall committed May 21, 2024
    Configuration menu
    Copy the full SHA
    acfd327 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a13a11 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Update to pr feedback

    evanmarshall committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c04380b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a4f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6256eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    644c5ee View commit details
    Browse the repository at this point in the history
  5. Introduce TestnetV1 network

    raychu86 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cab1c0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfd00e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6120c67 View commit details
    Browse the repository at this point in the history
  8. Add parameters for TestnetV1

    raychu86 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a8b0c82 View commit details
    Browse the repository at this point in the history
  9. Add TestnetV1 ID parsing

    raychu86 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2abf0e1 View commit details
    Browse the repository at this point in the history
  10. Regenerate genesis block

    raychu86 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    895952f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Regenerate genesis block

    raychu86 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9493c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da43ab View commit details
    Browse the repository at this point in the history
  3. Introduce CanaryV0

    raychu86 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d638448 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2458 from ljedrz/perf/plaintext_bits_allocs

    [Perf] Reduce allocations in ToBits for Plaintext
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    757e5d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2454 from ljedrz/perf/identifier_literal_type_par…

    …sing
    
    [Perf] Reduce allocations when parsing Identifiers
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a471281 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2459 from ljedrz/refactor/futureproof_literals

    [Refactor] Use type_name instead of literals in LiteralType::parse
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    dbc101b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2450 from ljedrz/feat/cfg_sorted_by

    Introduce cfg_sorted_by
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    9d956dd View commit details
    Browse the repository at this point in the history
  8. Modify CI to use CircleCI's runners

    Signed-off-by: Fabiano Prestes <zosorock@users.noreply.github.com>
    zosorock authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fa04451 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2452 from AleoNet/only_abort_deploys_early

    [HackerOne-2498849] Only abort deploys early in prepare_for_speculate
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f6ace91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a68e2a1 View commit details
    Browse the repository at this point in the history
  11. Use parameters::canary

    raychu86 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    13b3efa View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2463 from AleoHQ/feat/testnetv1

    [Feature] Introduce `CanaryV0` Network
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0bd71b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f197796 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2462 from AleoHQ/fix/stored-parameters

    [Fix] Add `num_variables` to verifying key serialization
    howardwu authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a8c0b2d View commit details
    Browse the repository at this point in the history
  15. Merge mainnet-staging

    raychu86 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b2afacb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6a0d537 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48d4c21 View commit details
    Browse the repository at this point in the history
  18. adding new Testnet genesis block with new coinbase and proof targets

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed May 23, 2024
    Configuration menu
    Copy the full SHA
    078bd05 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    ee30b9f View commit details
    Browse the repository at this point in the history
  2. nit: fix test name

    howardwu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aa370c2 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #2462 from AleoHQ/fix/stored-parameters"

    This reverts commit a8c0b2d, reversing
    changes made to 0bd71b5.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    54c17c0 View commit details
    Browse the repository at this point in the history
  4. Revert "Merge pull request #2463 from AleoHQ/feat/testnetv1"

    This reverts commit 0bd71b5, reversing
    changes made to f6ace91.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a129de0 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge pull request #2452 from AleoNet/only_abort_deploys_early"

    This reverts commit f6ace91, reversing
    changes made to 9d956dd.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1816887 View commit details
    Browse the repository at this point in the history
  6. Revert "Merge pull request #2450 from ljedrz/feat/cfg_sorted_by"

    This reverts commit 9d956dd, reversing
    changes made to dbc101b.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1f9aef2 View commit details
    Browse the repository at this point in the history
  7. Revert "Merge pull request #2459 from ljedrz/refactor/futureproof_lit…

    …erals"
    
    This reverts commit dbc101b, reversing
    changes made to a471281.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    10ec10d View commit details
    Browse the repository at this point in the history
  8. Revert "Merge pull request #2454 from ljedrz/perf/identifier_literal_…

    …type_parsing"
    
    This reverts commit a471281, reversing
    changes made to 757e5d5.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d85b49d View commit details
    Browse the repository at this point in the history
  9. Revert "Merge pull request #2458 from ljedrz/perf/plaintext_bits_allocs"

    This reverts commit 757e5d5, reversing
    changes made to 140ff26.
    zosorock committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1ce3cb3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9376a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a51aa9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91f5b41 View commit details
    Browse the repository at this point in the history
  13. nit: improve readability of microcredits logic in committee_and_deleg…

    …ated_maps_into_committee
    howardwu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    69b3876 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9aeb28f View commit details
    Browse the repository at this point in the history
  15. Adds unbonding check in bond_public (fix); reduce number of finalize …

    …operations in bond_validator and bond_public
    howardwu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a67e5c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    89491f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f7e5caa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    af7f94d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    808b015 View commit details
    Browse the repository at this point in the history
  20. Update header image link

    zosorock authored May 24, 2024
    Configuration menu
    Copy the full SHA
    a165eb6 View commit details
    Browse the repository at this point in the history
  21. Resample genesis blocks

    raychu86 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8ba7dc5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #2465 from AleoNet/revert-multiple-prs

    Revert multiple prs
    apruden2008 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    c891ca2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e0d378e View commit details
    Browse the repository at this point in the history
  24. Merge pull request #2464 from AleoNet/update/testnetv0-genesis-target

    [Testnet] Update the genesis targets for `TestnetV0`
    apruden2008 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    393b8fb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2ad22c0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    56501d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d033c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update tests

    evanmarshall committed May 27, 2024
    Configuration menu
    Copy the full SHA
    980444b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    02f65f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ff5de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788fac2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge pull request #2470 from AleoNet/revert-revert-canary-network-trait

    Re-introduce Canary network trait
    zosorock authored May 29, 2024
    Configuration menu
    Copy the full SHA
    57b16db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ea777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8961bfb View commit details
    Browse the repository at this point in the history
  4. Fix tests

    evanmarshall committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3fe8bc5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. adding updated canary genesis block

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed May 30, 2024
    Configuration menu
    Copy the full SHA
    933782c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2471 from AleoNet/upd/canary-genesis-block

    Adding updated canary genesis block
    zosorock authored May 30, 2024
    Configuration menu
    Copy the full SHA
    9c3bd7f View commit details
    Browse the repository at this point in the history
  3. fix committee_members test

    vicsn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aabb62e View commit details
    Browse the repository at this point in the history
  4. Update test expectations

    vicsn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    adb942a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf338a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e52e9db View commit details
    Browse the repository at this point in the history
  7. Update Canary genesis block

    vicsn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5547410 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2453 from demox-labs/update-credits

    ARC-0041: Update credits program to support delegation before validator bonding and native commission.
    alzger authored May 30, 2024
    Configuration menu
    Copy the full SHA
    74a4378 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. updating parameters CDN url

    zosorock committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa39471 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix typos

    ghostant-1017 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    89de1f1 View commit details
    Browse the repository at this point in the history
  2. Duplicate with 2.

    ghostant-1017 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    21cbc0c View commit details
    Browse the repository at this point in the history
  3. Fix typos

    ghostant-1017 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2c9cdd3 View commit details
    Browse the repository at this point in the history
  4. tests: add a case for atomic unpausing on insertion error

    Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
    ljedrz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3696b0d View commit details
    Browse the repository at this point in the history
  5. chore: adjust the lockfile

    Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
    ljedrz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8dc3011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb6caa7 View commit details
    Browse the repository at this point in the history
  7. Rename Solution to PartialSolution

    raychu86 authored and vicsn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    727b904 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4211e4 View commit details
    Browse the repository at this point in the history
  9. Add checks against incorrect targets

    raychu86 authored and vicsn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7a18d74 View commit details
    Browse the repository at this point in the history
  10. Adds get_proof_target_unchecked

    howardwu authored and vicsn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    928f339 View commit details
    Browse the repository at this point in the history
  11. Revert "Revert "Merge pull request #2452 from AleoNet/only_abort_depl…

    …oys_early""
    
    This reverts commit 1816887.
    vicsn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ce115ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    122bb37 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add back anf prefix

    vicsn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    dac33b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2477 from ProvableHQ/test-circleci-fix-four

    use parameters to simplify config file updates
    zosorock authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4736201 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mainnet-staging' of https://github.com/AleoHQ/snarkVM i…

    …nto feat/restricted-list
    howardwu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0752ec2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'mainnet-staging' of https://github.com/AleoHQ/snarkVM i…

    …nto feat/restricted-list
    howardwu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    81fda23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09ffd18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8e59b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a122c73 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. perf: speed up Identifier::from_str

    Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
    ljedrz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d01cc78 View commit details
    Browse the repository at this point in the history
  2. chore: adjust the lockfile

    Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
    ljedrz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c9c244a View commit details
    Browse the repository at this point in the history
  3. Further parallelize CI

    vicsn committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    93773bd View commit details
    Browse the repository at this point in the history
  4. Reduce duration of tests

    vicsn committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    322db5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feafc77 View commit details
    Browse the repository at this point in the history
  6. WIP

    d0cd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    adb6512 View commit details
    Browse the repository at this point in the history
  7. Use big CI machines

    vicsn committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0a3d517 View commit details
    Browse the repository at this point in the history
  8. Update CircleCI resource

    vicsn committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    339f1f9 View commit details
    Browse the repository at this point in the history
  9. Fix test expectation

    vicsn committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5b556f5 View commit details
    Browse the repository at this point in the history
  10. Update CI

    zosorock authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    113cfd4 View commit details
    Browse the repository at this point in the history
  11. WIP

    d0cd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b724218 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    e579d0a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/restricted-list' of https://github.com/AleoHQ/snarkVM

     into feat/restricted-list
    howardwu committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    43b5841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bba06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0495d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Fix and cleanup

    d0cd committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e3bc4f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Cleanup

    d0cd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9d0771f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c969251 View commit details
    Browse the repository at this point in the history
  3. Update CI

    zosorock authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    539d2fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7700ec View commit details
    Browse the repository at this point in the history
  5. Update CircleCI config

    zosorock authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ba3cb0f View commit details
    Browse the repository at this point in the history
  6. Updated config.yml

    zosorock committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    94b1081 View commit details
    Browse the repository at this point in the history
  7. Update .circleci/config.yml

    zosorock authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    473a05f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01750e3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2480 from AleoNet/upd/param-urls

    updating parameters CDN url
    zosorock authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0f382b6 View commit details
    Browse the repository at this point in the history
  10. Fix CI resource name

    vicsn committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9e01755 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #2457 from niklaslong/fix/atomics

    [Fix] Unpause atomic writes on block insert error
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5050cb1 View commit details
    Browse the repository at this point in the history
  2. Update synthesizer/src/vm/helpers/rewards.rs

    Co-authored-by: Evan Marshall <evangeorgemarshall@gmail.com>
    ghostant-1017 and evanmarshall authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f36c545 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2483 from ProvableHQ/abort_invalid_fee_early

    [HackerOne-2498849] Only abort deploys early in prepare_for_speculate
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4e54c11 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2481 from ljedrz/perf/identifier_literal_type_par…

    …sing2
    
    [Perf] Speed up Identifier::from_str
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    86af0f9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2485 from ProvableHQ/feat/serialize-target

    [Feature] Add proof target to Solution serialization
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5a089b7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2486 from ProvableHQ/increase_num_validators

    Increase mainnet MAX_CERTIFICATES, and thereby max number of validators
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5a2a369 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2484 from ProvableHQ/ci_parallelize_test

    Make CI 3x faster
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e6cfa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43e681f View commit details
    Browse the repository at this point in the history
  9. Update CI config.yml

    Modified due to new org created in CircleCI.
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    da597c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90f384a View commit details
    Browse the repository at this point in the history
  11. Upload parameters

    vicsn committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    30fb8a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a02db8 View commit details
    Browse the repository at this point in the history
  13. Formatting nit

    iamalwaysuncomfortable committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a293ca0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c93fb26 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2487 from ProvableHQ/feat/restricted-list

    Initializes the restrictions list for each network
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a3c9403 View commit details
    Browse the repository at this point in the history
  16. updating to Canary genesis block v0.2.1 - sha256 c460475dd6575cbed58d…

    …f236933c37f183469a36d1db54ada7a4d3f569a576fb
    
    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c75bc71 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'foundation/mainnet-staging' into feat/l…

    …og-credits-mappings
    d0cd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e9b351e View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2491 from ProvableHQ/update_parameters

    Update parameters
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    265c23f View commit details
    Browse the repository at this point in the history
  19. Merge pull request #2456 from AleoNet/storage-price-penalty

    Fairly price storage costs for transactions
    zosorock authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6395a59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dcb0225 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    735b383 View commit details
    Browse the repository at this point in the history
  2. New Canary genesis block - sha256 26a13c930e65f01bb04515b29315081561b…

    …1a80db3e3be6f33c07d2113c06ef7
    
    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7efdedd View commit details
    Browse the repository at this point in the history
  3. Update links

    zosorock authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e3fc833 View commit details
    Browse the repository at this point in the history
  4. Updated header image and links

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7cf1795 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2492 from AleoNet/upd/canary-genesis-0.2.1

    Canary genesis block v0.2.1 / sha256 - c460475dd6575cbed58df236933c37f183469a36d1db54ada7a4d3f569a576fb
    zosorock authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    454d555 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Address feedback

    d0cd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f2b14e3 View commit details
    Browse the repository at this point in the history
  2. Fix grouping

    d0cd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    38666d0 View commit details
    Browse the repository at this point in the history
  3. Remove unused method

    d0cd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a084a31 View commit details
    Browse the repository at this point in the history
  4. Fix

    d0cd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c7ca7f4 View commit details
    Browse the repository at this point in the history
  5. Clippy

    d0cd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7e31e10 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    8e8fd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057573f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2493 from ProvableHQ/feat/log-credits-mappings

    [Feature] Support historical logging for `delegated`, `bonded, and `unbonding` mappings.
    apruden2008 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d64025 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    0a44747 View commit details
    Browse the repository at this point in the history
  2. Fix test: the bug was that an address was still captured by the check…

    … but it was the withdrawal address
    evanmarshall committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f6fe66 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. resource class changes

    zosorock authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dbcc729 View commit details
    Browse the repository at this point in the history
  2. let them run it

    zosorock authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ca98d1d View commit details
    Browse the repository at this point in the history
  3. new header image url

    zosorock authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    456f644 View commit details
    Browse the repository at this point in the history
  4. Update sizes.

    Update sizes of containers for each job.
    jhaineault-aleo authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d3abd29 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update size to aleonet/2xlarge

    Update size to aleonet/2xlarge
    jhaineault-aleo authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a7c8fd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2495 from HarukaMa/HarukaMa-patch-1

    Turn off error log for prebonds
    zosorock authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    17b2e57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2498 from demox-labs/fix-bond-validator-check

    Fix check for bond_validator increasing number of validators beyond M…
    zosorock authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    38e7ad8 View commit details
    Browse the repository at this point in the history
  4. modify sizes

    zosorock authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    246f68d View commit details
    Browse the repository at this point in the history
  5. Links and resource adjustments

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    61f0a40 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2501 from AleoNet/fix/readme-header-img

    Fix header image, links, build instructions, rightsize CI
    zosorock authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8a05317 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update puzzle

    d0cd committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9b3958a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. CI

    d0cd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9eeeb7c View commit details
    Browse the repository at this point in the history
  2. Fix CI

    d0cd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4ffae68 View commit details
    Browse the repository at this point in the history
  3. Update targets

    d0cd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0c201c8 View commit details
    Browse the repository at this point in the history
  4. Update Network trait

    d0cd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7e0175f View commit details
    Browse the repository at this point in the history
  5. Update test expectations

    vicsn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bdd0f69 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2502 from ProvableHQ/feat/update-puzzle

    [Feature] Updates the puzzle integration for development and testing
    apruden2008 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d1dbad4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84648d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Minor fixes for checks

    raychu86 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5541e64 View commit details
    Browse the repository at this point in the history
  2. nit

    raychu86 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    39777a3 View commit details
    Browse the repository at this point in the history
  3. Cleanup check

    raychu86 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0fe3061 View commit details
    Browse the repository at this point in the history
  4. Update genesis blocks

    d0cd committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    40e3553 View commit details
    Browse the repository at this point in the history
  5. Update test

    d0cd committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bb98e68 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2503 from ProvableHQ/feat/update-target

    [Feature] Update targets
    apruden2008 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d170a9f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    87e611c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12c33d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    2813781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551ed6a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Introduce check_solution_mut

    raychu86 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c071fe1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Add tests for solutions

    raychu86 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0adef62 View commit details
    Browse the repository at this point in the history
  2. Add checksum to transmission_id

    vicsn committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    74f19b0 View commit details
    Browse the repository at this point in the history
  3. Fix CI config

    vicsn committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8a73a85 View commit details
    Browse the repository at this point in the history
  4. Nit: Minor optimization

    raychu86 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fa3a03d View commit details
    Browse the repository at this point in the history
  5. nit: test pref

    raychu86 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3adb1e2 View commit details
    Browse the repository at this point in the history
  6. nit

    raychu86 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    baa7f81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3557215 View commit details
    Browse the repository at this point in the history
  8. Use u128 as the checksum

    raychu86 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b0d34da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef22564 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2322a93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c14fa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Add helper method

    raychu86 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f48330b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Nit: change test ordering

    raychu86 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8f2c014 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request #23 from ProvableHQ/fix/solution-verification

    [Fix] Add robustness to solution verification #2520
    raychu86 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b8d8cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653cc1b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 29, 2024

  1. Merge pull request #2511 from ProvableHQ/additional-tx-checks

    [Fix] Add additional input/output checks to `Execution` verification
    zosorock authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ef547d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2521 from ProvableHQ/fix/transmission-checksum

    [Fix] Add checksum to `TransmissionID`
    zosorock authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    68f4f31 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. adding new genesis block with TransmissionID checksum (PR #2541)

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0043a34 View commit details
    Browse the repository at this point in the history
  2. updating genesis block size

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f8a8636 View commit details
    Browse the repository at this point in the history
  3. renaming genesis json files

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d796e13 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2522 from zosorock/canary/v0.4.0

    Updating Canary genesis block with TransmissionID checksum - v0.4.0
    CI: https://app.circleci.com/pipelines/github/AleoNet/snarkVM/13255
    zosorock authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3d8b912 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

  1. Merge pull request #2524 from ProvableHQ/dont_expect_solution_checksu…

    …m_consistency
    
    Don't assume solution checksum consistency in check_subdag_transmissions
    
    This will be Canary release v0.4.1
    zosorock authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    83795c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. adding new genesis block for Testnet v0.4.0

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7263746 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2528 from zosorock/testnet/v0.4.0

    Resampling Testnet genesis block for v0.4.0 release
    zosorock authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    be171ce View commit details
    Browse the repository at this point in the history
  3. caching parameter downloads so we don't get rate limited by AWS.

        limiting parallelization of tests using -- --test-threads. The other option would be to use cargo nextest, but that would add a new dependency.
    vicsn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7e7f398 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add forged block test

    raychu86 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    55faed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aefccaa View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2929fe1 View commit details
    Browse the repository at this point in the history
  2. nits

    raychu86 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    99db484 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add documentation

    raychu86 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f483953 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. nits

    raychu86 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    67be106 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. refactor: use explicit wrapping addition in Fp*::mul_assign

    Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
    ljedrz authored and raychu86 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2482c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a0d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6296b95 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    1c6c84d View commit details
    Browse the repository at this point in the history
  2. Simplify test

    raychu86 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7e8005c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #2535 from ProvableHQ/fix/deployment-verification

    [Fix] Make deployment verification consistent by deterministically seeding the RNG.
    zkxuerb authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0dffb36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2537 from ProvableHQ/fix/subdag-verification

    [Fix] Add subdag verification checks
    zkxuerb authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5bb50a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add test_load_bytes_mini

    vicsn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e5a8021 View commit details
    Browse the repository at this point in the history
  2. Use medium machine

    vicsn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e13403 View commit details
    Browse the repository at this point in the history
  3. Use large machine

    vicsn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    494521b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. adding mainnet genesis block

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4803bb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. updating genesis block timestamp

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    62f330f View commit details
    Browse the repository at this point in the history
  2. genesis block with updated timestamp

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4812cab View commit details
    Browse the repository at this point in the history
  3. mainnet genesis block with updated timestamp

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4b3dee4 View commit details
    Browse the repository at this point in the history
  4. new mainnet genesis block with updated timestamp

    Signed-off-by: Fabiano <zosorock@users.noreply.github.com>
    zosorock committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e39e130 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2542 from zosorock/mainnet-beta/v0.1.0

    Updating Mainnet Beta genesis block for release v0.1.0
    zosorock authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    02994a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update license headers

    raychu86 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    812d6e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

    raychu86 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    83707b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #2547 from ProvableHQ/update-license

    [Chore] Update license headers
    aleojohn authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    49bc10e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2523 from ProvableHQ/test_param_cache

    [Fix] Cache parameter downloads and limit test parallelization
    aleojohn authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dd96892 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2512 from ProvableHQ/chore/repo-reference

    [Chore] Update `Cargo.toml` crate attributes
    aleojohn authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    abd6cc4 View commit details
    Browse the repository at this point in the history
  4. Fix file line count

    raychu86 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c5ecfe6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2548 from ProvableHQ/fix/updatable-count

    [Fix] Update line count in test
    zosorock authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3d42aa0 View commit details
    Browse the repository at this point in the history