git.delta.rocks / unique-network / refs/commits / 5364ca900965

difftreelog

CORE-412 Add tests

Trubnikov Sergey2022-06-16parent: #4375a2d.patch.diff
in: master

5 files changed

modifiedMakefilediffbeforeafterboth
9FUNGIBLE_EVM_STUBS=./pallets/fungible/src/stubs9FUNGIBLE_EVM_STUBS=./pallets/fungible/src/stubs
10FUNGIBLE_EVM_ABI=./tests/src/eth/fungibleAbi.json10FUNGIBLE_EVM_ABI=./tests/src/eth/fungibleAbi.json
11
12REFUNGIBLE_EVM_STUBS=./pallets/refungible/src/stubs
13REFUNGIBLE_EVM_ABI=./tests/src/eth/refungibleAbi.json
1114
12NONFUNGIBLE_EVM_STUBS=./pallets/nonfungible/src/stubs15NONFUNGIBLE_EVM_STUBS=./pallets/nonfungible/src/stubs
13NONFUNGIBLE_EVM_ABI=./tests/src/eth/nonFungibleAbi.json16NONFUNGIBLE_EVM_ABI=./tests/src/eth/nonFungibleAbi.json
35 PACKAGE=pallet-nonfungible NAME=erc::gen_iface OUTPUT=$(TESTS_API)/$@ ./.maintain/scripts/generate_sol.sh38 PACKAGE=pallet-nonfungible NAME=erc::gen_iface OUTPUT=$(TESTS_API)/$@ ./.maintain/scripts/generate_sol.sh
36 PACKAGE=pallet-nonfungible NAME=erc::gen_impl OUTPUT=$(NONFUNGIBLE_EVM_STUBS)/$@ ./.maintain/scripts/generate_sol.sh39 PACKAGE=pallet-nonfungible NAME=erc::gen_impl OUTPUT=$(NONFUNGIBLE_EVM_STUBS)/$@ ./.maintain/scripts/generate_sol.sh
37 40
41UniqueRefungibleToken.sol:
42 PACKAGE=pallet-refungible NAME=erc_token::gen_iface OUTPUT=$(TESTS_API)/$@ ./.maintain/scripts/generate_sol.sh
43 PACKAGE=pallet-refungible NAME=erc_token::gen_impl OUTPUT=$(REFUNGIBLE_EVM_STUBS)/$@ ./.maintain/scripts/generate_sol.sh
44
38UniqueRefungibleToken.sol:45UniqueRefungibleToken.sol:
39 PACKAGE=pallet-refungible NAME=erc_token::gen_iface OUTPUT=$(TESTS_API)/$@ ./.maintain/scripts/generate_sol.sh46 PACKAGE=pallet-refungible NAME=erc_token::gen_iface OUTPUT=$(TESTS_API)/$@ ./.maintain/scripts/generate_sol.sh
modifiedtests/src/eth/collectionHelpersAbi.jsondiffbeforeafterboth
41 "stateMutability": "nonpayable",41 "stateMutability": "nonpayable",
42 "type": "function"42 "type": "function"
43 },43 },
44 {
45 "inputs": [
46 { "internalType": "string", "name": "name", "type": "string" },
47 { "internalType": "string", "name": "description", "type": "string" },
48 { "internalType": "string", "name": "tokenPrefix", "type": "string" }
49 ],
50 "name": "createRefungibleCollection",
51 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
52 "stateMutability": "view",
53 "type": "function"
54 },
44 {55 {
45 "inputs": [56 "inputs": [
46 {57 {
deletedtests/src/eth/createCollection.test.tsdiffbeforeafterboth

no changes

addedtests/src/eth/createNFTCollection.test.tsdiffbeforeafterboth

no changes

addedtests/src/eth/createRFTCollection.test.tsdiffbeforeafterboth

no changes