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

Sync master with develop #802

Merged
merged 115 commits into from
Dec 16, 2023
Merged

Sync master with develop #802

merged 115 commits into from
Dec 16, 2023

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    076d757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758f0ed View commit details
    Browse the repository at this point in the history
  3. Fix import for Math256

    claudijd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6bec866 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fix review feedback items

    claudijd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3e52131 View commit details
    Browse the repository at this point in the history
  2. Fix solidity version

    claudijd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d3d08bd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Add check against underflow

    claudijd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fa2e900 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. chore(deps): bump requests from 2.30.0 to 2.31.0

    Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.30.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    876ad29 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Revert implementation check for division by zero

    Jonathan Claudius committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b9fbf6c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Clean up math256 tests to run on forge

    Jonathan Claudius committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    06a6229 View commit details
    Browse the repository at this point in the history
  2. Add forge tests for signature utils

    Jonathan Claudius committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9d94693 View commit details
    Browse the repository at this point in the history
  3. Further clean up on math256

    Jonathan Claudius committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d083a39 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Add forge tests for unstructured storage

    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8d076a8 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary ECDSA import

    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    aaf5777 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #772 from claudijd/add_accounting_check

    Add check against underflow
    TheDZhon authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    94b9ba2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #773 from lidofinance/dependabot/pip/requests-2.31.0

    chore(deps): bump requests from 2.30.0 to 2.31.0
    TheDZhon authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4358f5a View commit details
    Browse the repository at this point in the history
  5. Update test/0.8.9/unstructured-storage.test.sol

    Co-authored-by: Eugene Mamin <[email protected]>
    Jonathan Claudius and TheDZhon authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c0d578a View commit details
    Browse the repository at this point in the history
  6. clean up signature utils tests

    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    df50f66 View commit details
    Browse the repository at this point in the history
  7. Updates to unstructured storage tests per review feedback

    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    817ef9a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add_unstructured_storage_tests' of https://github.com/c…

    …laudijd/lido-dao into add_unstructured_storage_tests
    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b664abc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #756 from claudijd/feature/shappella-upgrade-math2…

    …56-tests
    
    Add forge tests for Math256 and SignatureUtils
    TheDZhon authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4e4ac72 View commit details
    Browse the repository at this point in the history
  10. Add position fuzzing throughout

    Jonathan Claudius committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    28df06c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #774 from claudijd/add_unstructured_storage_tests

    Add forge tests for unstructured storage
    TheDZhon authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    24b9c85 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    4ac71a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #777 from lidofinance/build/attach-abis-to-release

    build: upload ABIs to a published release
    TheDZhon authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4b29de7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 26, 2023

  1. Merge pull request #778 from lidofinance/build/attach-abis-to-release

    chore: replace action-gh-release with gh cli
    TheDZhon authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    004f26f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore(deps-dev): bump aiohttp from 3.8.4 to 3.8.5

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b95fbb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. chore(deps-dev): bump certifi from 2023.5.7 to 2023.7.22

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    42be078 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge pull request #784 from lidofinance/dependabot/pip/certifi-2023.…

    …7.22
    
    chore(deps-dev): bump certifi from 2023.5.7 to 2023.7.22
    TheDZhon authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f74c743 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #783 from lidofinance/dependabot/pip/aiohttp-3.8.5

    chore(deps-dev): bump aiohttp from 3.8.4 to 3.8.5
    TheDZhon authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de6d827 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 15, 2023

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

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    344b53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e44a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c8024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    632702d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    c1a6166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e46fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0853b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce597d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c5c26b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    740b982 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36c103a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    352ba49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd9b7d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ccf00e5 View commit details
    Browse the repository at this point in the history
  11. docs(scratch): update readme

    arwer13 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8269b77 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    efb0d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bdfd0 View commit details
    Browse the repository at this point in the history
  3. fix(scratch): missing } type

    arwer13 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    83329b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0e82e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c66f09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ef0e4d View commit details
    Browse the repository at this point in the history
  7. fix: withdrawal flow test

    TheDZhon committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    957fcb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60942b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6972bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1777131 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge branch 'feat/scratch-holesky' of github.com:lidofinance/lido-da…

    …o into feat/scratch-holesky
    krogla committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1940033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945bc35 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: simpledvt params

    krogla committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    29f9490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b78221 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    9474397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd079d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085a60f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517c01d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    470e9f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d66db72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    653f78a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 17, 2023

  1. chore(deps-dev): bump urllib3 from 2.0.2 to 2.0.7

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.2...2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    115e9dc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    33f6be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bad5b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 29, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    93c8ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e085b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge pull request #790 from lidofinance/feat/scratch-holesky

    feat(scratch deploy): mvp of local scratch deployment
    arwer13 authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9677230 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    86bb131 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #800 from lidofinance/dependabot/pip/urllib3-2.0.7

    chore(deps-dev): bump urllib3 from 2.0.2 to 2.0.7
    TheDZhon authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    def39ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    5f30950 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #805 from lidofinance/fix/scratch-wq-base-uri

    Scratch deploy: capability to set WithdrawalQueue baseUri
    arwer13 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cbe79d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f1d6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c320f3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab4e81e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. try forge github action to run anvil (#808)

    feat(CI): add flow to scratch deploy on clean local anvil
    arwer13 authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b50aade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986869f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f13999 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. chore(deps-dev): bump eth-abi from 4.0.0 to 4.2.0

    Bumps [eth-abi](https://github.com/ethereum/eth-abi) from 4.0.0 to 4.2.0.
    - [Release notes](https://github.com/ethereum/eth-abi/releases)
    - [Changelog](https://github.com/ethereum/eth-abi/blob/master/docs/release_notes.rst)
    - [Commits](ethereum/eth-abi@v4.0.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: eth-abi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d787857 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    124bfd2 View commit details
    Browse the repository at this point in the history
  2. feat: on scratch deploy grant NOR's MANAGE_NODE_OPERATOR_ROLE to voting

    Need this to make current scratch acceptance script work.
    After voting utilities added to the repo can rewrite the acceptance
    script to grant/renounce this role.
    arwer13 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8becfe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43aaa74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfe71bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abf0b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb8c68b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. chore(deps-dev): bump aiohttp from 3.8.4 to 3.9.0

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.9.0.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.8.4...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f3f79df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8581569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea112c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c57abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6831106 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0801db3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0dcbdf View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    caeab68 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request #811 from lidofinance/dependabot/pip/eth-abi-4.2.0

    chore(deps-dev): bump eth-abi from 4.0.0 to 4.2.0
    TheDZhon authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e5c98a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca9082 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #812 from lidofinance/dependabot/pip/aiohttp-3.9.0

    chore(deps-dev): bump aiohttp from 3.8.4 to 3.9.0
    TheDZhon authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bfc9fb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Merge pull request #807 from lidofinance/feat/ci-scratcy-deploy

    Add CI workflow to do local scratch deployment
    arwer13 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c5a5797 View commit details
    Browse the repository at this point in the history