Jem
Jem
Yep, I realise that. It's a common rule in prettier/eslint to add the trailing comma (hence linting doesn't pick up on this). Does the AS compiler (transpiler?) _in general_ report...
Yes, I just confirmed that trailing commas are generally supported. e.g this works: ```js pushArray( records, getERC20TokenRecordsFromWallets(timestamp, contractAddress, contract, rate, blockNumber), ); ```
I ran into this problem, too. Neither the function docs nor published documentation mention this limitation, which can affect the consistency of data in the DB! I highly recommend updating...
Is this still being worked on? Pagination with lots of historical data is a huge pain, and applying offsets really, really doesn't scale.
Hello! Are there still plans to perform this migration? We (Olympus) have a codebase built on solc 0.8.x and were trying to use the StableMath library, but are concerned about...
However this types file is successfully converted into a JSONSchema: https://github.com/OlympusDAO/subgraph-cache/blob/6a7da6cf6e8a0a47e30ad9efb75e68081f20821a/generated/MarketClosedEvent_types.ts https://github.com/OlympusDAO/subgraph-cache/blob/6a7da6cf6e8a0a47e30ad9efb75e68081f20821a/generated/MarketClosedEvent.jsonschema
Is it really not a priority to fix this??
Improving this flow would be fantastic! A few thoughts: - While it gets easier with scripts layered on top (you can see some of what we do at Olympus [here...
It would be great if the npm versions could also be tagged in git!
Are there any plans to address this? It would be very helpful!