andromedaprotocol / andromeda.js

Command line interface for interactions with Andromeda contracts.
1 stars 1 forks source link

Extension query in CW721 #49

Closed daniel-wehbe closed 1 year ago

daniel-wehbe commented 1 year ago

Running ado query, then selecting the extension query runs for a while then crashes the CLI with error: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

crnbarr93 commented 1 year ago

This particular error was caused by a circular dependency within the schema for the Extension query as the query itself wanted a QueryMsg which included Extension and so on.