-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Account bootstrapping [DEV-3051] #306
Conversation
lampkin-diet
commented
Jul 26, 2023
•
edited
Loading
edited
- Add CredentialAccount creating if it's not created yet
- Add default role assigning if the list of roles is empty
- Add token populating if there are absent or not enough even for DID creation
- Add address into account creating response
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, requested to move cosmjs functions entirely to sdk utils
## [2.7.0-develop.6](2.7.0-develop.5...2.7.0-develop.6) (2023-08-10) ### Features * Account bootstrapping [DEV-3051] ([#306](#306)) ([d157535](d157535))
🎉 This PR is included in version 2.7.0-develop.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.8.0-develop.1](2.7.0...2.8.0-develop.1) (2023-08-10) ### Features * Account bootstrapping [DEV-3051] ([#306](#306)) ([d157535](d157535)) * Remove `DEFAULT_CUSTOMER_ID` [DEV-2851] ([#318](#318)) ([c072af6](c072af6)) ### Bug Fixes * Add data reset before each check ([#326](#326)) ([659a120](659a120)) * Add M2M token refreshing [DEV-3117] ([#327](#327)) ([be04d92](be04d92)) * Cleanups ([#314](#314)) ([3b8e4ad](3b8e4ad)) * Cleanups [DEV-3050] ([#307](#307)) ([2e6b969](2e6b969)) * Fix auth button ([#324](#324)) ([3f88668](3f88668)) * Implement dynamic login/logout button based on user's logged in state [DEV-3092] ([#316](#316)) ([4a2e40d](4a2e40d)) * Move to using scopes correctly from LogTo [DEV-3090] ([#317](#317)) ([3f5e16b](3f5e16b))
🎉 This PR is included in version 2.8.0-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.8.0](2.7.1...2.8.0) (2023-08-15) ### Features * Account bootstrapping [DEV-3051] ([#306](#306)) ([d157535](d157535)) * Remove `DEFAULT_CUSTOMER_ID` [DEV-2851] ([#318](#318)) ([c072af6](c072af6)) ### Bug Fixes * Add data reset before each check ([#326](#326)) ([659a120](659a120)) * Add M2M token refreshing [DEV-3117] ([#327](#327)) ([be04d92](be04d92)) * Added base reference syntax + error handling [DEV-3127] ([#338](#338)) ([4b6048d](4b6048d)) * Cleanups ([#314](#314)) ([3b8e4ad](3b8e4ad)) * Cleanups [DEV-3050] ([#307](#307)) ([2e6b969](2e6b969)) * Faucet setup configuration variables [DEV-3135] ([#342](#342)) ([eb7feac](eb7feac)) * Fix auth button ([#324](#324)) ([3f88668](3f88668)) * Implement dynamic login/logout button based on user's logged in state [DEV-3092] ([#316](#316)) ([4a2e40d](4a2e40d)) * Move to using scopes correctly from LogTo [DEV-3090] ([#317](#317)) ([3f5e16b](3f5e16b)) * Swagger UI fixes and other small tech debts [DEV-3121] ([#339](#339)) ([d7b3daa](d7b3daa)) ### Reverts * LOGTO_MANAGEMENT_API config variable ([afdccbc](afdccbc))
🎉 This PR is included in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |