git.delta.rocks / unique-network / refs/commits / c2fde9c9bdff

difftreelog

test call collection methods from evm

Yaroslav Bolyukin2021-08-30parent: #e0f21c8.patch.diff
in: master

12 files changed

addedtests/src/eth/api/ContractHelpers.soldiffbeforeafterboth

no changes

addedtests/src/eth/api/UniqueFungible.soldiffbeforeafterboth

no changes

addedtests/src/eth/api/UniqueNFT.soldiffbeforeafterboth

no changes

modifiedtests/src/eth/nonFungible.test.tsdiffbeforeafterboth
6import privateKey from '../substrate/privateKey';6import privateKey from '../substrate/privateKey';
7import { approveExpectSuccess, burnItemExpectSuccess, createCollectionExpectSuccess, createItemExpectSuccess, transferExpectSuccess, transferFromExpectSuccess } from '../util/helpers';7import { approveExpectSuccess, burnItemExpectSuccess, createCollectionExpectSuccess, createItemExpectSuccess, transferExpectSuccess, transferFromExpectSuccess } from '../util/helpers';
8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents, recordEvents, subToEth, transferBalanceToEth } from './util/helpers';8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents, recordEvents, subToEth, transferBalanceToEth } from './util/helpers';
9import { evmToAddress } from '@polkadot/util-crypto';
10import nonFungibleAbi from './nonFungibleAbi.json';9import nonFungibleAbi from './nonFungibleAbi.json';
11import { expect } from 'chai';10import { expect } from 'chai';
12import waitNewBlocks from '../substrate/wait-new-blocks';11import waitNewBlocks from '../substrate/wait-new-blocks';
addedtests/src/eth/proxy/UniqueFungibleProxy.abidiffbeforeafterboth

no changes

addedtests/src/eth/proxy/UniqueFungibleProxy.bindiffbeforeafterboth

no changes

addedtests/src/eth/proxy/UniqueFungibleProxy.soldiffbeforeafterboth

no changes

addedtests/src/eth/proxy/UniqueNFTProxy.abidiffbeforeafterboth

no changes

addedtests/src/eth/proxy/UniqueNFTProxy.bindiffbeforeafterboth

no changes

addedtests/src/eth/proxy/UniqueNFTProxy.soldiffbeforeafterboth

no changes

addedtests/src/eth/proxy/fungibleProxy.test.tsdiffbeforeafterboth

no changes

addedtests/src/eth/proxy/nonFungibleProxy.test.tsdiffbeforeafterboth

no changes