Skip to content

Commit

Permalink
fix(xlm): config typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Prohaszka <[email protected]>
  • Loading branch information
sprohaszka-ledger committed Jul 17, 2024
1 parent 6879a06 commit c5f6506
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions libs/coin-modules/coin-stellar/src/api/index.integ.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ describe("Stellar Api", () => {
module = createApi({
explorer: {
url: "https://horizon-testnet.stellar.org/",
fetchLmit: 100,
},
useStaticFees: true,
enableNetworkLogs: false,
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ describe("buildTransaction", () => {
status: { type: "active" },
explorer: {
url: "https://stellar.coin.ledger.com", //"https://horizon-testnet.stellar.org/",
fetchLmit: 100,
fetchLimit: 100,
},
useStaticFees: true,
enableNetworkLogs: false,
}),
);
});
Expand Down
6 changes: 3 additions & 3 deletions libs/coin-modules/coin-stellar/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import buildCoinConfig, { type CurrencyConfig } from "@ledgerhq/coin-framework/c
export type StellarConfig = {
explorer: {
url: string;
fetchLmit: number;
fetchLimit?: number;
};
useStaticFees: boolean;
enableNetworkLogs: boolean;
useStaticFees?: boolean;
enableNetworkLogs?: boolean;
};

export type StellarCoinConfig = CurrencyConfig & StellarConfig;
Expand Down
3 changes: 2 additions & 1 deletion libs/coin-modules/coin-stellar/src/network/horizon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import {
const FALLBACK_BASE_FEE = 100;
const TRESHOLD_LOW = 0.5;
const TRESHOLD_MEDIUM = 0.75;
const FETCH_LIMIT = 100;
const currency = getCryptoCurrencyById("stellar");
let server: Horizon.Server | undefined;
const getServer = () => {
Expand Down Expand Up @@ -199,7 +200,7 @@ export async function fetchOperations({
let rawOperations = await getServer()
.operations()
.forAccount(addr)
.limit(coinConfig.getCoinConfig().explorer.fetchLmit)
.limit(coinConfig.getCoinConfig().explorer.fetchLimit ?? FETCH_LIMIT)
.order(order)
.cursor(cursor)
.includeFailed(true)
Expand Down

2 comments on commit c5f6506

@github-actions
Copy link

Choose a reason for hiding this comment

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

[Bot] Testing with 'Nitrogen' ❌ 4 txs ($7.30) ⏲ 3min 36s

❌ 1 specs have problems: Stellar

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

❌ 4 mutation errors
necessary accounts resynced in 0.16ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5 (! sum of ops 16.1747557 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~14.661
★ using mutation 'move ~50% XLM'
→ TO undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
✔️ transaction 
    SEND 7.6368334 XLM
    TO GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1046ms)
  amount: 7.6368334 XLM
  estimated fees: 0.0005 XLM
  total spent: 7.6373334 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"PGCRGKY3RE42IT7PU","x":7,"y":17,"w":115,"h":32}
{"text":"Destination (4/4)","x":20,"y":3,"w":102,"h":32}
{"text":"NLU2SHM","x":38,"y":17,"w":84,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 61.1s – ends at 2024-07-17T10:30:27.114Z)
necessary accounts resynced in 0.21ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 15.1933 XLM (577ops) (GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI on 44'/148'/2') sep5#2 js:2:stellar:GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI:sep5 (! sum of ops 15.2054652 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~13.6932
★ using mutation 'move ~50% XLM'
→ TO undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
✔️ transaction 
    SEND 6.7808814 XLM
    TO GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1256ms)
  amount: 6.7808814 XLM
  estimated fees: 0.0005 XLM
  total spent: 6.7813814 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"PGCRGKY3RE42IT7PU","x":7,"y":17,"w":115,"h":32}
{"text":"Destination (4/4)","x":20,"y":3,"w":102,"h":32}
{"text":"NLU2SHM","x":38,"y":17,"w":84,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 61.3s – ends at 2024-07-17T10:30:27.117Z)
necessary accounts resynced in 0.21ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5 (! sum of ops 1.7531513 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~0.239411
★ using mutation 'Send max XLM'
→ TO undefined: 1.5005 XLM (580ops) (GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC on 44'/148'/0') sep5#0 js:2:stellar:GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC:sep5
✔️ transaction 
    SEND MAX
    TO GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC
    with fees=0.0005 XLM
STATUS (1147ms)
  amount: 0.2389212 XLM
  estimated fees: 0.0005 XLM
  total spent: 0.2389212 XLM
errors: 
warnings: 
⚠️ TypeError: amount argument must be of type String, represent a positive number and have at most 7 digits after the decimal
(totally spent 1488ms – ends at 2024-07-17T10:30:27.119Z)
necessary accounts resynced in 0.23ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 31.884 XLM (514ops) (GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF on 44'/148'/4') sep5#4 js:2:stellar:GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF:sep5 (! sum of ops 31.8921926 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~30.384
★ using mutation 'Send max XLM'
→ TO undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5
✔️ transaction 
    SEND MAX
    TO GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1312ms)
  amount: 30.3835411 XLM
  estimated fees: 0.0005 XLM
  total spent: 30.3835411 XLM
errors: 
warnings: 
⚠️ TypeError: amount argument must be of type String, represent a positive number and have at most 7 digits after the decimal
(totally spent 1668ms – ends at 2024-07-17T10:30:27.121Z)
⚠️ 1 spec hints
  • Spec Stellar:
    • mutations should define a testDestination(): move ~50% XLM, Send max XLM
Details of the 4 mutations

Spec Stellar (6)

Spec Stellar found 6 Stellar accounts. Will use Stellar 5.4.1 on nanoS 2.1.0
undefined: 1.5005 XLM (580ops) (GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC on 44'/148'/0') sep5#0 js:2:stellar:GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC:sep5
undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5
undefined: 15.1933 XLM (577ops) (GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI on 44'/148'/2') sep5#2 js:2:stellar:GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI:sep5
undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
undefined: 31.884 XLM (514ops) (GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF on 44'/148'/4') sep5#4 js:2:stellar:GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF:sep5
undefined: 0 XLM (0ops) (GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM on 44'/148'/5') sep5#5 js:2:stellar:GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM:sep5
necessary accounts resynced in 0.16ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5 (! sum of ops 16.1747557 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~14.661
★ using mutation 'move ~50% XLM'
→ TO undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
✔️ transaction 
    SEND 7.6368334 XLM
    TO GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1046ms)
  amount: 7.6368334 XLM
  estimated fees: 0.0005 XLM
  total spent: 7.6373334 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"PGCRGKY3RE42IT7PU","x":7,"y":17,"w":115,"h":32}
{"text":"Destination (4/4)","x":20,"y":3,"w":102,"h":32}
{"text":"NLU2SHM","x":38,"y":17,"w":84,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 61.1s – ends at 2024-07-17T10:30:27.124Z)
necessary accounts resynced in 0.21ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 15.1933 XLM (577ops) (GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI on 44'/148'/2') sep5#2 js:2:stellar:GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI:sep5 (! sum of ops 15.2054652 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~13.6932
★ using mutation 'move ~50% XLM'
→ TO undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
✔️ transaction 
    SEND 6.7808814 XLM
    TO GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1256ms)
  amount: 6.7808814 XLM
  estimated fees: 0.0005 XLM
  total spent: 6.7813814 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"PGCRGKY3RE42IT7PU","x":7,"y":17,"w":115,"h":32}
{"text":"Destination (4/4)","x":20,"y":3,"w":102,"h":32}
{"text":"NLU2SHM","x":38,"y":17,"w":84,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 61.3s – ends at 2024-07-17T10:30:27.127Z)
necessary accounts resynced in 0.21ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5 (! sum of ops 1.7531513 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~0.239411
★ using mutation 'Send max XLM'
→ TO undefined: 1.5005 XLM (580ops) (GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC on 44'/148'/0') sep5#0 js:2:stellar:GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC:sep5
✔️ transaction 
    SEND MAX
    TO GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC
    with fees=0.0005 XLM
STATUS (1147ms)
  amount: 0.2389212 XLM
  estimated fees: 0.0005 XLM
  total spent: 0.2389212 XLM
errors: 
warnings: 
⚠️ TypeError: amount argument must be of type String, represent a positive number and have at most 7 digits after the decimal
(totally spent 1488ms – ends at 2024-07-17T10:30:27.129Z)
necessary accounts resynced in 0.23ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 31.884 XLM (514ops) (GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF on 44'/148'/4') sep5#4 js:2:stellar:GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF:sep5 (! sum of ops 31.8921926 XLM)  TokenAccount USDC: 0 usdc (0 ops)
max spendable ~30.384
★ using mutation 'Send max XLM'
→ TO undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5
✔️ transaction 
    SEND MAX
    TO GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ
    with fees=0.0005 XLM
  memo=Ledger Live
STATUS (1312ms)
  amount: 30.3835411 XLM
  estimated fees: 0.0005 XLM
  total spent: 30.3835411 XLM
errors: 
warnings: 
⚠️ TypeError: amount argument must be of type String, represent a positive number and have at most 7 digits after the decimal
(totally spent 1668ms – ends at 2024-07-17T10:30:27.131Z)

Details of the 2 uncovered mutations

Spec Stellar (2)

  • add USDC asset: XLM balance is too low 1 (2)
  • move ~50% USDC asset: XLM balance is too low (2)
Portfolio ($7.30) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Stellar (6) 2801 ops , 58.978 XLM ($7.30) 💪 999+ GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC
undefined: 1.5005 XLM (580ops) (GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC on 44'/148'/0') sep5#0 js:2:stellar:GDJPZPOWITPCBX3TIHB6N7E4WCHS6JBZKSNWGU34QYCJXKWBTUZY5RYC:sep5
undefined: 16.161 XLM (576ops) (GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ on 44'/148'/1') sep5#1 js:2:stellar:GC25SBJ3F2XGWRTS3DGPCNFAGQLNDBFUKUJREJMHVV2JIUBZSVY2GAHZ:sep5
undefined: 15.1933 XLM (577ops) (GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI on 44'/148'/2') sep5#2 js:2:stellar:GA4A2FH4YYI2RXPUC3NPGZQP7XX4CEJNREB27XVX7B7D5RIA3KOLSKTI:sep5
undefined: 1.73943 XLM (554ops) (GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM on 44'/148'/3') sep5#3 js:2:stellar:GDTKZ5E53DELQO33QAYYR6TS4JX44MP2PGCRGKY3RE42IT7PUNLU2SHM:sep5
undefined: 31.884 XLM (514ops) (GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF on 44'/148'/4') sep5#4 js:2:stellar:GBV2ROL25KKDSFCZC2TQPMUEN567YQHRWTRBYHCO5AKYWVIV4JKJ56AF:sep5
undefined: 0 XLM (0ops) (GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM on 44'/148'/5') sep5#5 js:2:stellar:GCMN2KYJPPHB4TMXXF2OZPMWVM5EQSDD76IMFOMET7YMN64VJDVHVNCM:sep5
Performance ⏲ 3min 36s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 1.12ms 78.8s 1.43ms 4.8s N/A N/A N/A N/A
Stellar (5) 1.12ms 78.8s 1.43ms 4.8s 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

Choose a reason for hiding this comment

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

[Bot] Testing with 'Oxygen' ❌ 1 txs ($2.09) ⏲ 69.9s

❌ 1 specs have problems: Stellar

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

❌ 1 mutation errors
necessary accounts resynced in 0.51ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 18.9999 XLM (2ops) (GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO on 44'/148'/0') sep5#0 js:2:stellar:GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO:sep5
max spendable ~17.9999
★ using mutation 'add USDC asset'
✔️ transaction 
    SEND 0 XLM
    TO 
    with fees=0.0005 XLM
STATUS (839ms)
  amount: 0 XLM
  estimated fees: 0.0005 XLM
  total spent: 0 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"GBPCBJ..NTKEMO","x":18,"y":17,"w":104,"h":32}
{"text":"Change Trust","x":30,"y":3,"w":92,"h":32}
{"text":"[email protected]","x":17,"y":17,"w":105,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 60.9s – ends at 2024-07-17T10:47:19.171Z)
⚠️ 1 spec hints
  • Spec Stellar:
    • There are not enough accounts (2) to cover all mutations (4).
      Please increase the account target to at least 5 accounts
Details of the 1 mutations

Spec Stellar (2)

Spec Stellar found 2 Stellar accounts. Will use Stellar 5.4.1 on nanoS 2.1.0
undefined: 18.9999 XLM (2ops) (GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO on 44'/148'/0') sep5#0 js:2:stellar:GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO:sep5
undefined: 0 XLM (0ops) (GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ on 44'/148'/1') sep5#1 js:2:stellar:GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ:sep5
necessary accounts resynced in 0.51ms
▬ Stellar 5.4.1 on nanoS 2.1.0
→ FROM undefined: 18.9999 XLM (2ops) (GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO on 44'/148'/0') sep5#0 js:2:stellar:GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO:sep5
max spendable ~17.9999
★ using mutation 'add USDC asset'
✔️ transaction 
    SEND 0 XLM
    TO 
    with fees=0.0005 XLM
STATUS (839ms)
  amount: 0 XLM
  estimated fees: 0.0005 XLM
  total spent: 0 XLM
errors: 
warnings: 
⚠️ Error: device action timeout. Recent events was:
{"text":"GBPCBJ..NTKEMO","x":18,"y":17,"w":104,"h":32}
{"text":"Change Trust","x":30,"y":3,"w":92,"h":32}
{"text":"[email protected]","x":17,"y":17,"w":105,"h":32}
{"text":"Sign","x":41,"y":3,"w":128,"h":32}
{"text":"Transaction","x":41,"y":17,"w":128,"h":32}
(totally spent 60.9s – ends at 2024-07-17T10:47:19.177Z)

Details of the 3 uncovered mutations

Spec Stellar (3)

  • move ~50% XLM: XLM balance is too low (1)
  • Send max XLM: XLM balance is too low (1)
  • move ~50% USDC asset: XLM balance is too low (1)
Portfolio ($2.09) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Stellar (2) 2 ops , 17.9999 XLM ($2.09) 💪 999+ GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO
undefined: 18.9999 XLM (2ops) (GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO on 44'/148'/0') sep5#0 js:2:stellar:GBPCBJGLI5PI5EQTERHNAXN5JQNHPERZAWGUBUG6RPWIS7FEYJNTKEMO:sep5
undefined: 0 XLM (0ops) (GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ on 44'/148'/1') sep5#1 js:2:stellar:GDTLR6ZNKY2HKZEMSSYRHOPXPQKWYY45WJQCR7FEWKVKYEPVBTVW42HZ:sep5
Performance ⏲ 69.9s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 2.19ms 2191ms 0.84ms 839ms N/A N/A N/A N/A
Stellar (1) 2.19ms 2191ms 0.84ms 839ms 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.