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

feat: ynEIGEN withdrawals #164

Merged
merged 115 commits into from
Oct 29, 2024
Merged

feat: ynEIGEN withdrawals #164

merged 115 commits into from
Oct 29, 2024

Commits on Oct 26, 2024

  1. feat: logic wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e8a43b3 View commit details
    Browse the repository at this point in the history
  2. pre-redesign

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    89a1c0b View commit details
    Browse the repository at this point in the history
  3. feat: new design layout wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    66da2c4 View commit details
    Browse the repository at this point in the history
  4. feat: tests wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    60d4c99 View commit details
    Browse the repository at this point in the history
  5. feat: tests wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    68206fa View commit details
    Browse the repository at this point in the history
  6. feat: tests wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2cc72d1 View commit details
    Browse the repository at this point in the history
  7. feat: tests wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c52f74b View commit details
    Browse the repository at this point in the history
  8. feat: pre req withdrawal tests

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    355a218 View commit details
    Browse the repository at this point in the history
  9. feat: pre precision fix

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    87c7294 View commit details
    Browse the repository at this point in the history
  10. feat: setup tests wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a13cb05 View commit details
    Browse the repository at this point in the history
  11. fix: tests

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a225d51 View commit details
    Browse the repository at this point in the history
  12. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4d96e2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af2c9df View commit details
    Browse the repository at this point in the history
  14. chore: remove comments

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1c6bd73 View commit details
    Browse the repository at this point in the history
  15. chore: remove redundant deps

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ac0f87f View commit details
    Browse the repository at this point in the history
  16. feat: refactor token wrapping

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    64eb0ac View commit details
    Browse the repository at this point in the history
  17. fix: ci

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2cda8f6 View commit details
    Browse the repository at this point in the history
  18. chore: remove console.log

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fcf464a View commit details
    Browse the repository at this point in the history
  19. chore: add curly brackets

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0520941 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    33cbe54 View commit details
    Browse the repository at this point in the history
  21. fix: event

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d2aa464 View commit details
    Browse the repository at this point in the history
  22. chore: add natspec

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    708ad2e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    af116f3 View commit details
    Browse the repository at this point in the history
  24. feat: bundle call

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e5ac4bf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7f51eab View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5225511 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2b5af3c View commit details
    Browse the repository at this point in the history
  28. fix: revert last poc

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a204501 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    55cd1d7 View commit details
    Browse the repository at this point in the history
  30. fix: fix the fix

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5f02fee View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f79ee18 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6af9e69 View commit details
    Browse the repository at this point in the history
  33. fix: natspec

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9ee3721 View commit details
    Browse the repository at this point in the history
  34. fix: natspec

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    22bc743 View commit details
    Browse the repository at this point in the history
  35. feat: small gas optimization

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9f17a09 View commit details
    Browse the repository at this point in the history
  36. chore: cleanup test file

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    692efa4 View commit details
    Browse the repository at this point in the history
  37. fix: tests

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0a94566 View commit details
    Browse the repository at this point in the history
  38. feat: preview redeem tests

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6750222 View commit details
    Browse the repository at this point in the history
  39. feat: asset registry tests

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fff1ea3 View commit details
    Browse the repository at this point in the history
  40. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    44b0640 View commit details
    Browse the repository at this point in the history
  41. feat: small gas save

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c3bf781 View commit details
    Browse the repository at this point in the history
  42. chore: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5988e96 View commit details
    Browse the repository at this point in the history
  43. chore: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    be49f3b View commit details
    Browse the repository at this point in the history
  44. fix: add event

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0c4c9b4 View commit details
    Browse the repository at this point in the history
  45. feat: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8be2aaf View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b5eac0e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d85304d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8648b81 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0b06091 View commit details
    Browse the repository at this point in the history
  50. remove unused assertions

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    eeb6f02 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bc808c5 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    9a4f087 View commit details
    Browse the repository at this point in the history
  53. add event to updates

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4653202 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a807fe6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4c34031 View commit details
    Browse the repository at this point in the history
  56. add natspec

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b1aab16 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    24c3871 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    5039eaf View commit details
    Browse the repository at this point in the history
  59. feat: ynFoo deployment script

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    66430ee View commit details
    Browse the repository at this point in the history
  60. feat: ynfoo depl

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    20f42f5 View commit details
    Browse the repository at this point in the history
  61. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4915510 View commit details
    Browse the repository at this point in the history
  62. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c35274e View commit details
    Browse the repository at this point in the history
  63. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3e1c838 View commit details
    Browse the repository at this point in the history
  64. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8758df7 View commit details
    Browse the repository at this point in the history
  65. fix #164 (comment) v2

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    db92599 View commit details
    Browse the repository at this point in the history
  66. fix: #164 (comment)

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    39b11bd View commit details
    Browse the repository at this point in the history
  67. feat: ynupgrader wip

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7c4a445 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    52b44ef View commit details
    Browse the repository at this point in the history
  69. chore: rename test temp name

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d687b37 View commit details
    Browse the repository at this point in the history
  70. fix: zokyo m3

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2feb51a View commit details
    Browse the repository at this point in the history
  71. fix: zokyo l7

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    409e751 View commit details
    Browse the repository at this point in the history
  72. fix: zokyo l9

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d41b167 View commit details
    Browse the repository at this point in the history
  73. fix: zokyo l11

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5d9c633 View commit details
    Browse the repository at this point in the history
  74. fix: zokyo l14

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    64cf722 View commit details
    Browse the repository at this point in the history
  75. fix: zokyo l17

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    aef933c View commit details
    Browse the repository at this point in the history
  76. fix: zokyo l18

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    af75236 View commit details
    Browse the repository at this point in the history
  77. delete README blank space

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    aa2c2cc View commit details
    Browse the repository at this point in the history
  78. fix ynEigenViewer code

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    902717d View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    53c7f7e View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    7316728 View commit details
    Browse the repository at this point in the history
  81. expand AssetInfo

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6521935 View commit details
    Browse the repository at this point in the history
  82. add natspec and sections

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f4f5405 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    56e7e0c View commit details
    Browse the repository at this point in the history
  84. add deployment files

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ebcbcc1 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3553398 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    c3c77ba View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    4aa6267 View commit details
    Browse the repository at this point in the history
  88. chore: manually revert l11

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    510b095 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    d1345b6 View commit details
    Browse the repository at this point in the history
  90. adjust convertToAssets

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    bf08df0 View commit details
    Browse the repository at this point in the history
  91. add correct negation

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8803efd View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    187fd59 View commit details
    Browse the repository at this point in the history
  93. feat: schedule batch test

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b9de00f View commit details
    Browse the repository at this point in the history
  94. feat: add ynlsdadapter upgrade

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b59be43 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    9eee371 View commit details
    Browse the repository at this point in the history
  96. feat: update withdrawal fee

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    99d82e7 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    c9c9ad0 View commit details
    Browse the repository at this point in the history
  98. chore: holesky deployment

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    525fb6b View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    bc87545 View commit details
    Browse the repository at this point in the history
  100. feat: last changes

    johnnyonline authored and danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ec37bba View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    494f9ed View commit details
    Browse the repository at this point in the history
  102. set test fee back to 0

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4d66d0b View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    50e4e7b View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    17cb9d3 View commit details
    Browse the repository at this point in the history
  105. add ProxyAdmin addresses

    danoctavian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    43ab866 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    d279bd2 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    5fc832f View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    ec300e2 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    ab4b5f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    70e4dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a217164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630149e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4babac0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #186 from yieldnest/deployment/ynLSDe-withdrawals

    Deployment/yn ls de withdrawals
    danoctavian authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e9ff24a View commit details
    Browse the repository at this point in the history
  2. cleanup solhint issues

    danoctavian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9b4a2d6 View commit details
    Browse the repository at this point in the history