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

Rebasable Token #3

Open
wants to merge 202 commits into
base: main
Choose a base branch
from
Open

Rebasable Token #3

wants to merge 202 commits into from

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. add wrap/unwrap functions

    kovalgek committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e4b2cbd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 17, 2023

  1. add unit tests

    kovalgek committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    380caaa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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

Commits on Nov 5, 2023

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

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    eb98d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800e33f View commit details
    Browse the repository at this point in the history
  3. init structs

    kovalgek committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d9ac556 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. add comments

    kovalgek committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ddb9ca3 View commit details
    Browse the repository at this point in the history
  2. add gas test

    kovalgek committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a73bcf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update gas test

    kovalgek committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6d37edc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix tests

    kovalgek committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8098fe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. add token rate oracle

    kovalgek committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3335339 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Dec 27, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    7c79d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6174943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b891a View commit details
    Browse the repository at this point in the history
  4. unused return values fix

    kovalgek committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e314bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b56ccf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. add hearbeat to oracle

    kovalgek committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3b82da7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. pr fixes from first rount review: apply unstructured storage in token…

    …, rename consts, rename variables, fix comments
    kovalgek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    171db5a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 2, 2024

  1. use real implemnations of non rebasable token and oracle contracts in…

    … rebnasable token tests
    kovalgek committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7abf60f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 13, 2024

  1. fix evetns + formating

    kovalgek committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1cb344a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3fd1e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b2501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7badd9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72bc8f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. add token rate observer

    kovalgek committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    83e292b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. add observers array

    kovalgek committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    dbf2f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. add factory and tests

    kovalgek committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    47c50c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. add unit tests for notifier

    kovalgek committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7e45410 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. add token rate pusher

    kovalgek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    55111b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99a52f View commit details
    Browse the repository at this point in the history
  3. remove observer array

    kovalgek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fb3eb40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b167ebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d2e3f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    6a46704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d5e56 View commit details
    Browse the repository at this point in the history
  3. fix integration test

    kovalgek committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a3f4544 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. deployment scripts

    kovalgek committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e2c29e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d28d53d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2df1d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    8dc246e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba0b41e View commit details
    Browse the repository at this point in the history
  3. add e2e tests for oracle

    kovalgek committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    18a1dc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request lidofinance#74 from lidofinance/feat/steth-permit

    Add ERC-2612/EIP-1271 permit to rebasable token
    kovalgek committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    624219c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    5f86091 View commit details
    Browse the repository at this point in the history
  2. change function names

    kovalgek committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cc868ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d00c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    3332e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0545e33 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    a55b5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54eecd View commit details
    Browse the repository at this point in the history
  3. fix scripts

    kovalgek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bc1c56f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b62fbee View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    171f19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06768b6 View commit details
    Browse the repository at this point in the history
  3. update package lock

    kovalgek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5d26aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e587c93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a5257d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from lidofinance/update-storage-layout-feature/…

    …rebasable_token
    
    Update .storage-layout for feature/rebasable_token branch
    TheDZhon committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b1963d3 View commit details
    Browse the repository at this point in the history
  7. fix: update npm locks

    TheDZhon committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ea6fcd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ef8c86 View commit details
    Browse the repository at this point in the history
  9. remove OZ 4.9

    kovalgek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e2cf92f View commit details
    Browse the repository at this point in the history
  10. remove unused contract

    kovalgek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fa0fc29 View commit details
    Browse the repository at this point in the history
  11. refactor bridges

    kovalgek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    429aa7e View commit details
    Browse the repository at this point in the history
  12. remove unused function

    kovalgek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    68066b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84ed665 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58fb55f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 21, 2024

  1. add Versioned contract

    kovalgek committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1cf4329 View commit details
    Browse the repository at this point in the history
  2. disable initializers

    kovalgek committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    16b6484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6dd6a2 View commit details
    Browse the repository at this point in the history
  4. rename variables

    kovalgek committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f310a3e View commit details
    Browse the repository at this point in the history
  5. fix tests

    kovalgek committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1b8cd59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e222ec View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix initilization

    kovalgek committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4d16767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad1a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f2ef87 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. update scripts and tests

    kovalgek committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c10f864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8518ca1 View commit details
    Browse the repository at this point in the history
  3. small fixes and init tests

    kovalgek committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c3e8b9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from lidofinance/update-storage-layout-feature/…

    …rebasable_token
    
    Update .storage-layout for feature/rebasable_token branch
    TheDZhon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f2ff45e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    792071c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695fa42 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix critical: mint wstETH and wrap to stETH during stETH deposit and …

    …unwrap stETH to wstETH and burn during stETH withdrawal
    kovalgek committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    689a194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737f969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad309de View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. refactor _mintTokens, add new method for rebasable token that can unw…

    …rap tokens by bridge only, use it in _burnTokens
    kovalgek committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e4d45cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb3410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b552925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cf382 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. add bridgeWrap, setup infinite allowance l2 bridge for bridged token,…

    … refactor finalize deposit
    kovalgek committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d49322a View commit details
    Browse the repository at this point in the history
  2. add tests for bridgeWrap

    kovalgek committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e965a88 View commit details
    Browse the repository at this point in the history
  3. rename interface

    kovalgek committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a3abe91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2bc0a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from lidofinance/feature/rebasable_token_fix_w…

    …rapped_balance
    
    Fix bridging on L2 side
    kovalgek committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9d6f66c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    205cd67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68c9a5 View commit details
    Browse the repository at this point in the history
  3. add comment for CEXes

    kovalgek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    752bb46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f00015b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. optimisations: skip token rate range if value the same, improve remov…

    …ing observers, save to constant token rate oracle decimals in token
    kovalgek committed May 9, 2024
    Configuration menu
    Copy the full SHA
    af27454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccaa023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6795332 View commit details
    Browse the repository at this point in the history
  4. upgrade comment

    kovalgek committed May 9, 2024
    Configuration menu
    Copy the full SHA
    560a382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47c729d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

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

Commits on May 12, 2024

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

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. update comment

    kovalgek committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5c48830 View commit details
    Browse the repository at this point in the history
  2. use min/max functions

    kovalgek committed May 16, 2024
    Configuration menu
    Copy the full SHA
    34ac185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c8b98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c95fdad View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/rebasable_token_mixbytes_audit_fixes' into draf…

    …t/change-rate-reporting
    kovalgek committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d4a19da View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. split l1 bridge and token pusher connection to be able to deploy orac…

    …le part independently
    kovalgek committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7019875 View commit details
    Browse the repository at this point in the history
  2. fix tests

    kovalgek committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c2d3650 View commit details
    Browse the repository at this point in the history
  3. refactor scripts

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a9e4df1 View commit details
    Browse the repository at this point in the history
  2. add logs to scipts

    kovalgek committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6c5f357 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6888cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea0159 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e137a55 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from lidofinance/draft/change-rate-reporting

    Draft: change rate reporting approach
    TheDZhon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2830a6d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    7369c2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d653c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2ec2b4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #13 from lidofinance/feature/ackee_fixes

    Feature/ackee fixes
    TheDZhon committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d69127f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. remove unused library

    kovalgek committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8958868 View commit details
    Browse the repository at this point in the history
  2. revert approve event changes

    kovalgek committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5022c96 View commit details
    Browse the repository at this point in the history
  3. draft

    kovalgek committed May 27, 2024
    Configuration menu
    Copy the full SHA
    074dee0 View commit details
    Browse the repository at this point in the history
  4. update pause/unpause logic

    kovalgek committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5ce9749 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    6ddbdb5 View commit details
    Browse the repository at this point in the history
  2. add additional checks

    kovalgek committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ee950e4 View commit details
    Browse the repository at this point in the history
  3. fix tests

    kovalgek committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c4c14f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f3106 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. Merge pull request #14 from lidofinance/feature/pause_token_rate

    Add pause and unpause methods for token rate updates
    kovalgek committed May 31, 2024
    Configuration menu
    Copy the full SHA
    be9775f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68fbaf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from lidofinance/feature/rebasable_token_mixby…

    …tes_audit_fixes
    
    Audit fixes
    kovalgek committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a479315 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 14, 2024

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

Commits on Jun 16, 2024

  1. fix test

    kovalgek committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3542881 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. rename constant

    kovalgek committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    40f0e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f8bdf8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from lidofinance/feature/second_round_audit_re…

    …view
    
    Second round audit fixes
    kovalgek committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8f19e11 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. balance check script

    loga4 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    61f2cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    659d574 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from lidofinance/feature/fix_integration_tests

    Fix integration tests
    kovalgek committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1654e92 View commit details
    Browse the repository at this point in the history
  3. remove acceptance tests

    kovalgek committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    50f3358 View commit details
    Browse the repository at this point in the history
  4. fix test for test coverage

    kovalgek committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    57e61ea View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    7da0c78 View commit details
    Browse the repository at this point in the history
  2. remove new line

    kovalgek committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7f834a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Merge pull request #21 from lidofinance/feature/improve_scripts

    Feature/improve scripts
    kovalgek committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3aad26c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 17, 2024

  1. Merge pull request #22 from lidofinance/feature/fix_e2e_tets

    Fix e2e tests
    kovalgek committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d083cca View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    1cdc1d9 View commit details
    Browse the repository at this point in the history
  2. fix cross-chain-relayer

    kovalgek committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8856ca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #24 from lidofinance/feature/add_crosschain_relayer

    Add cross-chain relayer
    arwer13 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9b7c07b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from lidofinance/check_balances

    balance check script
    arwer13 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    780c0af View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    638b1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821f49d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from lidofinance/feature/improve_deploy_scripts

    rename envs, add comments, improve deploy scripts
    kovalgek committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c14070f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 27, 2024

  1. Merge pull request #26 from lidofinance/feature/improve_deploy_scripts2

    Improve deploy scripts
    kovalgek committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    60b10d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0810bb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request #27 from lidofinance/feature/bytecode_verificator

    Add bytecode verificator with config
    arwer13 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78516b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 23, 2024

  1. new package lock

    kovalgek committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    12b842a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6e5ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdc79e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    956e879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a561beb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    440c7c0 View commit details
    Browse the repository at this point in the history
  7. chore: formatting

    tamtamchik committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fe8478f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #34 from lidofinance/feature/rebasable_token_ci

    fix: ci runners node version
    tamtamchik committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bfd6840 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a8ef3e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #33 from lidofinance/update-storage-layout-feature…

    …/rebasable_token
    
    Update .storage-layout for feature/rebasable_token branch
    TheDZhon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    71b5cf2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35 from lidofinance/feature/new_adresses_for_byte…

    …code_ci
    
    Update address for CI bytecode verification
    TheDZhon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    32dc66a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a05c70a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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