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

Merge from develop into main #224

Merged
merged 38 commits into from
Jan 11, 2024
Merged

Merge from develop into main #224

merged 38 commits into from
Jan 11, 2024

Commits on Oct 5, 2023

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

Commits on Oct 10, 2023

  1. feat: holeky support

    BATMAH69 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2c0f46d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    99f6f6b View commit details
    Browse the repository at this point in the history
  2. chore: new wfs

    choooze committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5f730d7 View commit details
    Browse the repository at this point in the history
  3. feat: remove empty lines

    BATMAH69 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0237a1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #187 from lidofinance/chore/new_wf_for_holesky

    [Holesky] New WFs
    choooze authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b025b96 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #186 from lidofinance/feat/holesky

    feat: holeky support
    BATMAH69 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5a3234c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: hide new wallets

    BATMAH69 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a0de062 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #188 from lidofinance/fix/hide-new-wallets

    fix: hide new wallets
    AnnaSila authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4962b2e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. feat: change code owners

    katamarinaki committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f164c89 View commit details
    Browse the repository at this point in the history
  2. Add Simple DVT factories support (#199)

    * feat: add SDVT address
    
    * feat: node operator add WIP
    
    * feat: simple DVT ContractSDVTNodeOperatorsAdd
    
    * chore: update .gitignore
    
    * feat: add sdvt factories data
    
    * feat: add ActivateNodeOperators simple dvt factory form
    
    * feat: add DeactivateNodeOperators simple dvt factory form
    
    * fix: deactivatenodeoperators motion description markdown
    
    * feat: add activate node operators factory description
    
    * fix: activate node operators factory logic
    
    * fix: update sdvt registry abi, remove redundant comment
    
    * refactor: update sdvt factories addresses
    
    * feat: add set vetted validators limits sdvt factory
    
    * feat: add set node operator names sdvt factory form and description
    
    * feat: add set node operator reward addresses sdvt factory form and description
    
    * feat: change node operator managers sdvt factory form and description
    
    * fix: fix set vettted validators limits sdvt factory form and description
    
    * Description and validation "add node operator" motion (#191)
    
    Description and validation "add node operator" motion
    
    * feat: add update target validator limits sdvt factory form and description
    
    * fix: change text and add code block
    
    * chore: update texts and form value names
    
    * refactor: remove redundant toString
    
    * fix: add more strict check to rewardAddressMap
    
    * fix: validators limit validation
    
    * fix: new reward address validation logic
    
    * fix: new manager address validation logic
    
    * fix: new node operator name validation logic
    
    * refactor: update motion description
    
    * fix: vetted validators limit validation logic
    
    * refactor: update variable names
    
    * refactor: update variable names for NO deactivate factory
    
    * refactor: update manager addresses validation
    
    * refactor: normalize form validation error messages
    
    * refactor: sdvt motions descriptions
    
    * refactor: update sdvt motions descriptions
    
    * refactor: use fieldsArr update instead of setValue for conditional form update
    
    * refactor: update validation comments
    
    * fix: set vetted validators value validation
    
    * feat: add more name and addresses validation to add node operator sdvt
    
    * fix: rename index variable
    
    * feat: add simple dvt contracts addresses deployed on holesky testnet
    
    * fix: remove console.log
    katamarinaki authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    15018b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #201 from lidofinance/feat/change-codeowner-sign

    feat: change code owners
    katamarinaki authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d99c9b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Oct 27, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 7, 2023

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

Commits on Nov 21, 2023

  1. SDVT Polishing + QA feedback (#204)

    * refactor: add validateNodeOperatorName for node operator names inputs
    
    * refactor: add generic address validation
    
    * refactor: use setValue instead of update arr to get rid of fields remount
    
    * refactor: add NodeOperatorSelectControl
    
    * feat: add additional checks for the allowed number of node operators
    
    * feat: show current reward address while trying to set a new one
    
    * refactor: remove checkbox from target validator limits update
    
    * refactor: update import path
    
    * refactor: bring back checkbox to UpdateTargetValidatorLimits motion
    
    * refactor: add explicit return statement to validation functions
    katamarinaki authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0c9906c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:lidofinance/easy-track-ui into f…

    …eature/update-reef-knot-for-holesky
    katamarinaki committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1325bad View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge pull request #185 from lidofinance/feature/update-reef-knot-for…

    …-holesky
    
    Update ReefKnot and lido-sdk packages for holesky
    AnnaSila authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    be4e3c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from lidofinance/feat/stables-support

    Add StartNewTopUpWithLimitsAndCustomToken
    AnnaSila authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7d3d15c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Add IncreaseNodeOperatorLimit to Sandbox module on Holesky (#207)

    * feat: add increase node operator limit to sandbox module on Holesky
    
    * refactor: update useNodeOperatorsList; add check for sandbox NO owner to useAvailableMotions
    
    * fix: error messages copy
    
    * refactor: use validateUint in IncreaseNodeOperatorLimit form
    
    * fix: check for sandbox limit increase motion availability
    
    * refactor: update increase limit motion description
    
    * refactor: update copy of motion title
    katamarinaki authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3c86ee9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Holesky improvements and fixes (#213)

    * fix: motion cards preview style
    
    * fix: gnosis safe link on holesky
    katamarinaki authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5342103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f3a58 View commit details
    Browse the repository at this point in the history
  3. New top up with token factories improvements (#215)

    * refactor: improve transition limit and validation ux
    
    * refactor: improve transition limits calcs, add new tokens limits
    
    * refactor: get rid of magic numbers
    
    * fix: magic number usage
    katamarinaki authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5e8d83a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Top up motions improvements (#218)

    * refactor: use token decimals in transition limits calculation
    
    * fix: add check for zero to token value validation
    
    * refactor: improve transition limits handler for tokens with different decimals
    
    * fix: remove console.log
    katamarinaki authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    647e352 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [DAO-177] Fix "Start Motion page reloads without a reason" bug (#219)

    * fix: no list validation swr rules
    
    * fix: remove console.log
    katamarinaki authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b29edbf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    0aa6f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b8401 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    9c90404 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from lidofinance/feat/new-operator-public-api

    feat: update operator public API
    AnnaSila authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0372ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b80a72d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a88ccb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #225 from lidofinance/feat/holesky-contracts

    feat: Holesky top up motions
    AnnaSila authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4a9734c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    7cd1c9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from lidofinance/fix/sandbox-nor-decoder

    fix: add NOR abi to decoder hook
    katamarinaki authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a0dadb9 View commit details
    Browse the repository at this point in the history