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 master -> rc/v0.42 #1164

Merged
merged 66 commits into from
Jul 14, 2023
Merged

Merge master -> rc/v0.42 #1164

merged 66 commits into from
Jul 14, 2023

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    6099582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf9fbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a24a1 View commit details
    Browse the repository at this point in the history
  4. clippy

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c3f202a View commit details
    Browse the repository at this point in the history
  5. test fix

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cc381df View commit details
    Browse the repository at this point in the history
  6. tests update part2

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fba6de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e6b764 View commit details
    Browse the repository at this point in the history
  8. test fixes part 3

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9d299ef View commit details
    Browse the repository at this point in the history
  9. is not available bug fix

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7df2ffd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61e5416 View commit details
    Browse the repository at this point in the history
  11. add example inside snippet

    alyn509 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1e8f6be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    353e384 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44d350d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    2dc9b3c View commit details
    Browse the repository at this point in the history
  2. undo encoding in test

    alyn509 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    445abef View commit details
    Browse the repository at this point in the history
  3. encoding fix in checks

    alyn509 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b0ee349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f9e79 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    67c8d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba6357 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a916a3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. remove set notset value

    alyn509 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    65c6043 View commit details
    Browse the repository at this point in the history
  2. fix decoding

    alyn509 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8eb760c View commit details
    Browse the repository at this point in the history
  3. add clear to custom callbacks

    alyn509 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    32b8c2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d991fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30d80d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    027c8a4 View commit details
    Browse the repository at this point in the history
  7. update snippet

    alyn509 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e0729a8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. token mapper bugfix

    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    dc90e70 View commit details
    Browse the repository at this point in the history
  2. token mappers folder

    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    590bc93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1086 from multiversx/fungible-token-mapper-fix

    update default issue callback
    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    62f5fc7 View commit details
    Browse the repository at this point in the history
  4. sc 0.41.1, vm 0.3.1

    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    51768d4 View commit details
    Browse the repository at this point in the history
  5. publish.sh update

    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8eca0bb View commit details
    Browse the repository at this point in the history
  6. Cargo.lock update

    andrei-marinica committed May 15, 2023
    Configuration menu
    Copy the full SHA
    008e71f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge pull request #1095 from multiversx/release-41-1

    Release: sc 0.41.1, vm 0.3.1
    andrei-marinica committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bbe740a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix comment

    dorin-iancu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    eb6c3ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1096 from multiversx/fix-comment

    fix comment
    dorin-iancu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ebb23df View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Digital cash fix (#1078)

    * digital cash changes 1
    
    * private key handles 1 single deposit
    
    * digital cash lib rs update
    
    * update readme digital cash
    
    * digital cash tests update part 1
    
    * scenatio update part 1
    
    * update key and signatures
    
    * claim fees + more tests
    
    * update claim tests
    
    * fix signatures
    
    * multi esdt tests
    
    * readme update
    
    * Update contracts/examples/digital-cash/src/digital_cash.rs
    
    Co-authored-by: dorin-iancu <72252689+dorin-iancu@users.noreply.github.com>
    
    * fix after review
    
    ---------
    
    Co-authored-by: dorin-iancu <72252689+dorin-iancu@users.noreply.github.com>
    alyn509 and dorin-iancu committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c578a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    6f66a2d View commit details
    Browse the repository at this point in the history
  2. update Cargo.lock

    andrei-marinica committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    48542b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1105 from multiversx/release-41-2

    Release: sc 0.41.2, codec 0.17.2, vm 0.3.2
    andrei-marinica committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    95ebfd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    172a134 View commit details
    Browse the repository at this point in the history
  2. explicit enum ABI

    andrei-marinica committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c1452c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1113 from multiversx/explicit-enum-abi

    explicit enum ABI
    andrei-marinica committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7a7bc83 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    747e47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ccce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041b48f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1121 from multiversx/cached-builder-bugfix

    ManagedBufferCachedBuilder bugfix
    andrei-marinica committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    771d963 View commit details
    Browse the repository at this point in the history
  5. sc 0.41.3, vm 0.3.3

    andrei-marinica committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e450521 View commit details
    Browse the repository at this point in the history
  6. Cargo.lock update

    andrei-marinica committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b1b74fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1122 from multiversx/release-41-3

    Release: sc 0.41.3, vm 0.3.3
    andrei-marinica committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d4a9c9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39ad294 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1123 from multiversx/meta-all-count

    meta all command pretty print current index
    andrei-marinica committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e3baa63 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. proxy-pause sc use a proper sc for extension (#1138)

    * proxy- pause sc use a proper sc for extension
    
    * update cargo toml version
    
    * fix contract builder to proxy-pause test
    
    * update all contracts
    alyn509 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8669096 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    40ff122 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1108 from bogdan-marian/001-bogdan-config-dev-env…

    …ironment
    
    fixed the deploy scripts for develop env crowdfunding-esdt
    andrei-marinica committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6458630 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    2771f73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1101 from Entropy-Foundation/master

    bump rand and bip39 in multiverse-sdk
    andrei-marinica committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b5f2d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. rebranding

    andrei-marinica committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3c03347 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1152 from multiversx/rebranding-leftovers

    Rebranding (leftovers)
    andrei-marinica committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c7ad475 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    1444201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4e01e View commit details
    Browse the repository at this point in the history
  3. wasm crate update

    andrei-marinica committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d9c6174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e1f258 View commit details
    Browse the repository at this point in the history
  5. clippy fix in tests

    andrei-marinica committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    83814f7 View commit details
    Browse the repository at this point in the history