Move proof functions into ProofTrie subclass #3927
Annotations
3 errors
test/proofStateManager.spec.ts > ProofStateManager > should report data equal to geth output for EIP 1178 proofs - nonexistent account:
packages/statemanager/test/proofStateManager.spec.ts#L151
TypeError: this._trie.createProof is not a function
❯ DefaultStateManager.getProof ../../../../../../../src/stateManager.ts:503:41
❯ test/proofStateManager.spec.ts:151:18
|
test/proofStateManager.spec.ts > ProofStateManager > should report data equal to geth output for EIP 1178 proofs - account with storage:
packages/statemanager/test/proofStateManager.spec.ts#L189
TypeError: this._trie.createProof is not a function
❯ DefaultStateManager.getProof ../../../../../../../src/stateManager.ts:508:44
❯ test/proofStateManager.spec.ts:189:18
|
test-all-browser (20)
Process completed with exit code 1.
|