Skip to content

🔖 release: mobile@1.1.12, server@0.2.62#762

Merged
cruzdanilo merged 1 commit intomainfrom
changeset-release/main
Feb 12, 2026
Merged

🔖 release: mobile@1.1.12, server@0.2.62#762
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 11, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@exactly/mobile@1.1.12

Patch Changes

@exactly/server@0.2.62

Patch Changes

@coderabbitai
Copy link

coderabbitai bot commented Feb 11, 2026

Walkthrough

Version 1.1.12 release for @exactly/mobile. Two changeset tracking files are removed, while the package.json version is incremented from 1.1.11 to 1.1.12 and a new changelog entry documents the concurrent auth race condition fix.

Changes

Cohort / File(s) Summary
Changeset Cleanup
.changeset/five-adults-retire.md, .changeset/swift-falcon-dance.md
Removal of temporary changeset entries that tracked the pending patch release.
Release Metadata
CHANGELOG.md, package.json
Version bump to 1.1.12 and corresponding changelog entry documenting the concurrent auth race condition fix from PR #761.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • dieguezguille
  • franm91
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly indicates a release for mobile@1.1.12 and server@0.2.62, matching the main objective of publishing packages to npm via the Changesets action.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @cruzdanilo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the release of the @exactly/mobile package to version 1.1.12. This release incorporates a critical patch to address a concurrent authentication race condition, ensuring improved stability and reliability for mobile users. The changes reflect the consumption of a changeset and updates to the project's versioning metadata.

Highlights

  • Mobile Package Release: The @exactly/mobile package has been released as version 1.1.12.
  • Bug Fix Included: A critical fix for a concurrent authentication race condition has been incorporated into this release, as detailed in PR 🧵 app: fix concurrent auth race condition #761.
Changelog
  • .changeset/swift-falcon-dance.md
    • Removed the consumed changeset file.
  • CHANGELOG.md
  • package.json
    • Incremented the package version from 1.1.11 to 1.1.12.
Activity
  • This pull request was automatically opened by the Changesets release GitHub action.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@cruzdanilo cruzdanilo marked this pull request as draft February 11, 2026 22:59
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request automates the release of version 1.1.12 for the @exactly/mobile package. The changes correctly update the version in package.json, add the release notes to CHANGELOG.md, and remove the processed changeset file. These modifications are standard for a release managed by Changesets and look correct. As there are no changes to application logic, I have no further comments.

@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from ad28e48 to 69ca44c Compare February 12, 2026 01:25
@sentry
Copy link

sentry bot commented Feb 12, 2026

❌ 338 Tests Failed:

Tests completed Failed Passed Skipped
339 338 1 0
View the top 3 failed test(s) by shortest run time
test/hooks/block.test.ts > proposal > with none proposal > increments nonce
Stack Traces | 0s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > development mode > returns undefined for unsupported countries
Stack Traces | 0.000188s run time
No failure message available
test/utils/verifySignature.test.ts > verify signature > should return false when the signature is missing
Stack Traces | 0.00019s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > retrieving allowed ids > returns undefined for US in production mode (no fallback)
Stack Traces | 0.000197s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > retrieving allowed ids > returns undefined for invalid country code
Stack Traces | 0.000197s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > retrieving allowed ids > returns undefined for country not listed
Stack Traces | 0.000215s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns undefined when id class is not allowed
Stack Traces | 0.000273s run time
No failure message available
test/utils/verifySignature.test.ts > verify signature > should return false when the signature is invalid
Stack Traces | 0.000334s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > returns pp even when actual document has null back photo (side: front)
Stack Traces | 0.000339s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns panda template when account not found
Stack Traces | 0.000343s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > handles empty onboarding object without throwing
Stack Traces | 0.000385s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > returns early when user is already active
Stack Traces | 0.000395s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns pp document without fetching (no photo check required)
Stack Traces | 0.000398s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns no limits when limits response is empty
Stack Traces | 0.000412s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > retrieving allowed ids > returns allowed ids for supported countries (BR)
Stack Traces | 0.000415s run time
No failure message available
test/utils/pax.test.ts > pax integration > removeCapita > should throw on error
Stack Traces | 0.000426s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > skips dl check and returns pp when only pp is present
Stack Traces | 0.000426s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns undefined when no document is found
Stack Traces | 0.000432s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns undefined when account exists and id class is allowed
Stack Traces | 0.000438s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns no limits when no EXCHANGE type limit found
Stack Traces | 0.00045s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns true if array is empty and min length is 1
Stack Traces | 0.000452s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns true if nested field is null or undefined
Stack Traces | 0.00047s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > convertBalanceToUsdc > throws when asset balance not found
Stack Traces | 0.000487s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > retrieving allowed ids > returns allowed ids for supported countries (AR)
Stack Traces | 0.000502s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns NOT_AVAILABLE when user status is INACTIVE
Stack Traces | 0.00052s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > basic > returns panda template when account not found
Stack Traces | 0.00052s run time
No failure message available
test/utils/pax.test.ts > pax integration > removeCapita > should call the DELETE endpoint correctly
Stack Traces | 0.000531s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template extra fields when user has only pp document (no getDocument call)
Stack Traces | 0.000539s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > development mode > returns allowed ids for supported countries (BR)
Stack Traces | 0.000539s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > falls back to pp when id document is missing photos
Stack Traces | 0.000566s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > prioritizes dl over pp and id when dl has both photos
Stack Traces | 0.000592s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > development mode > returns dl fallback for US in development mode
Stack Traces | 0.000594s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getDepositDetails > returns BRL deposit details for brazil
Stack Traces | 0.000595s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns ONBOARDING when user has no pending required tasks
Stack Traces | 0.000596s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > basic > returns undefined when account exists and is valid
Stack Traces | 0.0006s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > withdrawBalance > withdraws with BASE network on development chain
Stack Traces | 0.000604s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns undefined when id document is missing photos and no fallback
Stack Traces | 0.000616s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getUser > returns null when user not found
Stack Traces | 0.000619s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > falls back to pp when dl is missing back photo
Stack Traces | 0.000642s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > withdrawBalance > throws when asset balance not found
Stack Traces | 0.000643s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > throws invalid account when country code is empty string
Stack Traces | 0.000657s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > throws when account exists but country is not allowed
Stack Traces | 0.000659s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > convertBalanceToUsdc > throws INVALID_ORDER_SIZE on MIN_SIZE error
Stack Traces | 0.000661s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns id document when it has both photos
Stack Traces | 0.000663s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns false if union is defined and at least one sub issue is not undefined or null
Stack Traces | 0.000738s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns currencies on development chain
Stack Traces | 0.000743s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template extra fields when user has id and pp, id missing photos (fallback to pp)
Stack Traces | 0.000767s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > throws when schema validation fails
Stack Traces | 0.000778s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template extra fields when user has id and pp, id has both photos
Stack Traces | 0.000778s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns document with both photos when multiple documents of same class exist
Stack Traces | 0.000783s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template extra fields when id document has both photos
Stack Traces | 0.000789s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > returns undefined when dl and id both missing photos and no pp
Stack Traces | 0.000799s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getQuote > returns transformed quote response
Stack Traces | 0.00084s run time
No failure message available
test/utils/pax.test.ts > pax integration > add capita > should handle optional fields
Stack Traces | 0.000845s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template when new account has a id class that is not allowed
Stack Traces | 0.000865s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > basic > returns panda template when all fields are missing
Stack Traces | 0.000869s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns ACTIVE status and limits when user is ACTIVE
Stack Traces | 0.000903s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template when account exists and id class is allowed
Stack Traces | 0.000908s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws INVALID_LEGAL_ID when initiateOnboarding returns legalId error
Stack Traces | 0.00101s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns true if union is defined but all sub issues are undefined or null
Stack Traces | 0.00116s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns ok for OPERATION_LIMIT_UPDATED notice
Stack Traces | 0.00116s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns ok for PAYMENT_REFUND
Stack Traces | 0.00124s run time
No failure message available
test/hooks/panda.test.ts > card notification > returns ok with null userId
Stack Traces | 0.00124s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws when user is inactive
Stack Traces | 0.00126s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > handles onboarding with only some tasks defined without throwing
Stack Traces | 0.00144s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > convertBalanceToUsdc > converts balance to usdc
Stack Traces | 0.00147s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template extra fields when multiple same-class documents exist and only one is valid
Stack Traces | 0.00148s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a withdrawal status is updated > returns ok for pending withdrawal
Stack Traces | 0.00149s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns NOT_AVAILABLE for unsupported chain id
Stack Traces | 0.00153s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns panda template when account exists but basic scope is not valid
Stack Traces | 0.00154s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a user onboarding is updated > returns ok for onboarding status
Stack Traces | 0.00164s run time
No failure message available
test/utils/persona.test.ts > getAllowedMantecaIds > development mode > returns allowed ids for supported countries (AR)
Stack Traces | 0.00172s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns true if union is null or undefined
Stack Traces | 0.00176s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns ok for CLOSE_TO_OPERATION_LIMIT notice
Stack Traces | 0.00177s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns NOT_STARTED when user does not exist
Stack Traces | 0.00179s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns NOT_STARTED when user has pending required tasks
Stack Traces | 0.00183s run time
No failure message available
test/utils/pax.test.ts > pax integration > deriveAssociateId > should be alphanumeric (base36)
Stack Traces | 0.00184s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns id document when it has both photos (priority over pp)
Stack Traces | 0.00189s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > when the validation fails > should return custom error code and message when provided
Stack Traces | 0.00195s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws for unsupported chain id
Stack Traces | 0.00204s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > when the validation fails > should return issues in the response
Stack Traces | 0.00204s run time
No failure message available
test/api/pax.test.ts > /pax GET > returns 500 if credential not found
Stack Traces | 0.00207s run time
No failure message available
test/utils/pax.test.ts > pax integration > add capita > should throw an error on API failure
Stack Traces | 0.00217s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns ok for SYSTEM_NOTICE
Stack Traces | 0.0023s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a user onboarding is updated > tracks RampAccount when user becomes active
Stack Traces | 0.00234s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws when no identity document found
Stack Traces | 0.00249s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a deposit is detected > returns ok if account address is invalid
Stack Traces | 0.00251s run time
No failure message available
test/api/card.test.ts > authenticated > returns 403 when panda user is not found
Stack Traces | 0.00255s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > when the validation fails > should capture exception and return 400 when captureException is provided
Stack Traces | 0.00259s run time
No failure message available
test/api/card.test.ts > authenticated > returns panda card with signature product id
Stack Traces | 0.00262s run time
No failure message available
test/utils/intercom.test.ts > intercom > accepts date object for expires
Stack Traces | 0.00262s run time
No failure message available
test/api/card.test.ts > authenticated > returns 404 card not found when card is deleted
Stack Traces | 0.00286s run time
No failure message available
test/utils/verifySignature.test.ts > verify signature > should return true when the signature is valid
Stack Traces | 0.00287s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getUser > throws on other errors
Stack Traces | 0.00308s run time
No failure message available
test/api/ramp.test.ts > ramp api > onboarding > manteca > creates new inquiry for invalid legal id when existing inquiry is not resumable
Stack Traces | 0.00311s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns ok for USER_STATUS_UPDATE deprecated event
Stack Traces | 0.00312s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > withdrawBalance > throws for unsupported chain id
Stack Traces | 0.00317s run time
No failure message available
test/hooks/panda.test.ts > card notification > returns ok without decisionReason
Stack Traces | 0.0032s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template with id class when user has manteca fields but invalid id document
Stack Traces | 0.00323s run time
No failure message available
test/utils/pax.test.ts > pax integration > deriveAssociateId > should be deterministic
Stack Traces | 0.00329s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > bridge provider > returns 400 for unavailable crypto payment rail
Stack Traces | 0.00334s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > withdrawBalance > withdraws balance
Stack Traces | 0.00353s run time
No failure message available
test/api/auth.test.ts > authentication > returns 400 if the siwe message is invalid
Stack Traces | 0.00354s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a withdrawal status is updated > returns ok for executed withdrawal
Stack Traces | 0.00355s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns false if field is not valid
Stack Traces | 0.00364s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > manteca provider > returns quote and deposit info for manteca
Stack Traces | 0.00367s run time
No failure message available
test/utils/pax.test.ts > pax integration > deriveAssociateId > should return different IDs for different accounts
Stack Traces | 0.00374s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > returns pp without photo check (side: front)
Stack Traces | 0.00379s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getProvider > returns ACTIVE with no limits when limits fetch fails
Stack Traces | 0.00391s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws when no persona account found
Stack Traces | 0.00398s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > returns undefined when country is not supported (allowedIds is undefined)
Stack Traces | 0.00409s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > throws when scope is not supported
Stack Traces | 0.00412s run time
No failure message available
test/api/ramp.test.ts > ramp api > onboarding > manteca > returns 400 for no document error
Stack Traces | 0.00413s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when an order status is updated > returns ok for pending order status
Stack Traces | 0.00422s run time
No failure message available
test/api/ramp.test.ts > ramp api > onboarding > manteca > returns 400 with new inquiry for invalid legal id when no existing inquiry
Stack Traces | 0.00431s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a withdrawal status is updated > handles cancelled withdrawal and retries
Stack Traces | 0.00435s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns failed when manteca inquiry failed
Stack Traces | 0.00436s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getDepositDetails > returns USD deposit details for argentina
Stack Traces | 0.00445s run time
No failure message available
test/api/card.test.ts > authenticated > returns panda card as default platinum product
Stack Traces | 0.00456s run time
No failure message available
test/api/ramp.test.ts > ramp api > onboarding > manteca > resumes existing inquiry for invalid legal id when inquiry is resumable
Stack Traces | 0.00466s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > basic > throws when account exists but is invalid
Stack Traces | 0.00478s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when an order status is updated > handles completed order and withdraws balance
Stack Traces | 0.00479s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > throws when front document URL not found
Stack Traces | 0.0048s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getQuote > returns undefined on error
Stack Traces | 0.00489s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns session token when resuming pending manteca inquiry
Stack Traces | 0.00506s run time
No failure message available
test/api/ramp.test.ts > ramp api > onboarding > manteca > onboards manteca successfully
Stack Traces | 0.00511s run time
No failure message available
test/hooks/panda.test.ts > card notification > returns ok with unknown userId
Stack Traces | 0.00514s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns bad kyc when inquiry failed
Stack Traces | 0.00528s run time
No failure message available
test/hooks/panda.test.ts > card notification > returns ok with known user
Stack Traces | 0.0054s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns already approved and sends sentry error when manteca inquiry is approved but account not updated
Stack Traces | 0.00555s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > should handle successful validation with debug function
Stack Traces | 0.00594s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > manteca provider > returns 400 if manteca user not started
Stack Traces | 0.00612s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a deposit is detected > does not convert if asset is USDC
Stack Traces | 0.00622s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > bridge provider > returns quote and deposit info for bridge fiat
Stack Traces | 0.00626s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > fails with bad panda
Stack Traces | 0.00637s run time
No failure message available
test/utils/pax.test.ts > pax integration > add capita > should call the correct endpoint with correct headers and body
Stack Traces | 0.00692s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a deposit is detected > returns ok if credential does not exist
Stack Traces | 0.0071s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getUser > returns user when found
Stack Traces | 0.00724s run time
No failure message available
test/api/card.test.ts > authenticated > returns 403 no panda when no panda customer
Stack Traces | 0.00732s run time
No failure message available
test/utils/persona.test.ts > get document for manteca > brazil priority order: dl > pp > id > falls back to id when dl missing photos and no pp present
Stack Traces | 0.00761s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns bad kyc when inquiry needs review
Stack Traces | 0.00768s run time
No failure message available
test/hooks/panda.test.ts > dispute > returns ok
Stack Traces | 0.00775s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when an order status is updated > handles cancelled order and retries conversion
Stack Traces | 0.00799s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > bridge provider > returns 400 if bridge customer not found
Stack Traces | 0.0082s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > when the validation fails > should not debug payload when filter is provided
Stack Traces | 0.00837s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns failed kyc when inquiry is declined
Stack Traces | 0.00868s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns failed kyc when inquiry needs review
Stack Traces | 0.00902s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns session token when resuming pending inquiry
Stack Traces | 0.00903s run time
No failure message available
test/utils/persona.test.ts > is missing or null util > returns true if field is null or undefined
Stack Traces | 0.00911s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > manteca provider > returns 400 for unsupported currency
Stack Traces | 0.0094s run time
No failure message available
test/utils/persona.test.ts > evaluateAccount > manteca > returns manteca template when id document is missing photos
Stack Traces | 0.0096s run time
No failure message available
test/hooks/activity.test.ts > address activity > doesn't send a notification for market shares
Stack Traces | 0.01s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns session token when creating manteca with id class inquiry
Stack Traces | 0.01s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns not started when inquiry is expired
Stack Traces | 0.0101s run time
No failure message available
test/api/card.test.ts > authenticated > throws when getUser fails with non-404 error
Stack Traces | 0.0106s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns session token when resuming expired inquiry
Stack Traces | 0.0107s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns not started when inquiry is not found
Stack Traces | 0.0108s run time
No failure message available
test/api/ramp.test.ts > ramp api > get > returns providers info
Stack Traces | 0.0111s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a deposit is detected > converts to USDC
Stack Traces | 0.0122s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > skips legacy check when factory is current exaAccountFactory
Stack Traces | 0.0127s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns ok code when account has all fields
Stack Traces | 0.0129s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns session token when resuming created inquiry
Stack Traces | 0.0132s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns already approved when account has all manteca fields
Stack Traces | 0.0134s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > posting kyc > returns session token when creating manteca extra fields inquiry
Stack Traces | 0.0134s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns already approved and sends sentry error when template is required but inquiry is approved
Stack Traces | 0.0135s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns failed kyc when inquiry failed
Stack Traces | 0.0137s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns failed kyc when inquiry is completed
Stack Traces | 0.0138s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns 401 with invalid signature on valid payload
Stack Traces | 0.0142s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > returns 200 with bad payload
Stack Traces | 0.0148s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > is the default scope
Stack Traces | 0.0152s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > alarms high risk verification
Stack Traces | 0.0155s run time
No failure message available
test/api/card.test.ts > authenticated > does not add user to pax for new signature card (no upgrade)
Stack Traces | 0.0164s run time
No failure message available
test/hooks/persona.test.ts > manteca template > handles manteca template and adds document
Stack Traces | 0.0164s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns ok kyc approved with country code when panda id is present
Stack Traces | 0.0166s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns not supported when country is not allowed for manteca
Stack Traces | 0.0171s run time
No failure message available
test/utils/validatorHook.test.ts > validation error hook > when the validation fails > should debug payload and return 400 as default error code
Stack Traces | 0.018s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns not legacy when old plugin with no cryptomate inquiry
Stack Traces | 0.0184s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints shouldRetry by error name
Stack Traces | 0.0185s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns bad kyc when inquiry is completed
Stack Traces | 0.0192s run time
No failure message available
test/api/ramp.test.ts > ramp api > get > returns NOT_AVAILABLE when manteca provider fails
Stack Traces | 0.0197s run time
No failure message available
test/api/card.test.ts > authenticated > adds user to pax when signature card is issued (upgrade from platinum)
Stack Traces | 0.0199s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns already approved when account has all fields
Stack Traces | 0.0202s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns not legacy when old plugin with non-approved cryptomate inquiry
Stack Traces | 0.0208s run time
No failure message available
test/api/card.test.ts > authenticated > creates a panda credit card with signature product id
Stack Traces | 0.0222s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns ok when account has all manteca fields and country code
Stack Traces | 0.0222s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns bad kyc when manteca inquiry failed
Stack Traces | 0.0224s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns not started when inquiry is created
Stack Traces | 0.0225s run time
No failure message available
test/api/activity.test.ts > authenticated > card > returns the card transaction
Stack Traces | 0.0226s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > posting kyc > returns session token when creating inquiry
Stack Traces | 0.0227s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints shouldRetry as unknown revert
Stack Traces | 0.0228s run time
No failure message available
test/api/card.test.ts > authenticated > migration > creates a panda card having a cm card with upgraded plugin
Stack Traces | 0.0231s run time
No failure message available
test/hooks/persona.test.ts > with reference > handles invalid payload > returns 200 if no value for annual-salary or annual-salary-ranges-us-150000
Stack Traces | 0.0236s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns legacy kyc when old plugin with approved cryptomate and no panda inquiry
Stack Traces | 0.0239s run time
No failure message available
test/api/card.test.ts > authenticated > returns 404 card not found
Stack Traces | 0.0242s run time
No failure message available
test/hooks/persona.test.ts > with reference > handles invalid payload > returns 200 if no inquiry session
Stack Traces | 0.0247s run time
No failure message available
test/api/activity.test.ts > authenticated > card > reports bad transaction
Stack Traces | 0.025s run time
No failure message available
test/hooks/persona.test.ts > with reference > returns 200 if no credential
Stack Traces | 0.0251s run time
No failure message available
test/api/card.test.ts > authenticated > migration > creates a panda card having a cm card with invalid uuid
Stack Traces | 0.0271s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints shouldRetry by reason
Stack Traces | 0.0279s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns not started when manteca extra fields inquiry is not found
Stack Traces | 0.0281s run time
No failure message available
test/api/card.test.ts > authenticated > handles pax api error during signature card creation
Stack Traces | 0.0287s run time
No failure message available
test/api/auth.test.ts > authentication > returns intercom token on successful login
Stack Traces | 0.0289s run time
No failure message available
test/hooks/persona.test.ts > with reference > updates persona account documents when creating a panda user
Stack Traces | 0.0289s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getDepositDetails > returns ARS deposit details for argentina
Stack Traces | 0.0293s run time
No failure message available
test/api/ramp.test.ts > ramp api > quote > bridge provider > returns 400 if bridge user not started
Stack Traces | 0.0293s run time
No failure message available
test/api/ramp.test.ts > ramp api > get > returns 400 for no credential
Stack Traces | 0.0294s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns not legacy when old plugin with approved cryptomate but panda inquiry exists
Stack Traces | 0.0302s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints shouldRetry by signature
Stack Traces | 0.0304s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > getDepositDetails > throws for unsupported currency-exchange combination
Stack Traces | 0.0312s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns not started when manteca with id class inquiry is not found
Stack Traces | 0.0319s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes zero
Stack Traces | 0.0322s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > alarms high risk refund
Stack Traces | 0.0329s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints shouldRetry as unknown
Stack Traces | 0.0331s run time
No failure message available
test/hooks/panda.test.ts > validation > fails with bad key
Stack Traces | 0.0337s run time
No failure message available
test/api/ramp.test.ts > ramp api > get > returns NOT_AVAILABLE when bridge provider fails
Stack Traces | 0.0337s run time
No failure message available
test/api/card.test.ts > authenticated > cancels a card
Stack Traces | 0.0356s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns not started when manteca inquiry is pending
Stack Traces | 0.0364s run time
No failure message available
test/hooks/persona.test.ts > with reference > returns 200 if already created
Stack Traces | 0.038s run time
No failure message available
test/hooks/block.test.ts > validation > accepts valid request
Stack Traces | 0.0405s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns ok and sends sentry error when manteca inquiry is approved but account not updated
Stack Traces | 0.0411s run time
No failure message available
test/hooks/manteca.test.ts > manteca hook > when a deposit is detected > handles invalid order size error gracefully
Stack Traces | 0.0417s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes negative amount
Stack Traces | 0.0431s run time
No failure message available
test/api/activity.test.ts > validation > fails with validation error
Stack Traces | 0.0469s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > fails with spending transaction not found
Stack Traces | 0.0475s run time
No failure message available
test/api/activity.test.ts > validation > fails with no auth
Stack Traces | 0.0476s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns not legacy when latest plugin is installed
Stack Traces | 0.0483s run time
No failure message available
test/api/card.test.ts > authenticated > creates a panda debit card with signature product id
Stack Traces | 0.0499s run time
No failure message available
test/api/kyc.test.ts > authenticated > isLegacy flow > returns not legacy when no plugins installed
Stack Traces | 0.0541s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw wrapped errors with inner selector
Stack Traces | 0.0546s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw outer catch as unknown
Stack Traces | 0.0552s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw revert by reason
Stack Traces | 0.0553s run time
No failure message available
test/api/card.test.ts > authenticated > handles missing persona account during signature card creation
Stack Traces | 0.0554s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw outer catch as unknown contract revert
Stack Traces | 0.0556s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw revert by signature
Stack Traces | 0.0558s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw outer catch by signature
Stack Traces | 0.0561s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns ok and sends sentry error if template is required but inquiry is approved
Stack Traces | 0.0561s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes debit when risk assessment times out
Stack Traces | 0.0566s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw outer catch by reason
Stack Traces | 0.0575s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw revert by unknown contract data
Stack Traces | 0.0588s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw revert as unknown
Stack Traces | 0.0599s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw revert by error name
Stack Traces | 0.0604s run time
No failure message available
test/hooks/block.test.ts > legacy withdraw > fingerprints withdraw outer catch with contract revert
Stack Traces | 0.0605s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints poke revert by reason
Stack Traces | 0.0616s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints poke revert as unknown
Stack Traces | 0.0624s run time
No failure message available
test/hooks/activity.test.ts > address activity > deploy account for non market asset
Stack Traces | 0.0648s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > fails with transaction timeout
Stack Traces | 0.0664s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints poke revert by signature
Stack Traces | 0.0664s run time
No failure message available
test/hooks/activity.test.ts > address activity > fingerprints poke revert by error name
Stack Traces | 0.0667s run time
No failure message available
test/hooks/persona.test.ts > with reference > should return 200 if adding the document to the account fails
Stack Traces | 0.0669s run time
No failure message available
test/utils/pax.test.ts > pax integration > deriveAssociateId > should return a 10-character string
Stack Traces | 0.0682s run time
No failure message available
test/api/activity.test.ts > authenticated > onchain > returns repays
Stack Traces | 0.0697s run time
No failure message available
test/api/activity.test.ts > authenticated > onchain > returns deposits
Stack Traces | 0.0698s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > fails with unexpected error
Stack Traces | 0.0704s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > returns not started when inquiry is pending
Stack Traces | 0.0716s run time
No failure message available
test/api/registration.test.ts > registration > creates a credential using webauthn
Stack Traces | 0.0724s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes installments
Stack Traces | 0.0757s run time
No failure message available
test/api/pax.test.ts > /pax GET > returns associate id
Stack Traces | 0.0776s run time
No failure message available
test/utils/intercom.test.ts > intercom > returns a valid jwt token
Stack Traces | 0.0776s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > fails with transaction revert
Stack Traces | 0.0778s run time
No failure message available
test/api/auth.test.ts > authentication > creates a credential using siwe
Stack Traces | 0.0843s run time
No failure message available
test/api/activity.test.ts > authenticated > returns everything
Stack Traces | 0.086s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints outer catch by reason
Stack Traces | 0.0881s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints outer catch as unknown
Stack Traces | 0.0924s run time
No failure message available
test/api/activity.test.ts > validation > fails with bad credential
Stack Traces | 0.0939s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > fails when tracing
Stack Traces | 0.096s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints outer catch as unknown contract revert
Stack Traces | 0.0973s run time
No failure message available
test/hooks/block.test.ts > proposal > with wrapped error > fingerprints non-contract errors
Stack Traces | 0.0974s run time
No failure message available
test/api/activity.test.ts > authenticated > onchain > returns withdraws
Stack Traces | 0.099s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > clears credit
Stack Traces | 0.105s run time
No failure message available
test/hooks/panda.test.ts > concurrency > releases mutex when authorization is declined
Stack Traces | 0.107s run time
No failure message available
test/hooks/persona.test.ts > with reference > creates a panda account
Stack Traces | 0.108s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints outer catch by signature
Stack Traces | 0.108s run time
No failure message available
test/api/kyc.test.ts > authenticated > manteca scope > getting kyc > returns ok when account has all manteca fields
Stack Traces | 0.108s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > force capture debit
Stack Traces | 0.109s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > clears installments
Stack Traces | 0.11s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes credit
Stack Traces | 0.11s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > alarms high risk authorization
Stack Traces | 0.114s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > with drain proposal > declines collection
Stack Traces | 0.122s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > with drain proposal > clears debit
Stack Traces | 0.123s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > settles debit
Stack Traces | 0.125s run time
No failure message available
test/hooks/activity.test.ts > address activity > fails with unexpected error
Stack Traces | 0.126s run time
No failure message available
test/api/auth.test.ts > authentication > creates a credential with source using siwe
Stack Traces | 0.134s run time
No failure message available
test/hooks/block.test.ts > proposal > with wrapped error > fingerprints unknown signatures
Stack Traces | 0.135s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > refunds without traceable spending
Stack Traces | 0.136s run time
No failure message available
test/hooks/activity.test.ts > address activity > pokes eth
Stack Traces | 0.136s run time
No failure message available
test/hooks/persona.test.ts > with reference > handles invalid payload > returns 200 if no value for monthly-purchases-range or expected-monthly-volume
Stack Traces | 0.139s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > fails with replay
Stack Traces | 0.143s run time
No failure message available
test/hooks/persona.test.ts > persona hook > creates panda and pax user on valid inquiry
Stack Traces | 0.144s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > authorizes debit
Stack Traces | 0.15s run time
No failure message available
test/hooks/panda.test.ts > concurrency > with fake timers > mutex timeout
Stack Traces | 0.151s run time
No failure message available
test/api/kyc.test.ts > authenticated > basic scope > getting kyc > is the default scope
Stack Traces | 0.153s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > clears debit
Stack Traces | 0.156s run time
No failure message available
test/hooks/block.test.ts > proposal > with wrapped error > fingerprints zero data errors
Stack Traces | 0.157s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints outer catch with contract revert
Stack Traces | 0.165s run time
No failure message available
test/hooks/activity.test.ts > address activity > pokes weth and eth
Stack Traces | 0.165s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > partial capture debit
Stack Traces | 0.171s run time
No failure message available
test/hooks/activity.test.ts > address activity > fails with transaction timeout
Stack Traces | 0.172s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > force capture fraud
Stack Traces | 0.179s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > over capture debit
Stack Traces | 0.181s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > returns ok on replay
Stack Traces | 0.187s run time
No failure message available
test/hooks/block.test.ts > proposal > with wrapped error > fingerprints with inner selector
Stack Traces | 0.187s run time
No failure message available
test/hooks/activity.test.ts > address activity > pokes multiple accounts
Stack Traces | 0.192s run time
No failure message available
test/hooks/panda.test.ts > card operations > authorization > with collateral > fails with InsufficientAccountLiquidity
Stack Traces | 0.204s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > fails with unexpected reversal error
Stack Traces | 0.216s run time
No failure message available
test/api/activity.test.ts > validation > succeeds with valid credential
Stack Traces | 0.216s run time
No failure message available
test/hooks/panda.test.ts > card operations > capture > with collateral > over-captures frozen debit
Stack Traces | 0.224s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > handles refund
Stack Traces | 0.231s run time
No failure message available
test/hooks/block.test.ts > proposal > with weth withdraw proposal > increments nonce
Stack Traces | 0.246s run time
No failure message available
test/hooks/panda.test.ts > card operations > clearing > with collateral > clears with transaction update
Stack Traces | 0.259s run time
No failure message available
test/api/registration.test.ts > registration > creates a credential with source using webauthn
Stack Traces | 0.263s run time
No failure message available
test/hooks/block.test.ts > proposal > with reverting proposals > increments nonce
Stack Traces | 0.273s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > handles reversal
Stack Traces | 0.306s run time
No failure message available
test/hooks/panda.test.ts > card operations > refund and reversal > with collateral > returns ok on reversal replay
Stack Traces | 0.312s run time
No failure message available
test/hooks/block.test.ts > proposal > with valid proposals > execute withdraws
Stack Traces | 0.639s run time
No failure message available
test/utils/keeper.test.ts > fault tolerance > recovers if transaction is missing
Stack Traces | 0.781s run time
No failure message available
test/hooks/block.test.ts > proposal > with idle proposals > executes proposal
Stack Traces | 0.96s run time
AssertionError: expected false to be true // Object.is equality

- Expected
+ Received

- true
+ false

 ❯ test/hooks/block.test.ts:945:9
test/utils/manteca.test.ts > manteca utils > uploadIdentityFile > retries when presigned URL request fails
Stack Traces | 1s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > uploadIdentityFile > retries when fetch throws an error
Stack Traces | 1s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > uploadIdentityFile > retries file upload on failure and succeeds
Stack Traces | 1s run time
No failure message available
test/utils/keeper.test.ts > fault tolerance > times out if can't send transaction
Stack Traces | 1.13s run time
No failure message available
test/utils/keeper.test.ts > fault tolerance > resets nonce when skipped
Stack Traces | 1.26s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > uploadIdentityFile > throws after max retries exceeded
Stack Traces | 2.01s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > handles female sex mapping
Stack Traces | 2.01s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > handles non-binary sex mapping
Stack Traces | 2.01s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > skips initiateOnboarding for existing onboarding user
Stack Traces | 2.02s run time
No failure message available
test/utils/manteca.test.ts > manteca utils > mantecaOnboarding > initiates onboarding for new user
Stack Traces | 2.03s run time
No failure message available
test/utils/keeper.test.ts > fault tolerance > resets nonce with 100 transactions blocked
Stack Traces | 2.86s run time
No failure message available
test/hooks/panda.test.ts > concurrency > handles concurrent authorizations
Stack Traces | 4.29s run time
No failure message available
View the full list of 10 ❄️ flaky test(s)
test/hooks/block.test.ts > proposal > with reverting proposals > fingerprints recovery nonce revert

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.116s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > falls back to reason

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000254s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > falls back to signature

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000204s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > handles WrappedError with selector

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000256s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > returns error name when available

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000552s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > returns unknown for BaseError without ContractFunctionRevertedError cause

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000481s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > returns unknown for empty revert

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000295s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > returns unknown for non-BaseError

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.00226s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > returns unknown for non-error values

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000438s run time
No failure message available
test/utils/fingerprintRevert.test.ts > fingerprintRevert > treats WrappedError without args as regular named error

Flake rate in main: 16.28% (Passed 36 times, Failed 7 times)

Stack Traces | 0.000241s run time
No failure message available

To view more test analytics, go to the Prevent Tests Dashboard

@cruzdanilo cruzdanilo changed the title 🔖 release: mobile@1.1.12 🔖 release: mobile@1.1.12, server@0.2.62 Feb 12, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 69ca44c to 5275ddd Compare February 12, 2026 02:03
@cruzdanilo cruzdanilo merged commit 5275ddd into main Feb 12, 2026
12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 12, 2026 11:14
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.

1 participant