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

feat(wallet-address)!: possibility to specify wallet address range #3325

Draft
wants to merge 11 commits into
base: 2893/multi-tenancy-v1
Choose a base branch
from

Conversation

golobitch
Copy link
Collaborator

  • feat(graphql): schema update for specifying settings when creating tenant
  • feat(tenant): add possibility to specify initial tenant settings as an operator
  • test(tenant): create with settings
  • feat(wallet-address): rename url to address
  • fix(tenant-settings): duplicate key for tenant
  • feat(wallet-address): replace url field with address field
  • chore(backend): format

Changes proposed in this pull request

  • allow operator to specify wallet address range for tenant
  • BREAKING CHANGE: replace url field in mutation with address because it will be possible to specify whole url or just a last part of it

Context

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Make sure that all checks pass
  • Bruno collection updated (if necessary)
  • Documentation issue created with user-docs label (if necessary)
  • OpenAPI specs updated (if necessary)

url field was replaced with address field, because now with range in wallet address, it is possible
for the caller, to specify just the portion of the wallet address url. There is no need to specify
the whole url in order to create wallet address.

#3278
@github-actions github-actions bot added type: tests Testing related pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. type: source Changes business logic pkg: mock-ase pkg: mock-account-service-lib labels Mar 1, 2025
@golobitch golobitch changed the title feature(wallet-address)!: possibility to specify wallet address range feat(wallet-address)!: possibility to specify wallet address range Mar 1, 2025
@golobitch golobitch force-pushed the feature/3278-wallet-address-range branch from e9d9173 to 2ab9c1d Compare March 2, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. pkg: mock-account-service-lib pkg: mock-ase type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant