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

fix: required config gen local and consensus + fix password runtime error #406

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

Kodylow
Copy link
Member

@Kodylow Kodylow commented Mar 30, 2024

Fixes #397

Consensus and Local are now required for submitting module params in setup so we don't filter them out anymore for the follower, plus me and eric ran into a runtime issue where the password was nulled on refresh that this fixes by doing a !!password check

@Kodylow Kodylow requested review from a team as code owners March 30, 2024 18:58
@elsirion elsirion merged commit f209a59 into fedimint:master Mar 30, 2024
1 check passed
Copy link
Contributor

@alexlwn123 alexlwn123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit, otherwise lgtm

@@ -285,6 +285,7 @@ export const SetupContextProvider: React.FC<SetupContextProviderProps> = ({
// Followers set their own connection name, and hosts server URL to connect to.
await api.setConfigGenConnections(myName, configs.hostServerUrl);

console.log('configs', configs);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: cleanup console logs?

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.

Follower guardians cannot submit config gen params
3 participants