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 770 commits into
base: testnet3
Choose a base branch
from
Draft

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

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    acb237b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6350f45 View commit details
    Browse the repository at this point in the history
  3. Rewrite expectations

    raychu86 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e29c1df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2396 from AleoHQ/update/genesis_transaction

    Update inputs in genesis transactions
    howardwu committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    eefd27d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    798840b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe1bca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9350637 View commit details
    Browse the repository at this point in the history
  2. Resample genesis block

    raychu86 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    544d0c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2395 from AleoHQ/optimize-deserialize

    Add parallelism to `BatchHeader` and `Committee` deserialization
    howardwu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e9d5f8f View commit details
    Browse the repository at this point in the history
  4. Update synthesizer/process/src/cost.rs

    Signed-off-by: Howard Wu <9260812+howardwu@users.noreply.github.com>
    howardwu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f066df8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2379 from AleoHQ/test/execution-cost

    [Test] Execution cost.
    howardwu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dd01117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06201cb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    fecd05a View commit details
    Browse the repository at this point in the history
  2. tests: don't re-seed the TestRng when using check_merkle_tree

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7204e80 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Signed-off-by: dembelekaro <157847339+dembelekaro@users.noreply.github.com>
    dembelekaro committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2e67f32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2400 from dembelekaro/mainnet-staging

    [Fix] Update README.md
    howardwu committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    516985c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2399 from ljedrz/tests/check_merkle_tree_TestRng

    Don't re-seed the TestRng when calling check_merkle_tree
    howardwu committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    035c4a8 View commit details
    Browse the repository at this point in the history
  6. Add tests

    d0cd committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b4f5768 View commit details
    Browse the repository at this point in the history
  7. Add puzzle

    d0cd committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    48dd2db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96d85f2 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    d0cd committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    114a925 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    313c463 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix test

    d0cd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4cb307a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2401 from AleoHQ/feat/puzzle

    [Feature] Updates the puzzle integration for development and testing
    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    81af174 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    d0cd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8d57f74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    502c682 View commit details
    Browse the repository at this point in the history
  5. Merge mainnet-staging

    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    54e7550 View commit details
    Browse the repository at this point in the history
  6. Regenerate genesis block

    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0542c78 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2397 from AleoHQ/update/fee-signer

    Replace `self.caller` with `self.signer` in `fee_public`
    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b028362 View commit details
    Browse the repository at this point in the history
  8. Bumps MSRV to 1.76.0

    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    74173c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    761d493 View commit details
    Browse the repository at this point in the history
  10. Clippy

    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3b2bde8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22e5db6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2405 from AleoHQ/bump/msrv-176

    Bumps MSRV to 1.76.0 and updates Clippy
    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    78d449b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbe604d View commit details
    Browse the repository at this point in the history
  14. Nit

    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    704a323 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2402 from AleoHQ/feat/transfer_public_as_signer

    [Feature] Add `transfer_public_as_signer` to `credits.aleo`
    howardwu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b924170 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c75ceeb View commit details
    Browse the repository at this point in the history
  17. Merge branch 'mainnet-staging' of https://github.com/AleoHQ/snarkVM i…

    …nto is-open-to-new-stakers
    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84f68f5 View commit details
    Browse the repository at this point in the history
  18. nit

    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b0bd13f View commit details
    Browse the repository at this point in the history
  19. Add tests for is_*function*

    raychu86 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4ec6e7c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b00dcad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bb9bf60 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge pull request #2406 from AleoHQ/is-open-to-new-stakers

    Update `is_open` flag to check for new stakers
    howardwu committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0029b6a View commit details
    Browse the repository at this point in the history
  2. perf: reduce zero-padding and cache zero-hashes in k-ary MerkleTree

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3627720 View commit details
    Browse the repository at this point in the history
  3. perf: only cache the zero hash for the previous level

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3afcadd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'mainnet-staging' into bounded-parallel-verification

    Signed-off-by: Raymond Chu <14917648+raychu86@users.noreply.github.com>
    raychu86 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f2d4e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4dd9ae View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    43328ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2411 from AleoHQ/update-error-logs

    [Optimize] Add more descriptive error messages
    howardwu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fef4d68 View commit details
    Browse the repository at this point in the history
  3. Clean up comments

    raychu86 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    10b67c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e03ff View commit details
    Browse the repository at this point in the history
  5. macro cleanup

    raychu86 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0f47547 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2387 from AleoHQ/bounded-parallel-verification

    Bound parallel verification of transactions
    howardwu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2cbf34a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a42496f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd53190 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    18e2175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e871b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18add6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c95bb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add TestnetV0 network trait

    raychu86 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1a6b4ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a71d8 View commit details
    Browse the repository at this point in the history
  3. Add support for TestnetV0

    raychu86 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6b45a00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6682816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36cb737 View commit details
    Browse the repository at this point in the history
  6. Add comments

    raychu86 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0222c59 View commit details
    Browse the repository at this point in the history
  7. Minor fix

    raychu86 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cc45812 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9637993 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33cd798 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 1, 2024

  1. perf: reduce zero-padding in MerkleTree

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ee14c92 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add logging

    d0cd committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b79a59c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2410 from AleoHQ/update/is-coinbase-target-is-met

    [HackerOne-2332566] Update the target threshold
    howardwu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    abc7b50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2412 from AleoHQ/unify-target-calculations

    [HackerOne-2332566] Unify target calculations
    howardwu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    925b3ca View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    11f98f4 View commit details
    Browse the repository at this point in the history
  2. Update ledger/src/advance.rs

    Co-authored-by: Howard Wu <9260812+howardwu@users.noreply.github.com>
    Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
    d0cd and howardwu committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    128db55 View commit details
    Browse the repository at this point in the history
  3. Update ledger/src/advance.rs

    Co-authored-by: Howard Wu <9260812+howardwu@users.noreply.github.com>
    Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
    d0cd and howardwu committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    018a571 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    d0cd committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a483b63 View commit details
    Browse the repository at this point in the history
  5. Address feedback

    d0cd committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c92bb65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2420 from AleoHQ/log/solution

    [Log] Changes to epoch hash.
    howardwu committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    39282a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. docs: add an extra comment in KaryMerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb429a4 View commit details
    Browse the repository at this point in the history
  2. cleanup: remove a redundant check in KaryMerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6bc448c View commit details
    Browse the repository at this point in the history
  3. cleanup: remove another redundant check in KaryMerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cd2fe47 View commit details
    Browse the repository at this point in the history
  4. docs: fix the doc comment for hash_all_children

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7646a98 View commit details
    Browse the repository at this point in the history
  5. clippy: improve iteration

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    650271d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9055518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36a1e0f View commit details
    Browse the repository at this point in the history
  8. Add fix

    d0cd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5e23410 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    8153718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2421 from AleoHQ/fix/tx-ordering

    Use original transaction ordering in speculation
    howardwu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    13268a3 View commit details
    Browse the repository at this point in the history
  3. Adjust test

    d0cd committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9739d9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2423 from AleoHQ/fix/proof-target-tests

    [Test] Proof target tests
    d0cd committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4aa50b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2422 from AleoHQ/fix/proof-target

    Use previous block for proof target.
    howardwu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ed20562 View commit details
    Browse the repository at this point in the history
  6. perf: use a parallel sort to order txs while speculating

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f1dd908 View commit details
    Browse the repository at this point in the history
  7. perf: remove redundant checks in MerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e43435a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eac696a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4ba2f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. perf: chache the key when sorting txs while speculating

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    38fe8ff View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. perf: only check for the presence of a single child in MerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4e2f434 View commit details
    Browse the repository at this point in the history
  2. perf: stop iterating the leaves sooner in MerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7fc8a2b View commit details
    Browse the repository at this point in the history
  3. perf: stop iterating the leaves sooner in KaryMerkleTree::new

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2d2b810 View commit details
    Browse the repository at this point in the history
  4. perf: don't allocate the children in KaryMerkleTree::now

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e7031f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    950c422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e030982 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f7cf54 View commit details
    Browse the repository at this point in the history
  8. clippy: fix new lints

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a9f7ce4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

    evan-schott committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eaeebbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38603b5 View commit details
    Browse the repository at this point in the history
  4. clippy

    evan-schott committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    56f5db7 View commit details
    Browse the repository at this point in the history
  5. fix

    evan-schott committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    35e4c66 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

  1. Merge pull request #2430 from AleoHQ/test/ordering

    [Testing] Expand transaction ordering test
    howardwu committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e8d48f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update synthesizer/src/vm/finalize.rs

    Co-authored-by: vicsn <victor.s.nicolaas@protonmail.com>
    Signed-off-by: Raymond Chu <14917648+raychu86@users.noreply.github.com>
    raychu86 and vicsn committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc9e432 View commit details
    Browse the repository at this point in the history
  2. Update synthesizer/src/vm/finalize.rs

    Co-authored-by: vicsn <victor.s.nicolaas@protonmail.com>
    Signed-off-by: Raymond Chu <14917648+raychu86@users.noreply.github.com>
    raychu86 and vicsn committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c5a1e83 View commit details
    Browse the repository at this point in the history
  3. Update synthesizer/src/vm/finalize.rs

    Co-authored-by: vicsn <victor.s.nicolaas@protonmail.com>
    Signed-off-by: Raymond Chu <14917648+raychu86@users.noreply.github.com>
    raychu86 and vicsn committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8343a95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e45d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abfa125 View commit details
    Browse the repository at this point in the history
  6. Fix test

    raychu86 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    55494d9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2414 from AleoHQ/feat/testnetv0

    Introduce `TestnetV0` Network Impl
    howardwu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    767434c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2407 from ljedrz/perf/kary_merkle_tree_padding

    Reduce zero-padding and cache zero-hashes in k-ary MerkleTree
    howardwu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bbdb745 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2415 from ljedrz/perf/merkle_tree_padding

    Reduce zero-padding and cache zero-hashes in MerkleTree
    howardwu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    933f12f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2425 from ljedrz/perf/tx_speculation_ordering2

    Use a parallel sort to order txs while speculating
    howardwu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    51c3d27 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2419 from AleoHQ/feat/network-id

    [Feature] new `network.id` opcode
    howardwu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d48f6fb View commit details
    Browse the repository at this point in the history
  12. Fix test

    raychu86 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    69f9100 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcc3018 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    9a2e6ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2433 from AleoHQ/feat/aborted-transmissions-map

    [Fix] Add `BFTAbortedTransmissionIDsMap`
    howardwu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    da3d78a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Introduce LimitedReader

    d0cd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f2d0608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad340bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c5661 View commit details
    Browse the repository at this point in the history
  4. Introduce LimitedWriter

    d0cd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ebc6d29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fee975 View commit details
    Browse the repository at this point in the history
  6. Add restrictions to serializer

    d0cd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8959e47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65afdb7 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    d0cd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d368b94 View commit details
    Browse the repository at this point in the history
  9. Cleanup and add more tests

    d0cd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1ce5475 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d68352f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    909708d View commit details
    Browse the repository at this point in the history
  2. Add TODO

    d0cd committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f1cf9a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    4e5d984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2656dfa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2428 from AleoHQ/mitigate-free-verification

    [Feature] Mitigate payment-free verification
    howardwu committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    33bf3c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2429 from ljedrz/cleanup/clippy

    Fix new clippy lints
    howardwu committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    85a62a8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2434 from AleoHQ/get_delegators_for_validator

    Add support to fetch delegators for given validator
    howardwu committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    43abe1b View commit details
    Browse the repository at this point in the history
  6. Cleanup

    d0cd committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    40c38e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54afc5e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. perf: don't recreate ReadOptions when querying the database

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5d04eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcffe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    c232bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26c951 View commit details
    Browse the repository at this point in the history
  3. Loop over references

    d0cd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a1eec15 View commit details
    Browse the repository at this point in the history
  4. Add code comment

    d0cd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d90c9c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce55ef6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3476183 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a55a98 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Check for empty buffer

    d0cd committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4f0b637 View commit details
    Browse the repository at this point in the history
  2. Add additional case for test

    raychu86 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7d937b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2437 from AleoHQ/feat/transaction-byte-limit

    [Feature] Introduces a maximum transaction size.
    howardwu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8f3f019 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2440 from AleoHQ/fix/transition-serialization

    [TOB] Fix length in `Serialize` impl for `Transition`
    howardwu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8b7f59e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2442 from AleoHQ/test/unbond-bond-to-max

    [Test] Add additional case for max committee limit testing
    howardwu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c1af0d3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2436 from AleoHQ/bench-bonded-mappings

    Delegator benchmarks
    howardwu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    aef07da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59c9f10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e2d298 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcc7e27 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Revert

    d0cd committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3a3541a View commit details
    Browse the repository at this point in the history
  2. Add check to credits.aleo

    d0cd committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dd8913c View commit details
    Browse the repository at this point in the history
  3. Add test

    d0cd committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8ecd933 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #2438 from niklaslong/feat/transaction-byte-limit

    Introduce large execution transaction test helper
    howardwu committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    afacda3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2441 from AleoHQ/fix/code-quality

    [TOB] Improve code quality
    howardwu committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    24a0e76 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    73d0c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf4db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e8eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eea169 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77bb761 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    raychu86 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b5a07d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09fbe3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e918b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    946f217 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b174c12 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2444 from AleoHQ/feat/variable-count

    Adds a variable limit for deployments
    howardwu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eedf4c8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2443 from AleoHQ/fix/restrict-bond-public-as-vali…

    …dator-to-user
    
    [Fix] Restrict `bond_public` as validator to users only.
    howardwu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1485bdd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge pull request #2439 from ljedrz/perf/dont_allocate_read_opts

    [Perf] Don't recreate ReadOptions when querying the database
    howardwu committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    57641ca View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    cc28c8d View commit details
    Browse the repository at this point in the history
  2. Update benchmark directory

    raychu86 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5d03c15 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update printlns

    raychu86 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0cf96c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27dcff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c57a48 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Modify comments for clarity

    Signed-off-by: Mike Turner <mturner@aleo.org>
    iamalwaysuncomfortable committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2b2c43c View commit details
    Browse the repository at this point in the history
  2. Modify comments for clarity

    Signed-off-by: Mike Turner <mturner@aleo.org>
    iamalwaysuncomfortable committed May 6, 2024
    Configuration menu
    Copy the full SHA
    701bef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a1ef94 View commit details
    Browse the repository at this point in the history
  4. perf: don't allocate most of the rocksdb keys

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    417300b View commit details
    Browse the repository at this point in the history
  5. chore: adjust the lockfile

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7a20bea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2446 from AleoHQ/benches/limited-writer

    [Benchmark] Add benchmarks of `LimitedWriter`
    howardwu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8421146 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request #2449 from ljedrz/perf/dont_allocate_rocksdb_keys

    [Perf] Don't allocate all rocksdb keys
    howardwu committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3ebe60c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat: introduce cfg_sorted_by

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

Commits on May 13, 2024

  1. Do not abort executions early in prepare_for_speculate

    Executions require full verification to avoid malleability attack.
    
    See: https://github.com/AleoHQ/snarkVM/issues/2451
    vicsn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    05c0273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff52ba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. perf: speed up the LiteralType check for the Identifier

    Signed-off-by: ljedrz <ljedrz@gmail.com>
    ljedrz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ba56517 View commit details
    Browse the repository at this point in the history
  2. chore: adjust the lockfile

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    93d1570 View commit details
    Browse the repository at this point in the history
  2. upgrade CI

    zosorock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a76593b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeba7d2 View commit details
    Browse the repository at this point in the history
  4. updating Rust version

    zosorock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    95ca3d9 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    raychu86 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8421792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8deffb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d1b150 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2455 from AleoNet/feat/new-network

    Adding Testnet Beta genesis block
    zosorock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    140ff26 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Revert "Do not abort executions early in prepare_for_speculate"

    This reverts commit 05c0273.
    vicsn committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fd51446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6bf5a View commit details
    Browse the repository at this point in the history
  3. Fix tests

    vicsn committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6e6476e View commit details
    Browse the repository at this point in the history

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

Commits on May 21, 2024

  1. 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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a6256eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644c5ee View commit details
    Browse the repository at this point in the history
  3. 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
  4. Configuration menu
    Copy the full SHA
    dfd00e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6120c67 View commit details
    Browse the repository at this point in the history
  6. 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
  7. 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
  8. 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a8c0b2d View commit details
    Browse the repository at this point in the history
  15. 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. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Merge pull request #2465 from AleoNet/revert-multiple-prs

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

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

Commits on May 25, 2024

  1. Merge pull request #2466 from AleoNet/mainnet-staging

    [hotfix] Update the genesis targets for TestnetV0
    zosorock committed May 25, 2024
    Configuration menu
    Copy the full SHA
    fddd8b9 View commit details
    Browse the repository at this point in the history