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

[WIP] Add Rebasable token to Optimism #58

Draft
wants to merge 65 commits into
base: main
Choose a base branch
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 #74 from lidofinance/feat/steth-permit

    Add ERC-2612/EIP-1271 permit to rebasable token
    kovalgek authored 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