clarity-bitcoin icon indicating copy to clipboard operation
clarity-bitcoin copied to clipboard

parse-tx too expensive

Open friedger opened this issue 3 years ago • 2 comments

Calling read-only function parse-tx fails with

Error: Unchecked(CostBalanceExceeded(ExecutionCost { write_length: 0, write_count: 0, read_length: 42572, read_count: 3, runtime: 1001249000 }, ExecutionCost { write_length: 0, write_count: 0, read_length: 100000, read_count: 30, runtime: 1000000000 }))
    parseReadOnlyResponse utils.ts:198

This was already mentioned in https://github.com/stacksgov/Stacks-Grants/issues/92#issuecomment-839416090

friedger avatar May 18 '21 15:05 friedger