mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-24 19:02:01 +01:00
clean up
This commit is contained in:
parent
5ebbf81959
commit
ed4e372c93
@ -1,14 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="true" type="mocha-javascript-test-runner">
|
|
||||||
<node-interpreter>project</node-interpreter>
|
|
||||||
<node-options />
|
|
||||||
<mocha-package>$PROJECT_DIR$/node_modules/ts-mocha</mocha-package>
|
|
||||||
<working-directory>$PROJECT_DIR$</working-directory>
|
|
||||||
<pass-parent-env>true</pass-parent-env>
|
|
||||||
<ui>bdd</ui>
|
|
||||||
<extra-mocha-options />
|
|
||||||
<test-kind>PATTERN</test-kind>
|
|
||||||
<test-pattern>$PROJECT_DIR$/test/*.spec.ts</test-pattern>
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
@ -1,14 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="ts-mocha" type="mocha-javascript-test-runner">
|
|
||||||
<node-interpreter>project</node-interpreter>
|
|
||||||
<node-options />
|
|
||||||
<mocha-package>$PROJECT_DIR$/node_modules/ts-mocha</mocha-package>
|
|
||||||
<working-directory>$PROJECT_DIR$</working-directory>
|
|
||||||
<pass-parent-env>true</pass-parent-env>
|
|
||||||
<ui>bdd</ui>
|
|
||||||
<extra-mocha-options />
|
|
||||||
<test-kind>PATTERN</test-kind>
|
|
||||||
<test-pattern>$PROJECT_DIR$/test/*.spec.ts</test-pattern>
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
@ -1,12 +1,4 @@
|
|||||||
import {
|
import { Element, HashFunction, MerkleTreeOptions, ProofPath, SerializedTreeState, simpleHash, TreeEdge } from './'
|
||||||
Element,
|
|
||||||
HashFunction,
|
|
||||||
MerkleTreeOptions,
|
|
||||||
ProofPath,
|
|
||||||
SerializedTreeState,
|
|
||||||
simpleHash,
|
|
||||||
TreeEdge,
|
|
||||||
} from './'
|
|
||||||
|
|
||||||
const defaultHash = (left: Element, right: Element): string => simpleHash([left, right])
|
const defaultHash = (left: Element, right: Element): string => simpleHash([left, right])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user