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

Legacymarket audit fixes #2133

Merged
merged 50 commits into from
Mar 5, 2024
Merged

Legacymarket audit fixes #2133

merged 50 commits into from
Mar 5, 2024

Commits on Jun 29, 2023

  1. fixes from audit

    * fix critical `migrateOnBehalf` is broken because snx token does not approve the transfer. approval shuoldn't be necessary
    * prevent escrow entries from being created by untrusted entities. otherwise escrow entries would be vulnerabile to a type of smashing attack
    dbeal-eth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a60a474 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

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

    dbeal-eth committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e35affe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea1fbb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

    barrasso committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f1d2a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix tests

    barrasso committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    877bf10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209fd0b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Fix Liquidator unit tests

    barrasso committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    40b9925 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    barrasso committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    96da286 View commit details
    Browse the repository at this point in the history
  3. fix fork tests

    barrasso committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    299e31f View commit details
    Browse the repository at this point in the history
  4. fix int dual tests

    barrasso committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5775edc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix fork

    barrasso committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    51dcca5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    943b9ad View commit details
    Browse the repository at this point in the history
  2. update op commit hash

    barrasso committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7021b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308cb43 View commit details
    Browse the repository at this point in the history
  4. update commit hash

    barrasso committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c6f319 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Update docker-node image

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b9766e1 View commit details
    Browse the repository at this point in the history
  2. revert package-lock.json

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    214db6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ec001 View commit details
    Browse the repository at this point in the history
  4. revert op commit change

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9e2a856 View commit details
    Browse the repository at this point in the history
  5. run npm i

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5e21373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1be527 View commit details
    Browse the repository at this point in the history
  7. install node version 18.19

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d196e9b View commit details
    Browse the repository at this point in the history
  8. fix config

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81c9564 View commit details
    Browse the repository at this point in the history
  9. fix config 2

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7e1d521 View commit details
    Browse the repository at this point in the history
  10. fix ci lint

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1c2e386 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d78548 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d14c88 View commit details
    Browse the repository at this point in the history
  13. Add install pnpm step

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4a87b3f View commit details
    Browse the repository at this point in the history
  14. update pnpm options

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e25e97e View commit details
    Browse the repository at this point in the history
  15. add install cmd

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0b29e20 View commit details
    Browse the repository at this point in the history
  16. remove sh -c

    barrasso committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    53c382d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Use commandSync

    barrasso committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    60366f0 View commit details
    Browse the repository at this point in the history
  2. revert to sync

    barrasso committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ee01bfa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. update pnpm commands

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    26521cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fec5df View commit details
    Browse the repository at this point in the history
  3. use optimism v1.7.0 tag

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2783827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b61eb0a View commit details
    Browse the repository at this point in the history
  5. remove gcloud command

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e73ab96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54b27ff View commit details
    Browse the repository at this point in the history
  7. port mapping

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    79b0ed3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a439588 View commit details
    Browse the repository at this point in the history
  9. log node version

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b7d33d4 View commit details
    Browse the repository at this point in the history
  10. update task-ops.js

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    87be523 View commit details
    Browse the repository at this point in the history
  11. revert stuff

    barrasso committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    91b1962 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e144eb View commit details
    Browse the repository at this point in the history