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

Liquid staking sc #121

Draft
wants to merge 106 commits into
base: feat/beta
Choose a base branch
from
Draft

Liquid staking sc #121

wants to merge 106 commits into from

Commits on Sep 2, 2024

  1. Generated liquid-staking contract

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    18379ff View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Renamed main file

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cb2a96c View commit details
    Browse the repository at this point in the history
  2. Added liquid staking sc to project cargo file

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3ba2a80 View commit details
    Browse the repository at this point in the history
  3. Added liquidity pools module + delegation sc address mapper

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2b813a9 View commit details
    Browse the repository at this point in the history
  4. Added endpoints for stake and unstake

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bf015a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f846938 View commit details
    Browse the repository at this point in the history
  6. Upgrade liquid staking to 0.53.0

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fbd0371 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Removed imports

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    da50c96 View commit details
    Browse the repository at this point in the history
  2. Modified delegation storage and added endpoint to register

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    07e2fc1 View commit details
    Browse the repository at this point in the history
  3. Modified storage to use a map instead of a set

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ddd8558 View commit details
    Browse the repository at this point in the history
  4. Regenerated proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4c87caf View commit details
    Browse the repository at this point in the history
  5. Moved callbacks to be right under their endpoint

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7273d97 View commit details
    Browse the repository at this point in the history
  6. Added consts for endpoint names

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    266eecd View commit details
    Browse the repository at this point in the history
  7. Added check for delegation value to be > 0

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    22a0b9a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Added sc-config for proxy generation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    1aa6adf View commit details
    Browse the repository at this point in the history
  2. Added import for proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    76a83c3 View commit details
    Browse the repository at this point in the history
  3. Added test setup + 2 tests

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9c171b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #124 from multiversx/liquid-staking-coverage

    Liquid staking unit tests setup
    andreiblt1304 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5f25329 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3c4f410 View commit details
    Browse the repository at this point in the history
  3. Added stake test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8c3e29f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Renamed test file

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    70bbba4 View commit details
    Browse the repository at this point in the history
  2. Used most recent unified syntax for raw calls

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dae3485 View commit details
    Browse the repository at this point in the history
  3. Added delegation mock contract

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1119850 View commit details
    Browse the repository at this point in the history
  4. Renamed main file in delegation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b069bf View commit details
    Browse the repository at this point in the history
  5. Added mock code

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cdc17be View commit details
    Browse the repository at this point in the history
  6. Added sc-config for proxy generation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9b62311 View commit details
    Browse the repository at this point in the history
  7. Added generated files

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b8986e View commit details
    Browse the repository at this point in the history
  8. Added delegation proxy + deploy setup

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0c94913 View commit details
    Browse the repository at this point in the history
  9. Removed workspace from delegation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7eb812b View commit details
    Browse the repository at this point in the history
  10. Added delegation to Cargo

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d55dc28 View commit details
    Browse the repository at this point in the history
  11. Modified deploy test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bfa1edc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3be3909 View commit details
    Browse the repository at this point in the history
  13. Modified check account address

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e95ce6b View commit details
    Browse the repository at this point in the history
  14. Modified cargo toml to use its proxy in tests

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f25026 View commit details
    Browse the repository at this point in the history
  15. Stake test progress

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4358578 View commit details
    Browse the repository at this point in the history
  16. fix whitebox test_stake

    BiancaIalangi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be080c7 View commit details
    Browse the repository at this point in the history
  17. Added unstake test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d1eeeb0 View commit details
    Browse the repository at this point in the history
  18. Added endpoints for registering BLS keys and header verifier

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bc5a881 View commit details
    Browse the repository at this point in the history
  19. Regenerated proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0e16e32 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Removed use of constant

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2931ae2 View commit details
    Browse the repository at this point in the history
  2. Removed unsued import

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dc50c51 View commit details
    Browse the repository at this point in the history
  3. Added function to check if contract is registered

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    af31c22 View commit details
    Browse the repository at this point in the history
  4. Fixed setup bug

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    027f1eb View commit details
    Browse the repository at this point in the history
  5. Built contracts

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5f7a911 View commit details
    Browse the repository at this point in the history
  6. Removed ManagedArgBuffer

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5ad2926 View commit details
    Browse the repository at this point in the history
  7. Added tests for unstake endpoint

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    70137da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c65ed6 View commit details
    Browse the repository at this point in the history
  9. Added require for no delegated value

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bb01186 View commit details
    Browse the repository at this point in the history
  10. Regenerated proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9ec5667 View commit details
    Browse the repository at this point in the history
  11. Update test's expected error message

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1a4f479 View commit details
    Browse the repository at this point in the history
  12. Built contract

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    afe0c1a View commit details
    Browse the repository at this point in the history
  13. Added claim rewards from delegation test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c6eb5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Added check for delegated value in unstake scenario

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7200eb3 View commit details
    Browse the repository at this point in the history
  2. Added slash endpoint

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1a8795a View commit details
    Browse the repository at this point in the history
  3. Added require to check if there is no address registered

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4f0265a View commit details
    Browse the repository at this point in the history
  4. Added tests for BLS registration + Mockup setup for HeaderVer

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ca7e5fe View commit details
    Browse the repository at this point in the history
  5. Added require to check bls-address map if empty

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    27ddb0c View commit details
    Browse the repository at this point in the history
  6. Added test for slashing

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6a30c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Renamed function

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e29f3e6 View commit details
    Browse the repository at this point in the history
  2. Fixed slashing test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    96f835b View commit details
    Browse the repository at this point in the history
  3. Added slash test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    20f972a View commit details
    Browse the repository at this point in the history
  4. Added 0 slash value test

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8b1b7a9 View commit details
    Browse the repository at this point in the history
  5. Added slash more than delegated value scenario

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3c2009d View commit details
    Browse the repository at this point in the history
  6. Modified endpoint to use validator address as well

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5174a65 View commit details
    Browse the repository at this point in the history
  7. Added endpoint for sovereign chain funding

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    03044b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #128 from multiversx/liquid-staking-coverage

    Test Driven Development for LS Endpoints
    andreiblt1304 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    81ae496 View commit details
    Browse the repository at this point in the history
  2. Removed uneeded reference

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8ec10a3 View commit details
    Browse the repository at this point in the history
  3. Liquid Staking upgrade to 0.53.1

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4382f04 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Removed endpoint alias

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    21138d7 View commit details
    Browse the repository at this point in the history
  2. Removed Self::Api for framwork types

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a422a0f View commit details
    Browse the repository at this point in the history
  3. Added custom type for BlsKey

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1c93eb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    463b891 View commit details
    Browse the repository at this point in the history
  5. Switched endpoint names from &str to &[u8]

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c71079c View commit details
    Browse the repository at this point in the history
  6. Modified stake_callback storage mapper value modification

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e450715 View commit details
    Browse the repository at this point in the history
  7. Added refund tx for error scenario

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cc8cd5b View commit details
    Browse the repository at this point in the history
  8. Removed require

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ebef8ba View commit details
    Browse the repository at this point in the history
  9. Removed setting of the epoch

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d8182d7 View commit details
    Browse the repository at this point in the history
  10. Removed the unused parameter of the callback

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e46ef59 View commit details
    Browse the repository at this point in the history
  11. Removed unused variable

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3b12775 View commit details
    Browse the repository at this point in the history
  12. De-nesting

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cb6c1eb View commit details
    Browse the repository at this point in the history
  13. Added register_promise instead of old async call

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    489cc4b View commit details
    Browse the repository at this point in the history
  14. Removed match operator

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c673fe5 View commit details
    Browse the repository at this point in the history
  15. Storage require functions renames

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    64666a4 View commit details
    Browse the repository at this point in the history
  16. Optimization to not reuse mapper

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ad84e15 View commit details
    Browse the repository at this point in the history
  17. Added TODO

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bdcd2cc View commit details
    Browse the repository at this point in the history
  18. Created mapper before the for loop

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b8ee176 View commit details
    Browse the repository at this point in the history
  19. Moved upgrade endpoint next to init

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7fdf10f View commit details
    Browse the repository at this point in the history
  20. Regenerated proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    42523de View commit details
    Browse the repository at this point in the history
  21. Modified expected error message

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4d6d794 View commit details
    Browse the repository at this point in the history
  22. Removed unnecessary let

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4a89013 View commit details
    Browse the repository at this point in the history
  23. Removed unused import

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f859ff9 View commit details
    Browse the repository at this point in the history
  24. Reverted endpoint annotation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f1c676c View commit details
    Browse the repository at this point in the history
  25. Regenerated proxy

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    05ca4a3 View commit details
    Browse the repository at this point in the history
  26. Integrated AddressToId mapper

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    23b7c8f View commit details
    Browse the repository at this point in the history
  27. Adapted tests for for AddressToId implementation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cf183b1 View commit details
    Browse the repository at this point in the history
  28. Added proxy call for delegation

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4e7d7d6 View commit details
    Browse the repository at this point in the history
  29. Added proxy calls for other endpoints

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    33a144e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4e2a6d6 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #135 from multiversx/update-github-actions-v3.3.1

    Update actions.yml contracts v3.3.1
    mradian1 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    07ffa05 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #132 from multiversx/ls-fw-upgrade

    Liquid Staking upgrade to 0.53.1
    andreiblt1304 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7032b95 View commit details
    Browse the repository at this point in the history
  2. Added promises

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    22d4a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45c4b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Added correct annotation for promise callbacks

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    216de6e View commit details
    Browse the repository at this point in the history
  2. Added use of self.callbacks()

    Signed-off-by: Andrei Baltariu <[email protected]>
    andreiblt1304 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    36f041b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #134 from multiversx/ls-fixes

    Liquid-Staking fixes after review
    andreiblt1304 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    588fa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0874cf View commit details
    Browse the repository at this point in the history