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

Refactor tranche token #330

Merged
merged 129 commits into from
Jul 2, 2024
Merged

Refactor tranche token #330

merged 129 commits into from
Jul 2, 2024

Commits on Apr 16, 2024

  1. add liquidity pool router

    ilinzweilin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d082fb3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. merge main

    ilinzweilin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    820e025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c7dde View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix error

    ilinzweilin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6e4b175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f66b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf403c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Clean up ERC20

    hieronx committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ff7f3d9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/centrifuge/liquidity-pools

    …into clean-up-erc20
    hieronx committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4424ae5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. PoC

    hieronx committed May 20, 2024
    Configuration menu
    Copy the full SHA
    79dc102 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. WIP

    hieronx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    192e8b5 View commit details
    Browse the repository at this point in the history
  2. WIP

    hieronx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3c81599 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Router rebase (#307)

    * Consistent mocks naming (#299)
    
    * rename mocks to consistent formatting
    
    * fix MockRestrictionManagerFactory
    
    ---------
    
    Co-authored-by: Jeroen <[email protected]>
    
    * update all relative imports to absolute imports (#297)
    
    Co-authored-by: Jeroen <[email protected]>
    
    * Remove trusted forwarder pattern (#294)
    
    * Remove trusted forwarder pattern
    
    * Update comment
    
    * Fix allowance
    
    * Change to callback
    
    * Change allowance
    
    * Fix tests
    
    * Update name
    
    * Set up 7575 share interface
    
    * Format
    
    * Remove unused transferFrom
    
    * Remove successCheck
    
    * Don't use address 0 for authTransferFrom
    
    * Fix comment
    
    * Readd transfer callback checks
    
    * Add operator logic (#298)
    
    * Add operator logic
    
    * Format
    
    * Cleanup
    
    * Add test
    
    * Update pragmas in interfaces
    
    * Update docs
    
    * Add docs
    
    * Add redeem test
    
    * Fix test
    
    * Clarify
    
    * Add modifier
    
    * Move owner check to internal method
    
    * ERC7575 updates (#302)
    
    * Replace delayed/pause admins with Guardian contract (#283)
    
    * Set up idea
    
    * plug in guardian everywhere, remove pauseAdmin, comment out broken tests
    
    * add safeMock.sol
    
    * add values_mapping_address_uint field to Mock.sol
    
    * fix some tests
    
    * fix tests
    
    * update scripts and fix more tests
    
    * update fork tests
    
    * update var name
    
    * fix tests
    
    * remove delayedAdmin
    
    * remove duplicate imports
    
    * Add IGuardian.sol and update Guardian.sol
    
    * fix tests
    
    * update Guardian.sol
    
    * Format
    
    ---------
    
    Co-authored-by: Jeroen Offerijns <[email protected]>
    Co-authored-by: Jeroen <[email protected]>
    
    * Remove `state.exists` and use pending Deposit and redeem requests instead (#296)
    
    * remove state.exists and use pending Deposit and redeem requests instead
    
    * forge fmt
    
    * Update requires and fix tests
    
    ---------
    
    Co-authored-by: Jeroen <[email protected]>
    
    * forge fmt
    
    * update MockRestrictionManagerFactory
    
    * uncomment name and symbol asserts
    
    ---------
    
    Co-authored-by: Adam Stox <[email protected]>
    Co-authored-by: Jeroen <[email protected]>
    Co-authored-by: Jeroen Offerijns <[email protected]>
    Co-authored-by: Adam Stox <[email protected]>
    5 people authored May 24, 2024
    Configuration menu
    Copy the full SHA
    3035ae8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/centrifuge/liquidity-pools

    …into liquidity-pool-router
    hieronx committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0a46425 View commit details
    Browse the repository at this point in the history
  3. WIP

    hieronx committed May 24, 2024
    Configuration menu
    Copy the full SHA
    83b62fa View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    hieronx committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b3261e8 View commit details
    Browse the repository at this point in the history
  5. WIP

    hieronx committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8f422ba View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Compiling

    hieronx committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f3308a0 View commit details
    Browse the repository at this point in the history
  2. Almost working

    hieronx committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1868396 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge branch 'main' of https://github.com/centrifuge/liquidity-pools

    …into liquidity-pool-router
    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    81b4a1e View commit details
    Browse the repository at this point in the history
  2. Move endorsements

    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8c3f436 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1a60212 View commit details
    Browse the repository at this point in the history
  4. Reorder

    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    587c27d View commit details
    Browse the repository at this point in the history
  5. Rename

    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9166ea6 View commit details
    Browse the repository at this point in the history
  6. Typos

    hieronx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1fcad41 View commit details
    Browse the repository at this point in the history
  7. feat: Introduce cost payments for all components during transaction e…

    …xecution ( bridge + destination chain )
    peculiarity committed May 27, 2024
    Configuration menu
    Copy the full SHA
    73f754f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. feat: Introduce cost payments for all components during transaction e…

    …xecution ( bridge + destination chain )
    peculiarity committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    47a2db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d00fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f366225 View commit details
    Browse the repository at this point in the history
  4. feat: Recover funds from Gateway. Provide a view function to estimate…

    … overall gas cost on all routers. Mark the contract address used as an entry point for the transaction.
    peculiarity committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    97a3260 View commit details
    Browse the repository at this point in the history
  5. fix: Borken test due to oncorrect conflict resolution. Estimate only …

    …if there is provided value for gas payment.
    peculiarity committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    651d1a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0665381 View commit details
    Browse the repository at this point in the history
  7. chore: Take centrifuge execution cost into estimation by passing the …

    …value to router.estimate
    peculiarity committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1eab503 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    198a0de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb68657 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90cba4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b20af7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c574f5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18cef5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b1862b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae78307 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    328123b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ecae9a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7511dda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb8e3ad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1db26b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4b6d802 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    197ca69 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bb01dd5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2df9319 View commit details
    Browse the repository at this point in the history
  25. chore: Fix format issues

    peculiarity committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1a7744e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Unite Gateway and Aggregator in a single contract. (#318)

    * feat: Unite Gateway and Aggregator logic in a single contract
    
    * feat: Paying for transaction costs on destination chain. When there is prepayment, it will try to use only that for payment. When there is no prepayment, it tries to use the existing balance of the gateway. Only sources that meet conditions can take advantage of that payment.
    
    * chore: Refactoring
    
    * chore: Renaming a function to comply with naming convention
    
    * chore: Refactoring
    peculiarity authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3dd20fb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/centrifuge/liquidity-pools

    …into gg/feat/automate-gas-payments
    hieronx committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    98f9e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f062685 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. chore: Change how transaction cost is calculated. Introduce centrifug…

    …e gas price. The message/proof costs are in weights.
    peculiarity committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1168f25 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    42f49c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6f642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1482e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2407c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a96e041 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78c6c6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a11308e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0382b89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbbe2f5 View commit details
    Browse the repository at this point in the history
  10. chore: Improve update gas price method to be able to update only with…

    … new price calculations
    peculiarity committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b765ca1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb3e760 View commit details
    Browse the repository at this point in the history
  12. chore: Pass all messages through aggregating logic, even the messages…

    … that have custom manager
    peculiarity committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fbbceae View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: Migrate all Aggregator tests to be applicable for gateway (#325)

    * chore: Migrate all Aggregator tests to be applicable for gateway
    
    * Format
    
    ---------
    
    Co-authored-by: Jeroen Offerijns <[email protected]>
    peculiarity and hieronx authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2989b2f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix missing rely (#327)

    * Sepolia deployment
    
    * Format
    
    * Undo router values
    
    * cleanup
    hieronx authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9152bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    acf01b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e4f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaed13c View commit details
    Browse the repository at this point in the history
  4. Cleanup

    hieronx committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0e4c5bb View commit details
    Browse the repository at this point in the history
  5. Cleanup 2

    hieronx committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    b1e01ee View commit details
    Browse the repository at this point in the history
  6. Cleanup 3

    hieronx committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d5bff33 View commit details
    Browse the repository at this point in the history
  7. Format

    hieronx committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4beeb28 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: Move responsibility fo handling an exception from the caller t… (

    #331)
    
    * chore: Move responsibility fo handling an exception from the caller to the callee ( method itself )
    
    * chore: Fix formatting
    peculiarity authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dc4bd6d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    436ffd1 View commit details
    Browse the repository at this point in the history
  2. fix: A way to call topUp with different owner than the CR and a dumm… (

    …#334)
    
    * fix: A way to call topUp with different owner than the CR  and a dummy vault causing an issue in the flow execution.
    
    * fix: The check for vault should happen even when the owner is the CR address
    peculiarity authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    82621cc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add max supply check

    hieronx committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7952350 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    ca64b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734b2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b729784 View commit details
    Browse the repository at this point in the history
  4. Fix selectors

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    90fea6a View commit details
    Browse the repository at this point in the history
  5. Fix quite some tests

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4410ddb View commit details
    Browse the repository at this point in the history
  6. Fix tests

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    74dbade View commit details
    Browse the repository at this point in the history
  7. Cleanup

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    25d6660 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92655bb View commit details
    Browse the repository at this point in the history
  9. Fix callbacks

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d40165f View commit details
    Browse the repository at this point in the history
  10. Fix restriction manager tests

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    385b4b1 View commit details
    Browse the repository at this point in the history
  11. Fix more tests

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c1df778 View commit details
    Browse the repository at this point in the history
  12. Fix most remaining tests

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6ef1f8e View commit details
    Browse the repository at this point in the history
  13. Rename

    hieronx committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e25281d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Fix tranche token tests

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    630cf68 View commit details
    Browse the repository at this point in the history
  2. Fix remaining tests

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    99b9f20 View commit details
    Browse the repository at this point in the history
  3. Disable invariant tests

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c8735c7 View commit details
    Browse the repository at this point in the history
  4. Refactor hook interfaces

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ac740fa View commit details
    Browse the repository at this point in the history
  5. More interface cleanup

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    acf6101 View commit details
    Browse the repository at this point in the history
  6. Fix gas service usage in pm

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0d4cd14 View commit details
    Browse the repository at this point in the history
  7. Add ERC165 to hook

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b7a11fa View commit details
    Browse the repository at this point in the history
  8. Comment

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1b7c703 View commit details
    Browse the repository at this point in the history
  9. Comment

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e2483e0 View commit details
    Browse the repository at this point in the history
  10. Doc

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e8d194d View commit details
    Browse the repository at this point in the history
  11. Cleanup

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3da9812 View commit details
    Browse the repository at this point in the history
  12. Comment

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    bfa4ba1 View commit details
    Browse the repository at this point in the history
  13. Deploy deterministically

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d01b404 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b58c422 View commit details
    Browse the repository at this point in the history
  15. Clarify comment

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e899d04 View commit details
    Browse the repository at this point in the history
  16. Update

    hieronx committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    af20ab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Interfaces

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bbbcf52 View commit details
    Browse the repository at this point in the history
  2. Format

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8a58d18 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary approve

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    372a19f View commit details
    Browse the repository at this point in the history
  4. Fix approval

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2e288b3 View commit details
    Browse the repository at this point in the history
  5. Simplify interfaces & gateway

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f7a93f1 View commit details
    Browse the repository at this point in the history
  6. Fix test

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8d6087e View commit details
    Browse the repository at this point in the history
  7. Fix encoding of addresses

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ab0fb84 View commit details
    Browse the repository at this point in the history
  8. Fix more encoding

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    795524c View commit details
    Browse the repository at this point in the history
  9. Rename

    hieronx committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    6293c79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63c7166 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Change requestRedeem sender

    hieronx committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a1e1d92 View commit details
    Browse the repository at this point in the history
  2. fea:(Gateway) Allow partial payments from the gateway balance for tra…

    …nsaction not triggered by CentrifugeRouter (#335)
    
    * fea:(Gateway) Allow partial payments from the gateway balance for transaction not triggered by CentrifugeRouter
    
    * chore: A forgotten file to be renamed
    peculiarity authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9b35dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c87cf0c View commit details
    Browse the repository at this point in the history
  4. PR feedback

    hieronx committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c6dce19 View commit details
    Browse the repository at this point in the history
  5. Change deployTranche

    hieronx committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    526bd46 View commit details
    Browse the repository at this point in the history
  6. Fix comment

    hieronx committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1598ed0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e12ceae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f4a490 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8df5374 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    158540e View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    hieronx committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e1799b8 View commit details
    Browse the repository at this point in the history