Skip to content
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

git remove unused features unsafe_deterministic_data and bake_using_account #617

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

nicolasochem
Copy link
Collaborator

@nicolasochem nicolasochem commented Dec 16, 2023

  • unsafe_data was a method to deterministically generate accounts when none is passed in values.yaml. It was used long time ago for some scaling tests, but not since. It's better to require to pass account keys in the values file, so we are making it mandatory
  • bake_using_account is a remnant of when you could only bake for one account per baker. Now, we use bake_using_accounts: []. Removing this old format allows to remove some lines of code.

Also remove devspace files - devspace is a tool to work on k8s containers remotely, but we haven't been using it.

@nicolasochem nicolasochem marked this pull request as ready for review January 15, 2024 18:21
@nicolasochem nicolasochem merged commit 1d709f6 into master Jan 15, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant