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

[9.2] Ability to dynamically create a wallet #550

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Conversation

rez1dent3
Copy link
Member

With a large number of wallets, you want to insert into the database asynchronously (in a queue).

It becomes possible to generate a unique key in advance and give it to the frontend.

$user->createWallet([
    'uuid' => $uuid,
    'name' => 'my wallet',
]);

@rez1dent3 rez1dent3 self-assigned this Aug 30, 2022
@rez1dent3 rez1dent3 added enhancement New feature or request 9.x-dev labels Aug 30, 2022
@rez1dent3 rez1dent3 changed the title Ability to dynamically create a wallet [9.2] Ability to dynamically create a wallet Aug 30, 2022
@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #550 (e8bc3e4) into master (3abae2e) will not change coverage.
The diff coverage is n/a.

❗ Current head e8bc3e4 differs from pull request most recent head 48d5f31. Consider uploading reports for the commit 48d5f31 to get more accurate results

@@             Coverage Diff             @@
##              master      #550   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       436       436           
===========================================
  Files             70        70           
  Lines           1338      1338           
===========================================
  Hits            1338      1338           
Impacted Files Coverage Δ
src/Services/WalletService.php 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cloudflare-pages
Copy link

cloudflare-pages bot commented Aug 30, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 48d5f31
Status: ✅  Deploy successful!
Preview URL: https://390006c0.laravel-wallet.pages.dev
Branch Preview URL: https://wallet-by-uuid.laravel-wallet.pages.dev

View logs

@rez1dent3 rez1dent3 merged commit 860466b into master Aug 31, 2022
@rez1dent3 rez1dent3 deleted the wallet-by-uuid branch September 3, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.x-dev enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant