laboratory icon indicating copy to clipboard operation
laboratory copied to clipboard

Lab Refactor: Tier 3: Fix extrapolateFromXdr

Open piyalbasu opened this issue 3 years ago • 0 comments

extrapolateFromXdr doesn't work in node seemingly because node handles Buffers differently than the browser. This makes it impossible to test properly in @testing-library/react.

This is also true of actions/xdrViewer/fetchSigners. In Node, Buffers don't have an equals method, which throws an error.

Refactor theseto work across both engines.

piyalbasu avatar Dec 23 '21 18:12 piyalbasu