Skip to content

Commit

Permalink
fix: add dependencies to resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Dec 27, 2024
1 parent a6f78da commit 9187667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-desktop/scripts/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = (path, options) => {
"@solana/codecs-numbers",
"@solana/codecs-strings",
"@solana/options",
"@aptos-labs/aptos-client",
]);

if (pkgNamesToTarget.has(pkg.name)) {
Expand Down
1 change: 1 addition & 0 deletions apps/ledger-live-mobile/scripts/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = (path, options) => {
"@solana/codecs-numbers",
"@solana/codecs-strings",
"@solana/options",
"@aptos-labs/aptos-client",
]);

if (pkgNamesToTarget.has(pkg.name)) {
Expand Down

3 comments on commit 9187667

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 22.8s

What is the bot and how does it work? Everything is documented here!

1 critical spec errors

Spec injective failed!

Error: "Error during injective synchronization: "API HTTP 429 https://injective-api.polkachu.com/cosmos/staking/v1beta1/delegations/inj1vzjwweta3hegt99vfgrvmcq7rr5532yjsgxd4a
Details of the 0 mutations

Spec injective (failed)


Details of the 6 uncovered mutations

Spec injective (6)

  • send some:
  • send max:
  • delegate new validators:
  • undelegate:
  • redelegate:
  • claim rewards:
Portfolio ($0.00) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
injective (0) 0 ops , 🤷‍♂️ ``

Performance ⏲ 22.8s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 404ms N/A N/A N/A N/A N/A N/A N/A
injective (0) 404ms N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 1474ms

What is the bot and how does it work? Everything is documented here!

1 critical spec errors

Spec Aptos failed!

Error: speculos process failure. vnc_server: readall: connection closed

Details of the 0 mutations

Spec Aptos (failed)


Details of the 1 uncovered mutations

Spec Aptos (1)

  • Send ~50%:
Portfolio ($0.00) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Aptos (0) 0 ops , 🤷‍♂️ ``

Performance ⏲ 1474ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A
Aptos (0) N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 1533ms

What is the bot and how does it work? Everything is documented here!

1 critical spec errors

Spec Aptos failed!

Error: speculos process failure. vnc_server: readall: connection closed

Details of the 0 mutations

Spec Aptos (failed)


Details of the 1 uncovered mutations

Spec Aptos (1)

  • Send ~50%:
Portfolio ($0.00) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Aptos (0) 0 ops , 🤷‍♂️ ``

Performance ⏲ 1533ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A
Aptos (0) N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.