Skip to content

Conversation

@njlie
Copy link
Contributor

@njlie njlie commented Oct 10, 2025

Changes proposed in this pull request

  • Adds a walletAddressPrefix column to the Tenant model.
  • Removes WALLET_ADDRESS_URL as a tenant setting.
  • Makes walletAddressPrefix a required value when creating a tenant.
  • Allows the updating of wallet address prefixes by a tenant.
  • Migrates existing WALLET_ADDRESS_URL settings into new walletAddressPrefix column.

Context

Closes RAF-1194.

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)

@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for brilliant-pasca-3e80ec canceled.

Name Link
🔨 Latest commit d3e66cc
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/68eea1c7c0e48700080a8091

@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 Oct 10, 2025
@github-actions
Copy link

github-actions bot commented Oct 10, 2025

🚀 Performance Test Results

Test Configuration:

  • VUs: 4
  • Duration: 1m0s

Test Metrics:

  • Requests/s: 43.08
  • Iterations/s: 14.37
  • Failed Requests: 0.00% (0 of 2591)
📜 Logs

> [email protected] run-tests:testenv /home/runner/work/rafiki/rafiki/test/performance
> ./scripts/run-tests.sh -e test "-k" "-q" "--vus" "4" "--duration" "1m"

Cloud Nine GraphQL API is up: http://localhost:3101/graphql
Cloud Nine Wallet Address is up: http://localhost:3100/
Happy Life Bank Address is up: http://localhost:4100/
cloud-nine-wallet-test-backend already set
cloud-nine-wallet-test-auth already set
happy-life-bank-test-backend already set
happy-life-bank-test-auth already set
     data_received..................: 935 kB 16 kB/s
     data_sent......................: 2.0 MB 33 kB/s
     http_req_blocked...............: avg=8.06µs  min=2.57µs   med=5.37µs   max=1.69ms   p(90)=6.5µs    p(95)=7.03µs  
     http_req_connecting............: avg=1.35µs  min=0s       med=0s       max=1.62ms   p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=92.21ms min=6.6ms    med=75.46ms  max=544.24ms p(90)=159.98ms p(95)=184.17ms
       { expected_response:true }...: avg=92.21ms min=6.6ms    med=75.46ms  max=544.24ms p(90)=159.98ms p(95)=184.17ms
     http_req_failed................: 0.00%  ✓ 0         ✗ 2591
     http_req_receiving.............: avg=91.37µs min=28.79µs  med=76.21µs  max=3.84ms   p(90)=117.15µs p(95)=146.97µs
     http_req_sending...............: avg=38.51µs min=11.68µs  med=28.38µs  max=1.59ms   p(90)=42.45µs  p(95)=61.48µs 
     http_req_tls_handshaking.......: avg=0s      min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=92.08ms min=6.44ms   med=75.33ms  max=544.12ms p(90)=159.9ms  p(95)=184.06ms
     http_reqs......................: 2591   43.081103/s
     iteration_duration.............: avg=278.2ms min=180.74ms med=261.84ms max=1.09s    p(90)=347.22ms p(95)=381.6ms 
     iterations.....................: 864    14.36591/s
     vus............................: 4      min=4       max=4 
     vus_max........................: 4      min=4       max=4 

@njlie njlie marked this pull request as ready for review October 14, 2025 20:05
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.

2 participants