difftreelog
test call collection methods from evm
in: master
12 files changed
tests/src/eth/api/ContractHelpers.soldiffbeforeafterbothno changes
tests/src/eth/api/UniqueFungible.soldiffbeforeafterbothno changes
tests/src/eth/api/UniqueNFT.soldiffbeforeafterbothno changes
tests/src/eth/nonFungible.test.tsdiffbeforeafterboth6import 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';tests/src/eth/proxy/UniqueFungibleProxy.abidiffbeforeafterbothno changes
tests/src/eth/proxy/UniqueFungibleProxy.bindiffbeforeafterbothno changes
tests/src/eth/proxy/UniqueFungibleProxy.soldiffbeforeafterbothno changes
tests/src/eth/proxy/UniqueNFTProxy.abidiffbeforeafterbothno changes
tests/src/eth/proxy/UniqueNFTProxy.bindiffbeforeafterbothno changes
tests/src/eth/proxy/UniqueNFTProxy.soldiffbeforeafterbothno changes
tests/src/eth/proxy/fungibleProxy.test.tsdiffbeforeafterbothno changes
tests/src/eth/proxy/nonFungibleProxy.test.tsdiffbeforeafterbothno changes