Open SuficioAC opened 1 year ago
Facing this issue as well.
How can I reproduce?
Seems like it happens on node >20, resolved by fixing node version to 18.
One quick way to reproduce is trying to send some funds off an empty wallet (to trigger rpc error).
Yes, using a recent Node version, any error emitted by the library will cause this error.
Running a simple gRPC call using the TS SDK which errors results in the following error:
Occurs due to
Error.stack
not being overwritable.Makes the TS SDK unusable without modifying the source.
Node v21.2.0