@bitgo-beta/sdk-coin-ethw 1.3.3-alpha.43 → 1.3.3-alpha.430

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ethw",
3
- "version": "1.3.3-alpha.43",
3
+ "version": "1.3.3-alpha.430",
4
4
  "description": "BitGo SDK coin library for Ethereum pow",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "yarn tsc --build --incremental --verbose .",
9
9
  "fmt": "prettier --write .",
10
- "check-fmt": "prettier --check .",
10
+ "check-fmt": "prettier --check '**/*.{ts,js,json}'",
11
11
  "clean": "rm -r ./dist",
12
12
  "lint": "eslint --quiet .",
13
13
  "prepare": "npm run build",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=14 <17"
21
+ "node": ">=20 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,17 +40,18 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.44",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.44",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.44",
46
- "@bitgo-beta/statics": "10.0.1-alpha.44",
47
- "bignumber.js": "^9.0.0",
43
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.433",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.435",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.435",
48
46
  "ethereumjs-util": "7.1.5",
49
- "superagent": "^3.8.3"
47
+ "superagent": "^9.0.1"
50
48
  },
51
49
  "devDependencies": {
52
- "@bitgo-beta/sdk-api": "1.6.1-alpha.44",
53
- "@bitgo-beta/sdk-test": "^1.2.18"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.435",
51
+ "@bitgo-beta/sdk-test": "^9.1.19"
54
52
  },
55
- "gitHead": "7d8e08dfd33224760e35c4aeff0e6f2018aeff04"
53
+ "gitHead": "35655b5e102cc8e46c9691586e44e784e040baff",
54
+ "files": [
55
+ "dist"
56
+ ]
56
57
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
-
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'ts-node/register'
2
- timeout: '60000'
3
- reporter: 'min'
4
- reporter-option:
5
- - 'cdn=true'
6
- - 'json=false'
7
- exit: true
8
- spec: ['test/unit/**/*.ts']
package/CHANGELOG.md DELETED
@@ -1,86 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.3.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.17...@bitgo/sdk-coin-ethw@1.3.18) (2023-04-25)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
9
-
10
- ## [1.3.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.16...@bitgo/sdk-coin-ethw@1.3.17) (2023-04-20)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
13
-
14
- ## [1.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.15...@bitgo/sdk-coin-ethw@1.3.16) (2023-04-13)
15
-
16
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
17
-
18
- ## [1.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.14...@bitgo/sdk-coin-ethw@1.3.15) (2023-02-17)
19
-
20
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
21
-
22
- ## [1.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.11...@bitgo/sdk-coin-ethw@1.3.14) (2023-02-16)
23
-
24
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
25
-
26
- ## [1.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.11...@bitgo/sdk-coin-ethw@1.3.13) (2023-02-08)
27
-
28
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
29
-
30
- ## [1.3.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.11...@bitgo/sdk-coin-ethw@1.3.12) (2023-01-30)
31
-
32
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
33
-
34
- ## [1.3.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.10...@bitgo/sdk-coin-ethw@1.3.11) (2023-01-25)
35
-
36
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
37
-
38
- ## [1.3.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.9...@bitgo/sdk-coin-ethw@1.3.10) (2022-12-23)
39
-
40
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
41
-
42
- ## [1.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.8...@bitgo/sdk-coin-ethw@1.3.9) (2022-12-20)
43
-
44
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
45
-
46
- ## [1.3.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.7...@bitgo/sdk-coin-ethw@1.3.8) (2022-12-09)
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
49
-
50
- ## [1.3.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.6...@bitgo/sdk-coin-ethw@1.3.7) (2022-12-06)
51
-
52
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
53
-
54
- ## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.5...@bitgo/sdk-coin-ethw@1.3.6) (2022-12-01)
55
-
56
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
57
-
58
- ## [1.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.0...@bitgo/sdk-coin-ethw@1.3.5) (2022-11-29)
59
-
60
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
61
-
62
- ## [1.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.0...@bitgo/sdk-coin-ethw@1.3.4) (2022-11-04)
63
-
64
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
65
-
66
- ## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.0...@bitgo/sdk-coin-ethw@1.3.2) (2022-10-27)
67
-
68
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
69
-
70
- ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.3.0...@bitgo/sdk-coin-ethw@1.3.1) (2022-10-25)
71
-
72
- **Note:** Version bump only for package @bitgo/sdk-coin-ethw
73
-
74
- # 1.3.0 (2022-10-18)
75
-
76
- ### Bug Fixes
77
-
78
- - **sdk-coin-eth:** create custom ETH common for unsupported chain ids ([9329162](https://github.com/BitGo/BitGoJS/commit/93291625150a0ae1f2f69432a3910845ee933e9d))
79
- - signTransaction for ethw and change ethw family to eth ([8f3a127](https://github.com/BitGo/BitGoJS/commit/8f3a127fc183e7176d5275610dea34aae4815375))
80
-
81
- ### Features
82
-
83
- - **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677))
84
- - **sdk-coin-ethw:** add ethw sdk module ([8121921](https://github.com/BitGo/BitGoJS/commit/812192168b07327458518ce438b6cdfd14db6a89))
85
- - **sdk-coin-ethw:** add ethw sdk module ([63e9850](https://github.com/BitGo/BitGoJS/commit/63e9850c27039d1b614d14426a1d9b090d454b76))
86
- - **sdk-coin-ethw:** use ETHw full node RPC queries to recover funds ([7db9bcd](https://github.com/BitGo/BitGoJS/commit/7db9bcd61549e4e96d8f745211717586eec4535c))