@cardano-sdk/e2e 0.17.1 → 0.18.0
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/CHANGELOG.md +16 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/local-network/scripts/pools/update-node-utils.sh +15 -15
- package/package.json +20 -20
- package/test/long-running/delegation-rewards.test.ts +104 -58
- package/test/web-extension/extension/background/cip30.ts +5 -1
- package/test/web-extension/specs/wallet.spec.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.18.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.17.1...@cardano-sdk/e2e@0.18.0) (2023-08-11)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* rename AddressEntity.stakingCredentialHash -> stakeCredentialHash
|
|
11
|
+
- rename BaseAddress.getStakingCredential -> getStakeCredential
|
|
12
|
+
* **wallet:** add optional callback for getCollateral
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **wallet:** add optional callback for getCollateral ([9c5ce22](https://github.com/input-output-hk/cardano-js-sdk/commit/9c5ce22da5b842c7233f6e5ee0351d6b8c98d991))
|
|
17
|
+
|
|
18
|
+
### Code Refactoring
|
|
19
|
+
|
|
20
|
+
* rename/replace occurences of 'staking' with 'stake' where appropriate ([05fc4c4](https://github.com/input-output-hk/cardano-js-sdk/commit/05fc4c4d83137eb3137583ca0bb443825eac1445))
|
|
21
|
+
|
|
6
22
|
## [0.17.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.17.0...@cardano-sdk/e2e@0.17.1) (2023-07-31)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @cardano-sdk/e2e
|