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

Add L1 & L2 Farm Proxies #1

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Add L1 & L2 Farm Proxies #1

wants to merge 58 commits into from

Commits on May 22, 2024

  1. Add farm proxies

    telome committed May 22, 2024
    Configuration menu
    Copy the full SHA
    21f73d7 View commit details
    Browse the repository at this point in the history
  2. Add missing approval

    telome committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c8febe2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add e2e test & deploy scripts

    telome committed May 24, 2024
    Configuration menu
    Copy the full SHA
    afb473c View commit details
    Browse the repository at this point in the history
  2. Update new-bridge

    telome committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2a65e8c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add default maxGas estimate

    telome committed May 31, 2024
    Configuration menu
    Copy the full SHA
    79246a0 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    telome committed May 31, 2024
    Configuration menu
    Copy the full SHA
    45669be View commit details
    Browse the repository at this point in the history
  3. Add vest setup to init script

    telome committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4ef9be8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add maxGas estimation script

    telome committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5f42034 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add minReward to L1Proxy

    telome committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4cede7b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Revert when reward is too small on L1

    telome committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f88061e View commit details
    Browse the repository at this point in the history
  2. Add estimateDepositCost view func

    telome committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d98c65a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: oldchili <[email protected]>
    telome and oldchili authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e1c107b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update arbitrum-token-bridge

    telome committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b498cd9 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: oldchili <[email protected]>
    telome and oldchili authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ad7048c View commit details
    Browse the repository at this point in the history
  3. File gas params in spell

    telome committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c86e45e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update arbitrum-token-bridge

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c2eb5ab View commit details
    Browse the repository at this point in the history
  2. Add more sanity checks

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f371a1a View commit details
    Browse the repository at this point in the history
  3. Assume dss-vest already inited

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9b4847b View commit details
    Browse the repository at this point in the history
  4. Update chainlog

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    63e4ca2 View commit details
    Browse the repository at this point in the history
  5. Make L2 spell reusable across L2 proxies

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    84e2b6a View commit details
    Browse the repository at this point in the history
  6. Add farm sanity checks

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6044525 View commit details
    Browse the repository at this point in the history
  7. Add more farm checks

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    87a2147 View commit details
    Browse the repository at this point in the history
  8. Fix nits

    telome committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cf292ac View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: sunbreak1211 <[email protected]>
    telome and sunbreak1211 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8fb5adf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add Deploy.s.sol

    telome committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    71829f9 View commit details
    Browse the repository at this point in the history
  2. Add Init.s.sol

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9e2b461 View commit details
    Browse the repository at this point in the history
  2. Move feeRecipient aliasing to init lib

    telome committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6ba7328 View commit details
    Browse the repository at this point in the history
  3. Move dealiasing to L1FarmProxy

    telome committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2229c3a View commit details
    Browse the repository at this point in the history
  4. Add deploy test scripts and fix nits

    telome committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2093296 View commit details
    Browse the repository at this point in the history
  5. Update script/output/11155111/deployed-latest.json

    Co-authored-by: sunbreak1211 <[email protected]>
    telome and sunbreak1211 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1441c87 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fix Estimate script

    telome committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8202396 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Use minThreshold

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

Commits on Jul 5, 2024

  1. emit RewardAdded from L1 proxy

    telome committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    84680b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Complete README

    telome committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1376638 View commit details
    Browse the repository at this point in the history
  2. Remove vestMgr

    telome committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a8c1570 View commit details
    Browse the repository at this point in the history
  3. Update arbitrum-token-bridge

    telome committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d356c1d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Check vest mgr is still 0 after spell

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e36873e View commit details
    Browse the repository at this point in the history
  2. Add token recovery funcs

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    25c8104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d9f08 View commit details
    Browse the repository at this point in the history
  4. Use single rewardThreshold in init lib

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    99af088 View commit details
    Browse the repository at this point in the history
  5. Fix L2 spell and add L2 spell tests

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fbe197f View commit details
    Browse the repository at this point in the history
  6. Fix alignment

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2960565 View commit details
    Browse the repository at this point in the history
  7. Fix spell revert msg

    telome committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f74d47a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix nits

    telome committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7226d12 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Fix excess fee collection logic

    telome committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    78aa99d View commit details
    Browse the repository at this point in the history
  2. Remove old Deploy.s.sol

    telome committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a45c297 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Remove extra space

    telome committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    880c283 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #2 from telome/fee-forwarder

    Fix excess fee collection logic
    telome authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3e6f5c7 View commit details
    Browse the repository at this point in the history
  2. Update README for env vars to be exported

    telome committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d8204ad View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    09ce9d8 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary command

    telome committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    702e425 View commit details
    Browse the repository at this point in the history
  3. Update deps

    telome committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fa18c20 View commit details
    Browse the repository at this point in the history
  4. Remove outdated files

    telome committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    38476c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Add CS report (#3)

    Co-authored-by: telome <>
    telome authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    69b539f View commit details
    Browse the repository at this point in the history
  2. Update deps (#4)

    * Update deps
    
    * Update arb bridge
    
    ---------
    
    Co-authored-by: telome <>
    telome authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8cae0ca View commit details
    Browse the repository at this point in the history
  3. Update CI

    telome committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b879549 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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