Commit 38b5b46
authored
fix: converts string to bigint in specific cases when parsing v2 traces (#97)
* fix: converts string to bigint in specific cases when parsing v2 traces
The objectToMapRecursive function now converts string values to bigint
when the key is 'uint' and the value is a numeric string.
This is required for some numeric string values that exceed the safe
integer range when users are working with legacy simulation traces emitted from v2 of algosdk
* chore: bump vscode debugger dependency; run npm audit fix1 parent c862324 commit 38b5b46
3 files changed
+1394
-635
lines changed
0 commit comments