@cardano-sdk/e2e 0.44.6 → 0.44.7

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.
package/.env.example CHANGED
@@ -28,6 +28,13 @@ TEST_CLIENT_STAKE_POOL_PROVIDER=http
28
28
  TEST_CLIENT_STAKE_POOL_PROVIDER_PARAMS='{"baseUrl":"http://localhost:4000/"}'
29
29
  WS_PROVIDER_URL='ws://localhost:4100/ws'
30
30
 
31
+ # Uncomment following to run e2e tests agains blockfrost providers locally
32
+ #TEST_CLIENT_CHAIN_HISTORY_PROVIDER=http
33
+ #TEST_CLIENT_CHAIN_HISTORY_PROVIDER_PARAMS='{"baseUrl":"http://localhost:4001/"}'
34
+ #TEST_CLIENT_REWARDS_PROVIDER_PARAMS='{"baseUrl":"http://localhost:4001/"}'
35
+ #TEST_CLIENT_UTXO_PROVIDER=http
36
+ #TEST_CLIENT_UTXO_PROVIDER_PARAMS='{"baseUrl":"http://localhost:4001/"}'
37
+
31
38
  # Required by test:ogmios, test:blockfrost
32
39
  DB_SYNC_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/cexplorer'
33
40
  STAKE_POOL_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/stake_pool'
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.44.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.6...@cardano-sdk/e2e@0.44.7) (2024-10-25)
7
+
8
+ ### Features
9
+
10
+ * add blockfrost based provider server ([8d9f847](https://github.com/input-output-hk/cardano-js-sdk/commit/8d9f847a2f948251695f6d09292f0e6bad79532f))
11
+
6
12
  ## [0.44.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.5...@cardano-sdk/e2e@0.44.6) (2024-10-21)
7
13
 
8
14
  **Note:** Version bump only for package @cardano-sdk/e2e