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

template renames #1184

Closed
wants to merge 16 commits into from
Closed

template renames #1184

wants to merge 16 commits into from

Commits on Jul 11, 2023

  1. reorganize

    alyn509 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5e89aa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Master into feat template (#1173)

    * Implement `IntoIterator` for storage mappers and some types
    
    * Use explicit `Item` types in `IntoIterator` impls
    
    * sc-meta test generator tool
    
    * sc-meta test generator tool - refactor, test, whitespace fix
    
    * sc-meta test generator tool - create flag
    
    * cleanup
    
    * updated tests using sc-meta test-gen
    
    * cargo fmt
    
    * implementation
    
    * clippy
    
    * fix depositor
    
    * undo actions
    
    * undo actions
    
    * fix tests part 1
    
    * fix tests part 2
    
    * fix tests 2
    
    * forward + test
    
    * claim tests update
    
    * swap indexes for UnorderedSetMapper (#1033)
    
    * implementation + test
    
    * update test
    
    * fix set index
    
    * fix indexes
    
    * add sanity check for index
    
    * update description
    
    * test swap case indexes equal
    
    * fix after review
    
    * sc 0.39.8, vm 0.1.8
    
    * publish.sh instructions update
    
    * Cargo.lock update
    
    * call value egld as ManagedRef
    
    * call value all esdts as ManagedRef
    
    * call value - removed esdt_value()
    
    * clippy fix
    
    * sc 0.40.0, vm 0.2.0
    
    * Cargo.lock update
    
    * meta crate EI checker
    
    * clippy fix
    
    * cleanup
    
    * ManagedVecItem impl for arrays
    
    * ManagedVecItem payload size cleanup
    
    * sc 0.40.1, vm 0.2.1
    
    * Cargo.lock update
    
    * allocator syntax changes for rustc 1.71.0
    
    * Use new github workflow (by commit hash).
    
    * Use newer workflow.
    
    * Use newer workflow.
    
    * Use newer workflow.
    
    * Use newer workflow.
    
    * removed unnecessary alloc feature flags
    
    * github action fix
    
    * version fix
    
    * Allocator option in multicontract.toml
    
    * clippy fix
    
    * panic fmt managed implementation
    
    * panic fmt value formatting test
    
    * Added missing allocator config
    
    * new allocators: LeakingAllocator, StaticAllocator
    
    * deprecated legacy methods from API wrappers
    
    * deleted test-gen tool
    
    * wasm-adapter refactor
    
    * wasm macro fix
    
    * simplified allocators
    
    * doc fix
    
    * Fix `assert_positive` function
    
    * Remove commented code
    
    * allocator memory_size function
    
    * BigUint bitwise operation integration tests
    
    * stack size in multicontract.toml
    
    * packing abi + contract binary in one file
    
    * stack size examples
    
    * printing contract size
    
    * sc file build info in root
    
    * meta crate reorg
    
    * test fix
    
    * meta crate reorg: output contract
    
    * meta crate reorg
    
    * meta crate reorg: renamed sc_file_json -> mxsc_file_json
    
    * codec moved under /data
    
    * Cargo.lock update
    
    * sc 0.41.0, vm 0.3.0
    
    * changelog update
    
    * Cargo.lock update
    
    * format-tests dependency fix
    
    * update default issue callback
    
    * check if token state is pending
    
    * check pending on simple issue
    
    * clippy
    
    * test fix
    
    * tests update part2
    
    * default issue callback set consistency
    
    * test fixes part 3
    
    * is not available bug fix
    
    * fix test with empty string value
    
    * add example inside snippet
    
    * change check not set or pending
    
    * fungible token mapper refactor
    
    * top encode backwards compatibility
    
    * undo encoding in test
    
    * encoding fix in checks
    
    * remove match from read token id
    
    * fix text with empty storage as reset
    
    * fix custom callback set token id
    
    * undo storage mapper fungible token set
    
    * remove set `notset` value
    
    * fix decoding
    
    * add clear to custom callbacks
    
    * rename check + add clear to error
    
    * default callbacks direct set storage
    
    * token_mapper have TokenMapperState in memory
    
    * update snippet
    
    * token mapper bugfix
    
    * token mappers folder
    
    * sc 0.41.1, vm 0.3.1
    
    * publish.sh update
    
    * Cargo.lock update
    
    * fix comment
    
    * 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 <[email protected]>
    
    * fix after review
    
    ---------
    
    Co-authored-by: dorin-iancu <[email protected]>
    
    * chore(sdk/core): bump bip39 to v2.0.0
    
    * chore(sdk/core): bump rand to v0.8.5
    
    * sc 0.41.2, codec 0.17.2, vm 0.3.2
    
    * update Cargo.lock
    
    * fixed deploy on devnet (signed)
    
    * explicit enum ABI
    
    * large-storage contract & test
    
    * ManagedBufferCachedBuilder bugfix
    
    * sc 0.41.3, vm 0.3.3
    
    * Cargo.lock update
    
    * meta all command pretty print current index
    
    * 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
    
    * rebranding
    
    * master merge leftovers
    
    ---------
    
    Co-authored-by: Oleksandr Movchan <[email protected]>
    Co-authored-by: Andrei Marinica <[email protected]>
    Co-authored-by: Andrei Marinica <[email protected]>
    Co-authored-by: Robert Sasu <[email protected]>
    Co-authored-by: Andrei Băncioiu <[email protected]>
    Co-authored-by: Costin Carabaș <[email protected]>
    Co-authored-by: dorin.iancu <[email protected]>
    Co-authored-by: dorin-iancu <[email protected]>
    Co-authored-by: rupansh <[email protected]>
    Co-authored-by: Bogdan <[email protected]>
    11 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8c5a9d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0ed87 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. trait rename by config file

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8b77614 View commit details
    Browse the repository at this point in the history
  2. template adjuster refactor

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d0fc701 View commit details
    Browse the repository at this point in the history
  3. update cargo toml

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e20a1da View commit details
    Browse the repository at this point in the history
  4. rename all files fix

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    46c1327 View commit details
    Browse the repository at this point in the history
  5. rename tests & scenarios

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    286504d View commit details
    Browse the repository at this point in the history
  6. clippy

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d5a1e7a View commit details
    Browse the repository at this point in the history
  7. clippy 2

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    892b244 View commit details
    Browse the repository at this point in the history
  8. more rename to affect meta

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    55bab0a View commit details
    Browse the repository at this point in the history
  9. clippy

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f6da38a View commit details
    Browse the repository at this point in the history
  10. remove clone

    alyn509 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cdec064 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix tests

    alyn509 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d78d7d1 View commit details
    Browse the repository at this point in the history
  2. clippy

    alyn509 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ab19fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    979e1bb View commit details
    Browse the repository at this point in the history