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 main in feat/next #459

Merged
merged 39 commits into from
Jun 6, 2024
Merged

Merge main in feat/next #459

merged 39 commits into from
Jun 6, 2024

Commits on Apr 18, 2024

  1. Merge pull request #445 from multiversx/feat/next

    Merge feat/next into main (v13.1.0)
    andreibancioiu committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b877bbe View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    a5b5768 View commit details
    Browse the repository at this point in the history
  2. Additional tests.

    andreibancioiu committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1e8de30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbf259a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26a3b31 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    7c117d7 View commit details
    Browse the repository at this point in the history
  2. Additional comment.

    andreibancioiu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ee4345e View commit details
    Browse the repository at this point in the history
  3. Add LibraryConfig.

    andreibancioiu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6e1e4f5 View commit details
    Browse the repository at this point in the history
  4. Adjust comment.

    andreibancioiu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1e201d2 View commit details
    Browse the repository at this point in the history
  5. Additional comment.

    andreibancioiu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a0829a5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    c65ba7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090efd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac40c2 View commit details
    Browse the repository at this point in the history
  4. Adjust unit test.

    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    db67314 View commit details
    Browse the repository at this point in the history
  5. Bump minor version.

    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2571997 View commit details
    Browse the repository at this point in the history
  6. Fix after review.

    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3480316 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #450 from multiversx/upgrade-ctor-01

    Handle "upgradeConstructor" of ABI.json
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2f9d03a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    734c042 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #448 from multiversx/custom-hrp

    Align Address with sdk-specs, as much as possible (without breaking changes)
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1e2ee14 View commit details
    Browse the repository at this point in the history
  10. Apply npm audit fixes.

    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7f62882 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #451 from multiversx/audit-fixes-05-27

    Apply npm audit fixes
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9cb8aa1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #447 from multiversx/tests-05-13

    Minor tests adjustments
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ddea99b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #446 from multiversx/refactor-05-13

    Minor refactoring: use "isTyped"
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a62a324 View commit details
    Browse the repository at this point in the history
  14. Native serializer: for option and optional, handle "undefined" the sa…

    …me as "null" values (missing).
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2f4eb38 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4604253 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #452 from multiversx/serializer-null-or-undefined

    Native serializer: for option and optional, handle both "undefined" and "null" as missing values
    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5d47501 View commit details
    Browse the repository at this point in the history
  17. Minor refactoring.

    andreibancioiu committed May 27, 2024
    Configuration menu
    Copy the full SHA
    912fc5e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    db6ba7d View commit details
    Browse the repository at this point in the history
  2. Bump version.

    andreibancioiu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5741d96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #456 from multiversx/txstatus-interface

    Extend ITransactionStatus: add isSuccessful()
    andreibancioiu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    01dbe51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4d8b2e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge pull request #457 from multiversx/minor-refactor-06-03

    Minor refactoring (tests)
    andreibancioiu committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5b408ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #453 from multiversx/refactor-05-27

    Native serializer: minor refactoring
    andreibancioiu committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    add4011 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #454 from multiversx/query-improvements

    Query improvements: add SmartContractQueriesController.query()
    andreibancioiu committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fc14c4e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. run pretty

    popenta committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d2d78c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #458 from multiversx/run-pretty

    Run pretty
    popenta committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b50a0cc View commit details
    Browse the repository at this point in the history