elrond-wasm-rs icon indicating copy to clipboard operation
elrond-wasm-rs copied to clipboard

Multi contract full implementation

Open andrei-marinica opened this issue 2 years ago • 1 comments

andrei-marinica avatar Nov 18 '22 19:11 andrei-marinica

Contract comparison - from 40feea16c55c4e38073d4335d75751d6aa1b56e3 to d388b30668ebcd403ebfa49d578dfa74097dc53f

Path                                                                                             size                  has-allocator                     has-format
elrond-wasm-rs/contracts/benchmarks
- send-tx-repeat/send-tx-repeat.wasm 917 No No
- str-repeat/str-repeat.wasm 3763 Yes No
elrond-wasm-rs/contracts/benchmarks/mappers
- linked-list-repeat/linked-list-repeat.wasm 7666 No No
- map-repeat/map-repeat.wasm 8645 No No
- queue-repeat/queue-repeat.wasm 6779 No No
- set-repeat/set-repeat.wasm 8359 No No
- single-value-repeat/single-value-repeat.wasm 5344 No No
- vec-repeat/vec-repeat.wasm 6198 No No
elrond-wasm-rs/contracts/core
- price-aggregator/elrond-sc-price-aggregator.wasm 20541 No No
- wegld-swap/elrond-sc-wegld-swap.wasm 4509 No No
elrond-wasm-rs/contracts/examples
- adder/adder.wasm 695 No No
- bonding-curve-contract/bonding-curve-contract.wasm 16986 No No
- crowdfunding-esdt/crowdfunding-esdt.wasm 4309 No No
- crypto-bubbles/crypto-bubbles.wasm 2391 No No
- digital-cash/digital-cash.wasm 5655 No No
- empty/empty.wasm 236 No No
- esdt-transfer-with-fee/esdt-transfer-with-fee.wasm 9269 No No
- factorial/factorial.wasm 574 No No
- lottery-esdt/lottery-esdt.wasm 11600 :arrow_right: 11599 :green_circle: No No
- multisig
- - multisig.wasm 18012 :arrow_right: 15938 :green_circle: No No
- - multisig-full.wasm N/A :arrow_right: 18012 :warning: N/A :arrow_right: No :warning: N/A :arrow_right: No :warning:
- - multisig-view.wasm N/A :arrow_right: 7948 :warning: N/A :arrow_right: No :warning: N/A :arrow_right: No :warning:
- nft-minter/nft-minter.wasm 11312 No No
- nft-storage-prepay/nft-storage-prepay.wasm 2307 No No
- ping-pong-egld/ping-pong-egld.wasm 6939 No No
- proxy-pause/proxy-pause.wasm 7459 No No
- rewards-distribution/rewards-distribution.wasm 11300 :arrow_right: 11297 :green_circle: No No
- token-release/token-release.wasm 8643 No No
elrond-wasm-rs/contracts/examples/crypto-kitties
- kitty-auction/kitty-auction.wasm 12827 :arrow_right: 12824 :green_circle: No No
- kitty-genetic-alg/kitty-genetic-alg.wasm 3618 No No
- kitty-ownership/kitty-ownership.wasm 15806 No No
elrond-wasm-rs/contracts/examples/order-book
- factory/order-book-factory.wasm 5180 No No
- pair/order-book-pair.wasm 17337 No No
elrond-wasm-rs/contracts/feature-tests
- abi-tester
- - abi-tester.wasm 9996 :arrow_right: 9990 :green_circle: Yes No
- - abi-tester-view.wasm 720 :arrow_right: N/A :warning: No :arrow_right: N/A :warning: No :arrow_right: N/A :warning:
- - abi-tester-ev.wasm N/A :arrow_right: 720 :warning: N/A :arrow_right: No :warning: N/A :arrow_right: No :warning:
- alloc-features/alloc-features.wasm 26157 Yes Yes
- basic-features/basic-features.wasm 60444 No No
- big-float-features/big-float-features.wasm 5243 No No
- esdt-system-sc-mock/esdt-system-sc-mock.wasm 4836 No No
- formatted-message-features/formatted-message-features.wasm 4375 No No
- multi-contract-features
- - multi-contract-features.wasm 611 No No
- - multi-contract-features-view.wasm 1133 No No
- panic-message-features/panic-message-features.wasm 7030 Yes Yes
- payable-features/payable-features.wasm 4670 No No
- rust-testing-framework-tester/rust-testing-framework-tester.wasm 9329 Yes No
- use-module
- - use-module.wasm 36252 No Yes
- - use-module-view.wasm 36252 :arrow_right: 748 :green_circle: No Yes :arrow_right: No :green_circle:
elrond-wasm-rs/contracts/feature-tests/composability
- forwarder/forwarder.wasm 31545 No No
- forwarder-raw/forwarder-raw.wasm 14628 No No
- local-esdt-and-nft/local-esdt-and-nft.wasm 12585 No No
- promises-features/promises-features.wasm 5807 No No
- proxy-test-first/proxy-test-first.wasm 9899 Yes No
- proxy-test-second/proxy-test-second.wasm 3464 Yes No
- recursive-caller/recursive-caller.wasm 7081 No No
- transfer-role-features/transfer-role-features.wasm 9291 No No
- vault/vault.wasm 8475 No No
elrond-wasm-rs/contracts/feature-tests/composability/esdt-contract-pair
- first-contract/first-contract.wasm 2884 No No
- second-contract/second-contract.wasm 1285 No No
elrond-wasm-rs/contracts/feature-tests/composability/execute-on-dest-esdt-issue-callback
- child/child.wasm 6327 No No
- parent/parent.wasm 3467 No No
elrond-wasm-rs/contracts/feature-tests/erc-style-contracts
- crowdfunding-erc20/crowdfunding-erc20.wasm 7711 No No
- erc1155/erc1155.wasm 16405 Yes No
- erc1155-marketplace/erc1155-marketplace.wasm 15100 Yes No
- erc1155-user-mock/erc1155-user-mock.wasm 3949 Yes No
- erc20/erc20.wasm 2159 No No
- erc721/erc721.wasm 2542 No No
- lottery-erc20/lottery-erc20.wasm 17162 Yes No
elrond-wasm-rs/contracts/feature-tests/legacy-examples
- crypto-bubbles-legacy/crypto-bubbles-legacy.wasm 6207 :arrow_right: 6264 :red_circle: Yes No

github-actions[bot] avatar Nov 26 '22 03:11 github-actions[bot]