@ledgerhq/coin-tester-solana 1.3.1-nightly.0 → 1.4.0-nightly.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tester-solana@1.3.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester-modules/coin-tester-solana
2
+ > @ledgerhq/coin-tester-solana@1.3.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester-modules/coin-tester-solana
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @ledgerhq/coin-tester-solana
2
2
 
3
+ ## 1.4.0-nightly.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10638](https://github.com/LedgerHQ/ledger-live/pull/10638) [`d93d101`](https://github.com/LedgerHQ/ledger-live/commit/d93d101bbb314164058811ddfb30a6210ba0bb73) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - test(coin-tester-solana): use app Solana 1.9.2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
12
+ - @ledgerhq/types-live@6.75.0-nightly.1
13
+ - @ledgerhq/cryptoassets@13.20.0-nightly.0
14
+ - @ledgerhq/live-env@2.11.0-nightly.0
15
+ - @ledgerhq/coin-framework@5.4.1-nightly.1
16
+ - @ledgerhq/coin-solana@0.26.1-nightly.1
17
+ - @ledgerhq/coin-tester@0.7.0
18
+ - @ledgerhq/live-signer-solana@0.3.1-nightly.1
19
+
3
20
  ## 1.3.1-nightly.0
4
21
 
5
22
  ### Patch Changes
@@ -2,7 +2,7 @@ import { Scenario } from "@ledgerhq/coin-tester/main";
2
2
  import { SolanaAccount, Transaction as SolanaTransaction } from "@ledgerhq/coin-solana/types";
3
3
  export declare const defaultNanoApp: {
4
4
  readonly firmware: "2.4.2";
5
- readonly version: "1.9.1";
5
+ readonly version: "1.9.2";
6
6
  };
7
7
  export declare const scenarioSolana: Scenario<SolanaTransaction, SolanaAccount>;
8
8
  //# sourceMappingURL=solana.d.ts.map
@@ -17,7 +17,7 @@ global.console = require("console");
17
17
  jest.setTimeout(100_000);
18
18
  // Note this config runs with NanoX
19
19
  // https://github.com/LedgerHQ/ledger-live/blob/develop/libs/coin-tester/docker-compose.yml
20
- export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.1" };
20
+ export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.2" };
21
21
  function makeScenarioTransactions(address) {
22
22
  if (!VOTE_ACCOUNT) {
23
23
  throw new Error("Vote account not initialized");