Closed freakstatic closed 1 year ago
enum.type
was wrong choice on my part, should beenum.toString()
I believe you need to generate types one last time :) Finally I was surprised to see query-node/chain-metadata/1001.json and 2001.json modified then realized that was result of runningyarn format
in query-node workspace. I think we should add aquery-node/.prettierignore
with content:chain-metadata/
@mnaamani yeah I also thought it was a bit strange but I assumed that it was ok to commit them formatted, should I revert that?
@mnaamani yeah I also thought it was a bit strange but I assumed that it was ok to commit them formatted, should I revert that?
Yes please. It just makes it easier to detect if they are truly modified when we fetch the metadata with yarn update-chain-metadata
by simply doing git diff
Implements the proposal part of #4897