-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI should submit a PR not merge to master with nightly script #31
Comments
There might be a little confusion here, as |
But I agree that submitting a PR is a less hardhanded solution here. |
You are totally right the data structure is the same... Regardless I think submitting a PR is the safest option here |
One potential solution I thought of was to keep everything as is but always merge into a |
Another possible solution here would be to never push if the size of the token list decreases. The only consideration is if something is added to the blacklist. |
Due to the impact of updating
tokenList.json
(neon-wallet depends on it) I propose that the nightly updates submit a PR against master rather than updating it without our approval. I noticed today that the data structure being returned from https://notifications.neeeo.org/v1/tokens completely changed (please seetokenList.json
to see the huge difference). Luckily I turned off nightly updates completely but this is a perfect example of how a PR would be much better than blasting away master every nightThe text was updated successfully, but these errors were encountered: