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

Merge feat/sdk-core-v13 into development #1507

Merged
merged 77 commits into from
Oct 14, 2024
Merged

Commits on Sep 24, 2024

  1. SERVICES-2608: update sdk-core and sdk-native-auth-server

    - update sdk-core to v13.6.3
    - update sdk-native-auth-server to v1.0.19
    mad2sm0key committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    81665fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d39505 View commit details
    Browse the repository at this point in the history
  3. SERVICES-2608: fix transaction data field in failing unit tests

    - MultiESDTNFTTransfer/ESDTNFTTransfer for a single fungible becomes ESDTTransfer
    - MultiESDTNFTTransfer for a single MetaESDT becomes ESDTNFTTransfer
    - the length of the random part of a collection identifier needs to be exactly 6 characters (enforced in v13)
    mad2sm0key committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    17c3dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d5e43 View commit details
    Browse the repository at this point in the history
  5. MEX-521: update package-lock file

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    70abd77 View commit details
    Browse the repository at this point in the history
  6. SERVICES-2610: add generic method for tx creation to MxProxy service

    - use the recommended SmartContractTransactionsFactory from sdk-core v13
    mad2sm0key committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    379c5f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87cd5de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57d86e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d13f8b4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'SERVICES-2608-update-sdk-core-package' into SERVICES-26…

    …10-update-transaction-generation-for-wrap-sc
    mad2sm0key committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    824c871 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5693f70 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1488 from multiversx/SERVICES-2608-update-sdk-cor…

    …e-package
    
    [SERVICES-2608] Update sdk-core package
    mad2sm0key authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4899b8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54d572f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. SERVICES-2616: update router SC transaction generation methods

    - update `multiPairSwap` method in auto-router.transaction.service
    - update methods for generating transactions in router.transaction.service to use SmartContractTransactionsFactory
    - add sender parameter where needed  + update resolver methods
    mad2sm0key committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    22247f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04f63f View commit details
    Browse the repository at this point in the history
  3. SERVICES-2617: update composable tasks SC transaction generation methods

    - add missing sender in methods from pair and auto-router transaction services
    mad2sm0key committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a4b739a View commit details
    Browse the repository at this point in the history
  4. SERVICES-2617: fix unit tests

    - add non zero sender address where needed
    mad2sm0key committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6c9f9d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4a1209 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fd8d784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7242a9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40bf67f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'SERVICES-2613-update-transaction-generation-for-positio…

    …n-creator-sc' into SERVICES-2616-update-transaction-generation-for-router-sc
    mad2sm0key committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fbca118 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcc921f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'SERVICES-2613-update-transaction-generation-for-positio…

    …n-creator-sc' into SERVICES-2616-update-transaction-generation-for-router-sc
    mad2sm0key committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4c91573 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'SERVICES-2616-update-transaction-generation-for-router-…

    …sc' into SERVICES-2617-update-transaction-generation-for-composable-tasks-sc
    mad2sm0key committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    27e8abb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'SERVICES-2617-update-transaction-generation-for-composa…

    …ble-tasks-sc' into SERVICES-2618-update-transaction-generation-for-pairs-sc
    mad2sm0key committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    85d8245 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1494 from multiversx/SERVICES-2618-update-transac…

    …tion-generation-for-pairs-sc
    
    [SERVICES-2618] Update transaction generation for Pairs SC
    mad2sm0key authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9ce21bf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1493 from multiversx/SERVICES-2617-update-transac…

    …tion-generation-for-composable-tasks-sc
    
    [SERVICES-2617] Update transaction generation for Composable Tasks SC
    mad2sm0key authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7123e91 View commit details
    Browse the repository at this point in the history
  11. MEX-521: upgrade sdk-exchange package

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    811392a View commit details
    Browse the repository at this point in the history
  12. MEX-521: add rimraf as a dev dependency

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1c55077 View commit details
    Browse the repository at this point in the history
  13. MEX-521: remove multiversx/sdk-data-api-client package

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6b252c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    c0407d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb6a0f View commit details
    Browse the repository at this point in the history
  3. SERVICES-2610: fixes after review

    - fix import
    mad2sm0key committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2849163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9c246e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1492 from multiversx/SERVICES-2616-update-transac…

    …tion-generation-for-router-sc
    
    [SERVICES-2616] Update transaction generation for Router SC
    mad2sm0key authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ce026ec View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1491 from multiversx/SERVICES-2613-update-transac…

    …tion-generation-for-position-creator-sc
    
    [SERVICES-2613] Update transaction generation for Position Creator SC
    mad2sm0key authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bdbf8fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1490 from multiversx/SERVICES-2610-update-transac…

    …tion-generation-for-wrap-sc
    
    [SERVICES-2610] Update transaction generation for Wrap SC
    mad2sm0key authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8f698ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0e95f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ec66df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7a2598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01a06e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d70798 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    f07707d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb8fdc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e572e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b64933 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    98e1c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44d867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb02a2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bceb58c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7c48f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a689a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afcdae3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66bb72e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0d5e68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9ffc2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84d9af6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6080ae8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ccf7cbe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33e5038 View commit details
    Browse the repository at this point in the history
  15. SERVICES-2633: update distribution SC transaction generation methods

    - add sender
    - fix unit tests
    mad2sm0key committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e1e6671 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e974c74 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

  1. Merge pull request #1498 from multiversx/SERVICES-2627-update-transac…

    …tion-generation-for-proxy-dex-staking-proxy-sc
    
    [SERVICES-2627] Update transaction generation for Proxy DEX, Staking Proxy SC
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dfb0d3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1499 from multiversx/SERVICES-2630-update-transac…

    …tion-generation-for-simple-lock-energy-sc
    
    [SERVICES-2630] Update transaction generation for Simple Lock Energy SC
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    afbcaad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1500 from multiversx/SERVICES-2632-update-transac…

    …tion-generation-for-locked-asset-factory-simple-lock-scs
    
    [SERVICES-2632] Update transaction generation for Locked Asset Factory, Simple Lock SCs
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ddddbbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1501 from multiversx/SERVICES-2633-finalize-trans…

    …action-generation-updates-for-sdk-core-v13
    
    [SERVICES-2633] Finalize transaction generation updates for sdk-core v13
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df0c993 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1496 from multiversx/SERVICES-2621-update-transac…

    …tion-generation-for-farms-sc
    
    [SERVICES-2621] Update transaction generation for Farms SC
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    183a63c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1497 from multiversx/SERVICES-2626-update-transac…

    …tion-generation-for-staking-sc
    
    [SERVICES-2626] Update transaction generation for Staking SC
    mad2sm0key authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b1d576e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba72ebd View commit details
    Browse the repository at this point in the history
  8. MEX-521: add back maxWorkers to jest config

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0f0fcbb View commit details
    Browse the repository at this point in the history
  9. MEX-521: fixes after merge conflict

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9a2954d View commit details
    Browse the repository at this point in the history
  10. MEX-521: Upgrade package-lock.json file

    Signed-off-by: Claudiu Lataretu <[email protected]>
    claudiulataretu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    de7ec24 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1495 from multiversx/MEX-521-packages-upgrades

    [MEX-521] packages upgrades
    claudiulataretu authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    32babcf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #1504 from multiversx/development

    Merge development into feat/sdk-core-v13
    claudiulataretu authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d7de8dd View commit details
    Browse the repository at this point in the history